summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC many more fixes for the ata driver.Scott Long2004-02-111-2/+2
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-271-2/+4
* 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
* Set the device names as early as possible.Søren Schmidt2001-03-211-3/+4
* Provide the interface to atacontrol and associated logic.Søren Schmidt2001-03-151-28/+34
* Add support for the IOMEGA Clik!Søren Schmidt2001-03-141-0/+16
* Refine the detach/attach code.Søren Schmidt2001-03-141-20/+36
* Cosmetic change to the probe printf'sSøren Schmidt2001-03-061-1/+1
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-101-1/+1
* Use M_ZERO flag on malloc when approbiate.Søren Schmidt2000-12-261-2/+1
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Better handling of immediate commands, mainly to solve timeoutsSøren Schmidt2000-11-121-6/+2
* Remove unneeded includesSøren Schmidt2000-09-201-1/+0
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-191-25/+26
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-27/+27
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-4/+4
* Make ATAPI CD changer devices work, hopefully better than before.Søren Schmidt2000-03-211-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-3/+3
* Cleanup sweep.Søren Schmidt2000-03-131-5/+5
* Enable disksort the right way both on ATA disks and ATAPI devices.Søren Schmidt2000-03-131-8/+5
* Cosmetics..Søren Schmidt2000-03-101-2/+2
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-051-4/+4
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-10/+22