aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The bde script has a bug, I used a patch from it verbatim, bad idea....Søren Schmidt2000-02-081-2/+2
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-071-5/+5
* fix support for shared IRQ's.Søren Schmidt2000-02-041-6/+8
* cosmetic changes only.Søren Schmidt2000-01-291-2/+4
* Use atapi_test_ready not atapi_wait_ready, I need more sleep :(Søren Schmidt2000-01-281-1/+1
* Get the MEDIA_CHANGED status right.Søren Schmidt2000-01-281-1/+2
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPSøren Schmidt2000-01-281-3/+4
* Retry a bit more agressively on the atapi identify.Søren Schmidt2000-01-251-1/+1
* General cleanup.Søren Schmidt2000-01-241-22/+35
* Rearrange the probecode, so that 80pin cables can be identifiedSøren Schmidt2000-01-181-9/+6
* Guard against transfers of zero length given to *strategy.Søren Schmidt2000-01-071-1/+8
* Add support for VIA 82C596 controllerSøren Schmidt2000-01-031-1/+1
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-211-3/+0
* Have another go at the VIA support, this time use the PCI ID form theSøren Schmidt1999-12-141-0/+1