aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Update with the latest fixes from -current.Søren Schmidt2007-11-211-3/+0
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willMarcel Moolenaar2006-03-301-1/+1
* Properly use the sense key infoSøren Schmidt2006-03-181-1/+1
* Bail out of afd_sense if ENODEV.Søren Schmidt2006-03-081-3/+7
* Poll device for readiness before trying to get geometry etc.Søren Schmidt2006-03-071-3/+6
* Update atapi-fd to support direct devices such as disks.Søren Schmidt2006-03-051-64/+82
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-161-0/+8
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-7/+5
* Move the creation of ata_channel child devices to the channel code.Søren Schmidt2005-04-151-32/+8
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-311-3/+3
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-250/+248
* Add firmware revision to probe printf.Søren Schmidt2004-08-051-2/+2
* Use the right ordering of args on mtx_init(). No functional changesSøren Schmidt2004-06-221-1/+1
* Remember to mtx_destroy mutexes.Søren Schmidt2004-03-011-0/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-14/+16
* Use the biotask functionality in GEOM to put finished requests onSøren Schmidt2004-01-281-2/+2
* Use UMA instead of plain malloc for getting ATA request storage.Søren Schmidt2004-01-141-0/+1
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.Søren Schmidt2004-01-121-1/+1
* Overhaul of the timeout/reinit framework. This should clear up mostSøren Schmidt2004-01-111-1/+2
* Centralise mode setting. Instead of doing it in all subdrivers, doSøren Schmidt2003-11-111-7/+0
* Unify prototypes.Søren Schmidt2003-08-251-3/+3
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-70/+128
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-7/+3
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-10/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-281-38/+30
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-2/+2
* NO_GEOM cleanup: retire disk_invalidate()Poul-Henning Kamp2003-01-301-1/+0
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-0/+4
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-8/+6
* OK, dont rely on the upper layers handling iosize_max correctly,Søren Schmidt2002-07-281-7/+2
* Properly change the block_size on different CD media, and use thatSøren Schmidt2002-07-271-1/+1
* Fix the max transfer size for ATAPI devices. The spec says toSøren Schmidt2002-07-261-1/+1
* Fix the transfer size calculation.Søren Schmidt2002-07-221-1/+1
* Use si_iosize_max to tell the upper layers not to use moreSøren Schmidt2002-06-191-43/+18
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-251-1/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-0/+1
* Misc little cleanups.Søren Schmidt2002-03-261-3/+3
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-111-1/+1
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-51/+44
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-20/+12
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-7/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-11/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0