Revert "nataraid(4): Add devstat support."
[dragonfly.git] / sys / dev / disk / nata / ata-raid.c
2012-01-25 Sascha WildnerRevert "nataraid(4): Add devstat support."
2012-01-21 Sascha Wildnernataraid(4): Add devstat support.
2012-01-20 Sascha Wildnerkernel: Remove some old major numbers.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew Dillonkernel - gcc -Os/-O2 warnings pass
2009-12-06 Alex Hornungdump - Make use of the new dumping
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-08-30 Matthew DillonFlesh out BUF_CMD_FLUSH support.
2008-06-27 Matthew DillonIncrease the default request timeout from 5 seconds...
2008-06-27 Matthew DillonApply patch supplied in FreeBSD-PR to ata-raid code:
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-06-17 YONETANI Tomokazuwe do not want to shift by the block size, which is...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2007-02-08 Thomas E. SpanjaardMisc cleanups to NATA ata-raid.c to make it compile...
2007-02-06 Thomas E. SpanjaardMisc cleanups for NATA ataraid, and write ata_raid_dump...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...