aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-queue.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Sync with -current.Søren Schmidt2006-09-021-1/+3
* MFC:Søren Schmidt2006-04-041-30/+33
* MFC:Søren Schmidt2006-03-101-10/+14
* MFC:Søren Schmidt2006-03-011-23/+41
* MFC:Søren Schmidt2006-01-251-10/+29
* MFC:Søren Schmidt2005-09-231-36/+29
* Zero donecount on auto request sense.Søren Schmidt2005-06-281-0/+1
* Add back one line that got deleted in the last commit.Søren Schmidt2005-05-111-2/+4
* Reshape the dma code to be a bit more flexible so it can cope withSøren Schmidt2005-05-031-2/+1
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-7/+10
* Now that probing is working in the new fashion, we need to go back toSøren Schmidt2005-04-291-0/+1
* Rehash the timeout code to make it more simple.Søren Schmidt2005-04-211-81/+32
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-311-3/+3
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-117/+233
* When resubmitting a timed out request, reset donecount.Matthew N. Dodd2005-03-021-0/+1
* Reset timeout when we are back from interrupt.Søren Schmidt2004-12-081-0/+3
* Correct logical error, result was that retries wasn't always made butSøren Schmidt2004-12-081-1/+2
* Do not retry on requests that has lost thier device during reinit.Søren Schmidt2004-10-201-8/+5
* CosmeticsSøren Schmidt2004-10-191-6/+2
* Refine locking so it covers the "running" variable as well.Søren Schmidt2004-10-131-68/+71
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-061-9/+8
* Remove the old ATA_*LOCK_CH macros that used atomic ops and useSøren Schmidt2004-09-261-114/+111
* Fix the handling of "inflight" requests when doing reinit's.Søren Schmidt2004-08-271-2/+21
* Workaround devices that responds with registers as *both* master & slave,Søren Schmidt2004-08-221-2/+10
* Improve (hopefully) on the workaround code for devices that doesn'tSøren Schmidt2004-08-161-13/+13
* Close a race in ata_reinit().Søren Schmidt2004-08-091-3/+0
* Try to narrow down the race window on HW that does not have ways toSøren Schmidt2004-08-051-14/+14
* Use the right cmd+errorcode if we are in autosense/not.Søren Schmidt2004-06-011-2/+3
* Only set and report error if not set already.Søren Schmidt2004-06-011-1/+1
* Spring cleanup of macrosSøren Schmidt2004-04-301-1/+1
* Add support for the Promise command sequencer present on all modern PromiseSøren Schmidt2004-04-131-2/+3
* Add support for detaching PCI controllers.Søren Schmidt2004-03-151-0/+33
* If being verbose in the autosense code, print the original error.Søren Schmidt2004-03-021-4/+2
* Report the original command on failures that causes auto sense.Søren Schmidt2004-03-021-4/+6
* Issue a request sense command automagically when ATAPI commands failSøren Schmidt2004-02-281-36/+62
* Dont use the bio_taskqueue if we are in timeout.Søren Schmidt2004-02-171-2/+2
* Commit simple workarounf for the "LiteOn" hang on boot problem.Søren Schmidt2004-02-061-0/+1
* Be more robust in the probe. We dont want to get into a loop withSøren Schmidt2004-01-301-13/+28
* Use the biotask functionality in GEOM to put finished requests onSøren Schmidt2004-01-281-14/+20
* Fix breakage on timeout/retries. The bug cause a sema to be leaked soSøren Schmidt2004-01-191-21/+23
* Use UMA instead of plain malloc for getting ATA request storage.Søren Schmidt2004-01-141-27/+6
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.Søren Schmidt2004-01-121-4/+4
* Overhaul of the timeout/reinit framework. This should clear up mostSøren Schmidt2004-01-111-90/+154
* Fix compilation on 64bit archs.Søren Schmidt2003-12-161-1/+1
* Print the LBA on failing R/W commands.Søren Schmidt2003-12-151-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