summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* That "NO DRIVER" panic fix wasn't good enough...sos2000-02-111-1/+1
* Probe cosmetics.sos2000-02-082-3/+3
* 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-076-21/+17
* Dont panic if no sub-driver is found.sos2000-02-071-1/+1
* Unbreak addump, now dumping works again.sos2000-02-071-0/+1
* fix support for shared IRQ's.sos2000-02-048-84/+171
* cosmetic changes only.sos2000-01-291-1/+1
* cosmetic changes only.sos2000-01-293-30/+9
* Get the MEDIA_CHANGED status right here too.sos2000-01-281-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-282-2/+5
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPsos2000-01-282-5/+8
* Fix compilation on ISA only setups...sos2000-01-281-4/+3
* Cleanup the ata_dmainit function a bit.sos2000-01-282-33/+41
* Oops, fix compile error due to the new way of storing the transfer mode.sos2000-01-281-6/+6
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-277-43/+101
* Retry a bit more agressively on the atapi identify.sos2000-01-256-31/+57
* General cleanup.sos2000-01-249-571/+613
* Quantify the calls to ad_attach and atapi_attach so that disklesssos2000-01-191-0/+4
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-1810-639/+473
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-176-124/+157
* Grrrr, this time it should be right, I need sleep - badly...sos2000-01-071-2/+2
* This is not my lucky day :(sos2000-01-071-1/+1
* Guard against transfers of zero length given to *strategy.sos2000-01-073-2/+16
* Set PIO mode in all cases.sos2000-01-071-1/+7
* New ATAPI burner utility API, replaces the wormio API.sos2000-01-063-137/+103
* Fix link problem on ISA only systems..sos2000-01-031-4/+2
* Add support for VIA 82C596 controllersos2000-01-0313-141/+225
* Yet another cleanup of the VIA code, this time it should worksos1999-12-218-186/+61
* Relax the requirements for doing WDMA2, this should enable DMAsos1999-12-183-27/+27
* Cleanup the probe messages a bit, show what the device really is, notsos1999-12-161-10/+19
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-148-17/+48
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-138-72/+134
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-084-4/+4
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-074-5/+285
* Try a little harder at the VIA DMA support.sos1999-12-073-32/+61
* Fix support for disk with > 64K cyls.sos1999-12-072-9/+8
* Better error handeling:sos1999-11-292-30/+58
* call ata_reinit in addump trying to make sure the dump will succed,sos1999-11-271-1/+7
* Oops, committed the wrong file..sos1999-11-261-6/+0
* Fix atapi_wait_ready, it returned prematurely.sos1999-11-261-12/+6
* Tidy up the VIA support a bit, make it more generic.sos1999-11-262-26/+37
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-249-140/+228
* Loose ad_sleep, its of no use anymore.sos1999-11-191-13/+0
* Dont listen to disks that say they can only do 0 sector transfers.sos1999-11-101-1/+1
* Make the atapi device return sensible errno's back to userland.sos1999-11-105-55/+60
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.sos1999-11-084-61/+63
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-066-78/+148
* useracc() the prequel:phk1999-10-291-1/+0
OpenPOWER on IntegriCloud