aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add DMA support for the SiS 5591 and old PIIX chipsets.Søren Schmidt1999-12-131-0/+2
* Change the devstat priorities to the std values now in devicestats.hSøren Schmidt1999-12-081-1/+1
* Commit the kernel part of our DVD support. Nothing much to say really,Søren Schmidt1999-12-071-4/+2
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangeSøren Schmidt1999-11-241-1/+1
* Make the atapi device return sensible errno's back to userland.Søren Schmidt1999-11-101-4/+4
* Remove unused include files.Søren Schmidt1999-10-101-3/+0
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-091-19/+19
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Support quad & max speeds in wormcontrol.Søren Schmidt1999-09-221-14/+3
* Ten'th update to the new ATA/ATAPI driver:Søren Schmidt1999-09-211-167/+125
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-3/+1
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-13/+5
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-12/+3
* Nine'th update to the new ATA/ATAPI driver:Søren Schmidt1999-06-251-35/+27
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+20
* Eigth update to the new ATA/ATAPI driver:Søren Schmidt1999-05-201-19/+65
* Seventh update to the new ATA/ATAPI driver:Søren Schmidt1999-05-171-7/+9
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-16/+2
* Sixth update to the new ATA/ATAPI driver:Søren Schmidt1999-04-101-2/+2
* Fourth update to the new ATA/ATAPI driver:Søren Schmidt1999-03-281-6/+5
* ZIP drives should now be working, I'm not sure about LS120 drives,Søren Schmidt1999-03-071-4/+14
* Now all actual probing of both ATA & ATAPI devices are done afterSøren Schmidt1999-03-051-6/+6
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.Søren Schmidt1999-03-031-0/+434