summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-queue.c
Commit message (Expand)AuthorAgeFilesLines
* Dont use the bio_taskqueue if we are in timeout.sos2004-02-171-2/+2
* Commit simple workarounf for the "LiteOn" hang on boot problem.sos2004-02-061-0/+1
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-301-13/+28
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-281-14/+20
* Fix breakage on timeout/retries. The bug cause a sema to be leaked sosos2004-01-191-21/+23
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-27/+6
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-121-4/+4
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-90/+154
* Fix compilation on 64bit archs.sos2003-12-161-1/+1
* Print the LBA on failing R/W commands.sos2003-12-151-5/+7
* If just gcc could make up its mind...sos2003-10-201-1/+1
* Only announce ECC errors when its only that.sos2003-10-201-2/+2
* Reintroduce the "recovered from lost interrupt" code, but in a newsos2003-10-141-6/+7
* Avoid potential race on ATA_R_DONE.sos2003-10-121-2/+3
* Improve timeout handling and reporting.sos2003-10-071-6/+22
* Always check the sensekey field on ATAPI returnssos2003-09-191-1/+4
* Properly handle error code returns from the lower levels ATAPI code.sos2003-09-181-14/+14
* Make sure to call start when retrying.sos2003-08-281-1/+2
* Unify prototypes.sos2003-08-251-3/+3
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-0/+471
OpenPOWER on IntegriCloud