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