summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Change the disk(9) API in order to make device removal more robust.phk2004-02-186-51/+58
* Dont use the bio_taskqueue if we are in timeout.sos2004-02-171-2/+2
* (atapi_cb): Reenable automatic retrieve of sense data on error, makingthomas2004-02-111-14/+21
* Commit simple workarounf for the "LiteOn" hang on boot problem.sos2004-02-061-0/+1
* Move the enabling of interrupt back to where it was some time ago.sos2004-02-021-4/+3
* Fix support for the Promise TX4 on amd64.sos2004-02-022-1/+2
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-302-24/+38
* Cleanups/cosmetics.sos2004-01-293-9/+8
* Fix for those lost interrupts on probe on lots of controller types.sos2004-01-281-6/+6
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-287-32/+36
* Fix breakage in PIO multisector support.sos2004-01-231-1/+0
* Update the support for the VIA 8237 southbridge.sos2004-01-202-3/+4
* Fix breakage on timeout/retries. The bug cause a sema to be leaked sosos2004-01-194-24/+27
* Fixed a memory leak.ru2004-01-181-1/+3
* Fix botch in last commit.sos2004-01-181-2/+2
* Add missing free's.sos2004-01-181-0/+4
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-172-10/+18
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-1416-36/+32
* Fix potential cable detection problem on older CMD chips.sos2004-01-141-7/+9
* Fix ata_getparam to accept the fact that some crappy devices can pose assos2004-01-131-10/+12
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-124-9/+9
* #include sema.h is now required.sos2004-01-121-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-1115-220/+358
* Use the saved params for LBA-CHS conversion. Fixes PC98 bug.sos2004-01-081-4/+3
* Try to simplify the SiS probe. If SiS stays with the current schema forsos2003-12-251-22/+9
* Fix the register timings for AMD/VIA/nVidia chipsets.sos2003-12-181-3/+3
* Add support for the SiS 661 chipset (using SiS 963 south).sos2003-12-182-0/+2
* Fix compilation on 64bit archs.sos2003-12-161-1/+1
* Print the LBA on failing R/W commands.sos2003-12-151-5/+7
* Finetune last commit, we need to take care of empty channels.sos2003-12-101-3/+7
* Add back the national support, this was removed by accident earlier.sos2003-12-091-0/+4
* More errata fixing for the SiI3112A disaster chip:sos2003-12-081-1/+3
* Fix more problems with the Silicon Image 3112A:sos2003-12-081-1/+17
* Try a little harder to catch when fixate finishes.sos2003-12-071-2/+4
* Fix a potential problem with atapi-cam where an incorrect flag is passedscottl2003-12-051-1/+1
* Fix for the missing slave problem.sos2003-12-031-1/+1
* Fix modesetting on ISA only systems.sos2003-12-031-1/+1
* Fix ata-card.sos2003-11-302-38/+28
* Workaround for errata on early versions of the sii3112.sos2003-11-284-5/+13
* Correct the former patch, I accidently committed the wrong version.sos2003-11-241-2/+2
* Fix panic on certain failed configs.sos2003-11-241-4/+11
* Be less noisy when GEOM probes around during boot if drive containssos2003-11-241-0/+5
* Fix support for the cmd646 chip.sos2003-11-211-2/+27
* Add support for the SiS964 ATA/SATA southbridge.sos2003-11-182-9/+19
* Work around the problem that some CDROM drives might return differentsos2003-11-181-3/+5
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-117-43/+28
* Update the dump code to flush buffers at the end of the dumpsos2003-11-111-19/+25
* Free the ata_request struct after we are done using it. This should stopscottl2003-11-091-2/+9
* Fix typo in breaking up requests to size limit.sos2003-11-091-1/+1
* Remove the NOGIANT flag again, it was premature.sos2003-11-081-1/+1
OpenPOWER on IntegriCloud