DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / disk / nata / atapi-cd.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.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-06-27 Matthew DillonIncrease the default request timeout from 5 seconds...
2008-03-24 Matthew DillonSynchronize various changes from FreeBSD. This is...
2008-01-18 Matthias SchmidtFix a bug preventing burncd(8) from dispaying the progr...
2007-11-20 Hasso TepperAdd SATA ATAPI support for AHCI controllers.
2007-07-23 Matthew DillonAdd assertions for 0-length transfers and panic if...
2007-06-03 Matthew DillonM_NOWAIT can only be used in a driver where a failed...
2007-06-03 Matthew DillonUpdate MAKEDEV for acd* and cd* devices, the kernel...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-01-09 Thomas E. SpanjaardBail out of acd_open() when we're called with a cdev_t...
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...