summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* The 80's called and want their interface back. Remove last fragments ofkrw2015-08-171-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Print correct function name in debug statements. ata_get_params, notkrw2011-06-221-3/+3
* one dma_free() was mistakenly left as free()deraadt2011-04-081-2/+2
* Safer, big mem friendly, allocation of ATAPARAMS buf that is thekrw2011-04-031-5/+6
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-6/+1
* Do not put a data buffer on the stack; malloc it (we will use dma_allocderaadt2010-07-131-4/+12
* Use CMD_OK instead of 0, no binary change, from mickeypedro2007-04-081-2/+2
* kill extra space in output with diskerr(); ok jsgderaadt2007-03-251-3/+3
* 'immediatly' -> 'immediately' in comments.krw2006-12-211-2/+2
* Don't fall back to fake geometry if ata_get_params() fails.uwe2005-11-091-2/+1
* ansi and some spaces; no f/cgrange2004-01-151-11/+5
* Various cleanups, knf, better debug messages.grange2003-11-171-3/+12
* Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQgrange2003-11-171-4/+4
* Cleanup a bit, more pretty debug messages.grange2003-10-161-10/+7
* kill trailing spaces, no functional changesgrange2003-09-281-2/+2
* revert last change since it causes problems on some devicesgrange2003-04-141-3/+3
* Don't wait for DRQ after issuing IDENTIFY command. Fix long detectinggrange2003-04-121-3/+3
* sprintf->snprintf. miod@, grange@ ok.ho2003-04-091-7/+7
* Increase IDENTIFY command timeout to 3 sec, as required by somegrange2003-02-281-2/+2
* Fix Manuel Bouyer's copyright, from NetBSDgrange2003-02-211-2/+2
* Protect WDCDEBUG_PRINT macro with do {} while (0)grange2002-12-191-4/+5
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-2/+2
* Rework of probe code. Try better to deal with floating buses. Dependingcsapuntz2001-07-121-17/+2
* ch_flags should be ch_statuscsapuntz2001-07-091-2/+2
* Minor mods to DMA interface - get rid of unnecessary args. Allow DMA functions to return status flags.csapuntz2001-03-251-1/+25
* Fix bug where timeouts triggered too early, caused panic on ATAPI tapes.niklas2001-01-291-3/+1
* undo this; adds files, unacceptable at this point in releasederaadt2000-10-291-5/+18
* Reduce footprint of ATA driver by only having PROBE debug messages compiledcsapuntz2000-10-281-18/+5
* Fix to ATA detect. Some devices seem to be comatose after resetcsapuntz2000-07-201-3/+26
* correct debug printoutsniklas2000-04-071-3/+3
* New interface to ATA registers that goes through the lower-level devicecsapuntz1999-11-171-5/+1
* Fix ata_get_params on big endian platforms.csapuntz1999-11-051-11/+26
* Make IDE compile on alpha again:niklas1999-08-051-6/+6
* Import of NetBSD ATA/IDE stuff.csapuntz1999-07-181-0/+199