summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-queue.c
Commit message (Expand)AuthorAgeFilesLines
* Mark ATA channel as idle on timeout in non-ATA_CAM mode.mav2010-04-261-1/+1
* MFp4:mav2009-12-061-2/+9
* Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)mav2009-11-081-3/+3
* MFp4:mav2009-10-311-1/+9
* Increase ATA command timeouts. Some drives need more then 5s to spin-up.mav2009-10-261-2/+2
* MFp4:mav2009-10-231-5/+1
* Improve kernel dumping reliability for busy ATA channels:mav2009-05-011-9/+24
* Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c))ed2009-04-071-2/+1
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-281-1/+7
* Rollback rev. 189093.mav2009-02-261-1/+0
* Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally)mav2009-02-261-0/+1
* Remove direct ata_completed() call options from ata_finish(), except for themav2009-02-261-7/+1
* Adaptively increase control command timeout when drive is spun down.mav2009-02-171-1/+8
* ata_interrupt() does not need to return anything. It is not it's businessmav2009-02-171-1/+3
* Make core dumping to ad not to freeze even if interrupts, not disabledmav2009-02-161-1/+1
* Fix issue where ata_atapicmd() can never really return EBUSY which isobrien2009-01-121-1/+2
* Don't let ata_completed() dereference a null request->dma pointer topeter2008-11-271-1/+1
* Only call dma.unload() if initialized.sos2008-10-271-1/+2
* Unload DMA slot on device timeouts.sos2008-04-211-0/+1
* Go back to preallocating everything possible on init.sos2008-04-171-4/+6
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-111-5/+3
* Add experimental support for SATA Port Multiplierssos2008-04-101-3/+8
* (ata_completed): When REQUEST SENSE is automatically issued after a failedthomas2007-03-131-1/+1
* 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
OpenPOWER on IntegriCloud