summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* Add firmware revision to probe printf.sos2004-08-051-2/+2
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-221-1/+1
* Remember to mtx_destroy mutexes.sos2004-03-011-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-14/+16
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-281-2/+2
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-0/+1
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-121-1/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-1/+2
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-111-7/+0
* Unify prototypes.sos2003-08-251-3/+3
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-70/+128
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-7/+3
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-10/+1
* NO_GEOM cleanup:phk2003-02-281-38/+30
* NO_GEOM cleanup:phk2003-02-211-1/+1
* First round off updates/fixes to the ATA driver.sos2003-02-201-2/+2
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-301-1/+0
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-0/+4
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-8/+6
* OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-281-7/+2
* Properly change the block_size on different CD media, and use thatsos2002-07-271-1/+1
* Fix the max transfer size for ATAPI devices. The spec says tosos2002-07-261-1/+1
* Fix the transfer size calculation.sos2002-07-221-1/+1
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-191-43/+18
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-1/+1
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-0/+1
* Misc little cleanups.sos2002-03-261-3/+3
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-1/+1
* Major update of the ATA RAID code, part 1:sos2002-02-041-51/+44
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-20/+12
* KSE Milestone 2julian2001-09-121-3/+3
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-7/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-11/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Set the device names as early as possible.sos2001-03-211-3/+4
* Provide the interface to atacontrol and associated logic.sos2001-03-151-28/+34
* Add support for the IOMEGA Clik!sos2001-03-141-0/+16
* Refine the detach/attach code.sos2001-03-141-20/+36
* Cosmetic change to the probe printf'ssos2001-03-061-1/+1
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Use M_ZERO flag on malloc when approbiate.sos2000-12-261-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Better handling of immediate commands, mainly to solve timeoutssos2000-11-121-6/+2
* Remove unneeded includessos2000-09-201-1/+0
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-25/+26
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-27/+27
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-4/+4
* Make ATAPI CD changer devices work, hopefully better than before.sos2000-03-211-2/+2
OpenPOWER on IntegriCloud