| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 1 | -1/+1 |
| * | MFC r188740, r198486, r199050: | Alexander Motin | 2009-11-10 | 1 | -2/+9 |
| * | MFC rev. 188700, 188731, 188733. | Alexander Motin | 2009-03-03 | 1 | -1/+3 |
| * | (ata_completed): When REQUEST SENSE is automatically issued after a failed | Thomas Quinot | 2007-03-13 | 1 | -1/+1 |
| * | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |
| * | Add the SMART command to the ATA instruction set. | Remko Lodder | 2007-01-27 | 1 | -0/+1 |
| * | Fix a typo in ata-queue.c | Remko Lodder | 2006-12-23 | 1 | -2/+2 |
| * | If we get an error w/o atapi sense information, just print a newline | Warner Losh | 2006-07-21 | 1 | -0/+2 |
| * | Add missing ";" | Søren Schmidt | 2006-04-17 | 1 | -1/+1 |
| * | Make the ATAPI sense data accessible when using the ioctl interface | Søren Schmidt | 2006-03-31 | 1 | -30/+33 |
| * | Only use the channel in the request given to ata_completed if its | Søren Schmidt | 2006-03-09 | 1 | -3/+7 |
| * | Get rid of all the "long long"/"maxint" casting around in printf's. | Søren Schmidt | 2006-03-09 | 1 | -6/+5 |
| * | Only look for ICRC and CORR errors on ATA devices not ATAPI. | Søren Schmidt | 2006-03-07 | 1 | -1/+1 |
| * | Update atapi-fd to support direct devices such as disks. | Søren Schmidt | 2006-03-05 | 1 | -0/+1 |
| * | Work around the deadlock that occours when ATA waits for the taskqueue | Søren Schmidt | 2006-03-01 | 1 | -5/+18 |
| * | Fix ata_reinit so it does things in the right order to prevent panic's. | Søren Schmidt | 2006-02-25 | 1 | -5/+1 |
| * | Keep the parent device (in this case the channel) around in ata_request, | Søren Schmidt | 2006-02-23 | 1 | -17/+26 |
| * | Whitespace cleanup. | Søren Schmidt | 2006-01-18 | 1 | -3/+3 |
| * | Add support for using DMA on dump, greatly speeds up the dump process. | Søren Schmidt | 2006-01-18 | 1 | -2/+11 |
| * | Get rid of the advertising clause in the copyright. | Søren Schmidt | 2006-01-05 | 1 | -3/+1 |
| * | Fix rebuilds of arrays that got stuck. | Søren Schmidt | 2005-12-27 | 1 | -5/+17 |
| * | Harden the hotplug support for SATA devices. | Søren Schmidt | 2005-09-14 | 1 | -36/+29 |
| * | Zero donecount on auto request sense. | Søren Schmidt | 2005-06-28 | 1 | -0/+1 |
| * | Add back one line that got deleted in the last commit. | Søren Schmidt | 2005-05-11 | 1 | -2/+4 |
| * | Reshape the dma code to be a bit more flexible so it can cope with | Søren Schmidt | 2005-05-03 | 1 | -2/+1 |
| * | Take newbusification one step further, ie use the device_t more consequently | Søren Schmidt | 2005-04-30 | 1 | -7/+10 |
| * | Now that probing is working in the new fashion, we need to go back to | Søren Schmidt | 2005-04-29 | 1 | -0/+1 |
| * | Rehash the timeout code to make it more simple. | Søren Schmidt | 2005-04-21 | 1 | -81/+32 |
| * | Change the ata_* methods to use a channel device instead of a | Søren Schmidt | 2005-03-31 | 1 | -3/+3 |
| * | This is the much rumoured ATA mkIII update that I've been working on. | Søren Schmidt | 2005-03-30 | 1 | -117/+233 |
| * | When resubmitting a timed out request, reset donecount. | Matthew N. Dodd | 2005-03-02 | 1 | -0/+1 |
| * | Reset timeout when we are back from interrupt. | Søren Schmidt | 2004-12-08 | 1 | -0/+3 |
| * | Correct logical error, result was that retries wasn't always made but | Søren Schmidt | 2004-12-08 | 1 | -1/+2 |
| * | Do not retry on requests that has lost thier device during reinit. | Søren Schmidt | 2004-10-20 | 1 | -8/+5 |
| * | Cosmetics | Søren Schmidt | 2004-10-19 | 1 | -6/+2 |
| * | Refine locking so it covers the "running" variable as well. | Søren Schmidt | 2004-10-13 | 1 | -67/+70 |
| * | Fix the PC98 lockups on boot. | Søren Schmidt | 2004-10-06 | 1 | -9/+8 |
| * | Remove the old ATA_*LOCK_CH macros that used atomic ops and use | Søren Schmidt | 2004-09-26 | 1 | -114/+111 |
| * | Fix the handling of "inflight" requests when doing reinit's. | Søren Schmidt | 2004-08-27 | 1 | -2/+21 |
| * | Workaround devices that responds with registers as *both* master & slave, | Søren Schmidt | 2004-08-22 | 1 | -2/+10 |
| * | Improve (hopefully) on the workaround code for devices that doesn't | Søren Schmidt | 2004-08-16 | 1 | -13/+13 |
| * | Close a race in ata_reinit(). | Søren Schmidt | 2004-08-09 | 1 | -3/+0 |
| * | Try to narrow down the race window on HW that does not have ways to | Søren Schmidt | 2004-08-05 | 1 | -14/+14 |
| * | Use the right cmd+errorcode if we are in autosense/not. | Søren Schmidt | 2004-06-01 | 1 | -2/+3 |
| * | Only set and report error if not set already. | Søren Schmidt | 2004-06-01 | 1 | -1/+1 |
| * | Spring cleanup of macros | Søren Schmidt | 2004-04-30 | 1 | -1/+1 |
| * | Add support for the Promise command sequencer present on all modern Promise | Søren Schmidt | 2004-04-13 | 1 | -2/+3 |
| * | Add support for detaching PCI controllers. | Søren Schmidt | 2004-03-15 | 1 | -0/+33 |
| * | If being verbose in the autosense code, print the original error. | Søren Schmidt | 2004-03-02 | 1 | -4/+2 |
| * | Report the original command on failures that causes auto sense. | Søren Schmidt | 2004-03-02 | 1 | -4/+6 |