index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
/
ata.c
Age
Commit message (
Expand
)
Author
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