summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-3/+3
* Cleanup sweep.sos2000-03-131-5/+5
* Enable disksort the right way both on ATA disks and ATAPI devices.sos2000-03-131-8/+5
* Cosmetics..sos2000-03-101-2/+2
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-051-4/+4
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-10/+22
* The bde script has a bug, I used a patch from it verbatim, bad idea....sos2000-02-081-2/+2
* Do refcounting of open devices (more) correctly.sos2000-02-071-5/+5
* fix support for shared IRQ's.sos2000-02-041-6/+8
* cosmetic changes only.sos2000-01-291-2/+4
* Use atapi_test_ready not atapi_wait_ready, I need more sleep :(sos2000-01-281-1/+1
* Get the MEDIA_CHANGED status right.sos2000-01-281-1/+2
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPsos2000-01-281-3/+4
* Retry a bit more agressively on the atapi identify.sos2000-01-251-1/+1
* General cleanup.sos2000-01-241-22/+35
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-181-9/+6
* Guard against transfers of zero length given to *strategy.sos2000-01-071-1/+8
* Add support for VIA 82C596 controllersos2000-01-031-1/+1
* Yet another cleanup of the VIA code, this time it should worksos1999-12-211-3/+0
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-141-0/+1
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-131-0/+2
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-081-1/+1
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-071-4/+2
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-241-1/+1
* Make the atapi device return sensible errno's back to userland.sos1999-11-101-4/+4
* Remove unused include files.sos1999-10-101-3/+0
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-091-19/+19
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Support quad & max speeds in wormcontrol.sos1999-09-221-14/+3
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-170/+128
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-3/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud