DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / disk / nata / ata-all.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-01-26 Simon Schubertnata: revert 6e40a325 = don't use tsleep in ata_udelay
2008-12-26 Matthew DillonUse tsleep in the low level delay functions called...
2008-03-24 Matthew DillonSynchronize various changes from FreeBSD. This is...
2007-10-29 Thomas E. SpanjaardRemove fugly hack from the ATA channel interrupt handle...
2007-06-05 Sascha WildnerUpdate FreeBSD ID tags.
2007-06-03 Matthew DillonPart 1/2: Add a sanity check to the NATA interrupt...
2007-06-01 Matthew DillonMerge all the FreeBSD work done since our initial impor...
2007-05-31 Matthew DillonAdjust M_NOWAIT to M_WAITOK or M_INTWAIT as appropriate.
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-01-09 Thomas E. SpanjaardAdd a temporary fix to ata_interrupt() to ignore weird...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-12-13 Thomas E. SpanjaardExplicitly specify null_dtor as our objcache destructor...
2006-12-07 Thomas E. SpanjaardRevert to zero'ing the objects we pull out of our objca...
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...