| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | The 80's called and want their interface back. Remove last fragments of |  krw | 2015-08-17 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Print correct function name in debug statements. ata_get_params, not |  krw | 2011-06-22 | 1 | -3/+3 |
* | one dma_free() was mistakenly left as free() |  deraadt | 2011-04-08 | 1 | -2/+2 |
* | Safer, big mem friendly, allocation of ATAPARAMS buf that is the |  krw | 2011-04-03 | 1 | -5/+6 |
* | Manuel Bouyer rescinded clauses 3 and 4 of his license text. |  jsg | 2010-07-23 | 1 | -6/+1 |
* | Do not put a data buffer on the stack; malloc it (we will use dma_alloc |  deraadt | 2010-07-13 | 1 | -4/+12 |
* | Use CMD_OK instead of 0, no binary change, from mickey |  pedro | 2007-04-08 | 1 | -2/+2 |
* | kill extra space in output with diskerr(); ok jsg |  deraadt | 2007-03-25 | 1 | -3/+3 |
* | 'immediatly' -> 'immediately' in comments. |  krw | 2006-12-21 | 1 | -2/+2 |
* | Don't fall back to fake geometry if ata_get_params() fails. |  uwe | 2005-11-09 | 1 | -2/+1 |
* | ansi and some spaces; no f/c |  grange | 2004-01-15 | 1 | -11/+5 |
* | Various cleanups, knf, better debug messages. |  grange | 2003-11-17 | 1 | -3/+12 |
* | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ |  grange | 2003-11-17 | 1 | -4/+4 |
* | Cleanup a bit, more pretty debug messages. |  grange | 2003-10-16 | 1 | -10/+7 |
* | kill trailing spaces, no functional changes |  grange | 2003-09-28 | 1 | -2/+2 |
* | revert last change since it causes problems on some devices |  grange | 2003-04-14 | 1 | -3/+3 |
* | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting |  grange | 2003-04-12 | 1 | -3/+3 |
* | sprintf->snprintf. miod@, grange@ ok. |  ho | 2003-04-09 | 1 | -7/+7 |
* | Increase IDENTIFY command timeout to 3 sec, as required by some |  grange | 2003-02-28 | 1 | -2/+2 |
* | Fix Manuel Bouyer's copyright, from NetBSD |  grange | 2003-02-21 | 1 | -2/+2 |
* | Protect WDCDEBUG_PRINT macro with do {} while (0) |  grange | 2002-12-19 | 1 | -4/+5 |
* | Correct some pryntf() usage: get the correct number of arguments in the |  miod | 2001-09-21 | 1 | -2/+2 |
* | Rework of probe code. Try better to deal with floating buses. Depending |  csapuntz | 2001-07-12 | 1 | -17/+2 |
* | ch_flags should be ch_status |  csapuntz | 2001-07-09 | 1 | -2/+2 |
* | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA functions to return status flags. |  csapuntz | 2001-03-25 | 1 | -1/+25 |
* | Fix bug where timeouts triggered too early, caused panic on ATAPI tapes. |  niklas | 2001-01-29 | 1 | -3/+1 |
* | undo this; adds files, unacceptable at this point in release |  deraadt | 2000-10-29 | 1 | -5/+18 |
* | Reduce footprint of ATA driver by only having PROBE debug messages compiled |  csapuntz | 2000-10-28 | 1 | -18/+5 |
* | Fix to ATA detect. Some devices seem to be comatose after reset |  csapuntz | 2000-07-20 | 1 | -3/+26 |
* | correct debug printouts |  niklas | 2000-04-07 | 1 | -3/+3 |
* | New interface to ATA registers that goes through the lower-level device |  csapuntz | 1999-11-17 | 1 | -5/+1 |
* | Fix ata_get_params on big endian platforms. |  csapuntz | 1999-11-05 | 1 | -11/+26 |
* | Make IDE compile on alpha again: |  niklas | 1999-08-05 | 1 | -6/+6 |
* | Import of NetBSD ATA/IDE stuff. |  csapuntz | 1999-07-18 | 1 | -0/+199 |