aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-all.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Make ATAPI CD changer devices work, hopefully better than before.Søren Schmidt2000-03-211-3/+19
* Remove the old DSC code, it doesn't work anymore.Søren Schmidt2000-03-181-7/+0
* Cleanup sweep.Søren Schmidt2000-03-131-2/+2
* Enable disksort the right way both on ATA disks and ATAPI devices.Søren Schmidt2000-03-131-14/+26
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-051-19/+33
* Fix the changer code, dont wait for device ready on unload, itSøren Schmidt2000-02-211-4/+8
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-12/+36
* That "NO DRIVER" panic fix wasn't good enough...Søren Schmidt2000-02-111-1/+1
* Dont panic if no sub-driver is found.Søren Schmidt2000-02-071-1/+1
* fix support for shared IRQ's.Søren Schmidt2000-02-041-1/+1
* cosmetic changes only.Søren Schmidt2000-01-291-1/+1
* cosmetic changes only.Søren Schmidt2000-01-291-14/+1
* Oops, fix compile error due to the new way of storing the transfer mode.Søren Schmidt2000-01-281-6/+6
* Add sysctl oid hw.atamodes to set the transfermodes online.Søren Schmidt2000-01-271-2/+1
* General cleanup.Søren Schmidt2000-01-241-52/+56
* Rearrange the probecode, so that 80pin cables can be identifiedSøren Schmidt2000-01-181-173/+57
* Add support for the Intel 810 chipset (ICH type of chips)Søren Schmidt2000-01-171-70/+35
* Grrrr, this time it should be right, I need sleep - badly...Søren Schmidt2000-01-071-2/+2
* This is not my lucky day :(Søren Schmidt2000-01-071-1/+1
* Set PIO mode in all cases.Søren Schmidt2000-01-071-1/+7
* New ATAPI burner utility API, replaces the wormio API.Søren Schmidt2000-01-061-10/+17
* 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-24/+0
* Relax the requirements for doing WDMA2, this should enable DMASøren Schmidt1999-12-181-0/+1
* 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-42/+38
* Commit the kernel part of our DVD support. Nothing much to say really,Søren Schmidt1999-12-071-0/+3
* Fix atapi_wait_ready, it returned prematurely.Søren Schmidt1999-11-261-12/+6
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangeSøren Schmidt1999-11-241-4/+2
* Make the atapi device return sensible errno's back to userland.Søren Schmidt1999-11-101-45/+45
* Fix IRQ allocation bug on controllers using a shared interrupt.Søren Schmidt1999-11-061-41/+81
* Remove unused include files.Søren Schmidt1999-10-101-2/+0
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-091-168/+145
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Fix timeout handeling and add retry counts.Søren Schmidt1999-09-241-1/+16
* Support quad & max speeds in wormcontrol.Søren Schmidt1999-09-221-6/+1
* Ten'th update to the new ATA/ATAPI driver:Søren Schmidt1999-09-211-247/+352
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-2/+1
* Support DMA on ATAPI devices (finally).Søren Schmidt1999-08-101-3/+80
* Nine'th update to the new ATA/ATAPI driver:Søren Schmidt1999-06-251-30/+105
* Eigth update to the new ATA/ATAPI driver:Søren Schmidt1999-05-201-2/+13
* Seventh update to the new ATA/ATAPI driver:Søren Schmidt1999-05-171-1/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+5
* Sixth update to the new ATA/ATAPI driver:Søren Schmidt1999-04-101-6/+12
* Fourth update to the new ATA/ATAPI driver:Søren Schmidt1999-03-281-39/+41
* ZIP drives should now be working, I'm not sure about LS120 drives,Søren Schmidt1999-03-071-16/+16
* Now all actual probing of both ATA & ATAPI devices are done afterSøren Schmidt1999-03-051-44/+110
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.Søren Schmidt1999-03-031-5/+5