summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-queue.c
Commit message (Expand)AuthorAgeFilesLines
* MFC many more fixes for the ata driver.Scott Long2004-02-111-26/+48
* Remove local changes to ata that accidentally crept in.Scott Long2004-01-271-32/+8
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-271-119/+188
* MFC: Sync ata driver with head.John Baldwin2003-12-181-5/+7
* If just gcc could make up its mind...Søren Schmidt2003-10-201-1/+1
* Only announce ECC errors when its only that.Søren Schmidt2003-10-201-2/+2
* Reintroduce the "recovered from lost interrupt" code, but in a newSøren Schmidt2003-10-141-6/+7
* Avoid potential race on ATA_R_DONE.Søren Schmidt2003-10-121-2/+3
* Improve timeout handling and reporting.Søren Schmidt2003-10-071-6/+22
* Always check the sensekey field on ATAPI returnsSøren Schmidt2003-09-191-1/+4
* Properly handle error code returns from the lower levels ATAPI code.Søren Schmidt2003-09-181-14/+14
* Make sure to call start when retrying.Søren Schmidt2003-08-281-1/+2
* Unify prototypes.Søren Schmidt2003-08-251-3/+3
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-0/+471