summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-queue.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.sos2007-02-211-1/+1
* Add the SMART command to the ATA instruction set.remko2007-01-271-0/+1
* Fix a typo in ata-queue.cremko2006-12-231-2/+2
* If we get an error w/o atapi sense information, just print a newlineimp2006-07-211-0/+2
* Add missing ";"sos2006-04-171-1/+1
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-311-30/+33
* Only use the channel in the request given to ata_completed if itssos2006-03-091-3/+7
* Get rid of all the "long long"/"maxint" casting around in printf's.sos2006-03-091-6/+5
* Only look for ICRC and CORR errors on ATA devices not ATAPI.sos2006-03-071-1/+1
* Update atapi-fd to support direct devices such as disks.sos2006-03-051-0/+1
* Work around the deadlock that occours when ATA waits for the taskqueuesos2006-03-011-5/+18
* Fix ata_reinit so it does things in the right order to prevent panic's.sos2006-02-251-5/+1
* Keep the parent device (in this case the channel) around in ata_request,sos2006-02-231-17/+26
* Whitespace cleanup.sos2006-01-181-3/+3
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-181-2/+11
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Fix rebuilds of arrays that got stuck.sos2005-12-271-5/+17
* Harden the hotplug support for SATA devices.sos2005-09-141-36/+29
* Zero donecount on auto request sense.sos2005-06-281-0/+1
* Add back one line that got deleted in the last commit.sos2005-05-111-2/+4
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-031-2/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-7/+10
* Now that probing is working in the new fashion, we need to go back tosos2005-04-291-0/+1
* Rehash the timeout code to make it more simple.sos2005-04-211-81/+32
* Change the ata_* methods to use a channel device instead of asos2005-03-311-3/+3
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-117/+233
* When resubmitting a timed out request, reset donecount.mdodd2005-03-021-0/+1
* Reset timeout when we are back from interrupt.sos2004-12-081-0/+3
* Correct logical error, result was that retries wasn't always made butsos2004-12-081-1/+2
* Do not retry on requests that has lost thier device during reinit.sos2004-10-201-8/+5
* Cosmeticssos2004-10-191-6/+2
* Refine locking so it covers the "running" variable as well.sos2004-10-131-68/+71
* Fix the PC98 lockups on boot.sos2004-10-061-9/+8
* Remove the old ATA_*LOCK_CH macros that used atomic ops and usesos2004-09-261-114/+111
* Fix the handling of "inflight" requests when doing reinit's.sos2004-08-271-2/+21
* Workaround devices that responds with registers as *both* master & slave,sos2004-08-221-2/+10
* Improve (hopefully) on the workaround code for devices that doesn'tsos2004-08-161-13/+13
* Close a race in ata_reinit().sos2004-08-091-3/+0
* Try to narrow down the race window on HW that does not have ways tosos2004-08-051-14/+14
* Use the right cmd+errorcode if we are in autosense/not.sos2004-06-011-2/+3
* Only set and report error if not set already.sos2004-06-011-1/+1
* Spring cleanup of macrossos2004-04-301-1/+1
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-2/+3
* Add support for detaching PCI controllers.sos2004-03-151-0/+33
* If being verbose in the autosense code, print the original error.sos2004-03-021-4/+2
* Report the original command on failures that causes auto sense.sos2004-03-021-4/+6
* Issue a request sense command automagically when ATAPI commands failsos2004-02-281-36/+62
* 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
OpenPOWER on IntegriCloud