Age | Commit message (Expand) | Author |
2011-06-22 | Print correct function name in debug statements. ata_get_params, not | Kenneth R Westerback |
2011-04-08 | one dma_free() was mistakenly left as free() | Theo de Raadt |
2011-04-03 | Safer, big mem friendly, allocation of ATAPARAMS buf that is the | Kenneth R Westerback |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-13 | Do not put a data buffer on the stack; malloc it (we will use dma_alloc | Theo de Raadt |
2007-04-08 | Use CMD_OK instead of 0, no binary change, from mickey | Pedro Martelletto |
2007-03-25 | kill extra space in output with diskerr(); ok jsg | Theo de Raadt |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2005-11-09 | Don't fall back to fake geometry if ata_get_params() fails. | Uwe Stuehler |
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko |
2003-11-17 | Various cleanups, knf, better debug messages. | Alexander Yurchenko |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander Yurchenko |
2003-10-16 | Cleanup a bit, more pretty debug messages. | Alexander Yurchenko |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-04-14 | revert last change since it causes problems on some devices | Alexander Yurchenko |
2003-04-12 | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting | Alexander Yurchenko |
2003-04-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson |
2003-02-28 | Increase IDENTIFY command timeout to 3 sec, as required by some | Alexander Yurchenko |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-07-12 | Rework of probe code. Try better to deal with floating buses. Depending | Constantine Sapuntzakis |
2001-07-09 | ch_flags should be ch_status | Constantine Sapuntzakis |
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function... | Constantine Sapuntzakis |
2001-01-29 | Fix bug where timeouts triggered too early, caused panic on ATAPI tapes. | Niklas Hallqvist |
2000-10-29 | undo this; adds files, unacceptable at this point in release | Theo de Raadt |
2000-10-28 | Reduce footprint of ATA driver by only having PROBE debug messages compiled | Constantine Sapuntzakis |
2000-07-20 | Fix to ATA detect. Some devices seem to be comatose after reset | Constantine Sapuntzakis |
2000-04-07 | correct debug printouts | Niklas Hallqvist |
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis |
1999-11-05 | Fix ata_get_params on big endian platforms. | Constantine Sapuntzakis |
1999-08-05 | Make IDE compile on alpha again: | Niklas Hallqvist |
1999-07-18 | Import of NetBSD ATA/IDE stuff. | Constantine Sapuntzakis |