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_wdc.c
Age
Commit message (
Expand
)
Author
2004-06-02
Add quirks field to the wdc softc and implement the first one:
Alexander Yurchenko
2004-01-23
Use %b to display status register, this will make bug reports more
Alexander Yurchenko
2004-01-15
ansi and some spaces; no f/c
Alexander Yurchenko
2003-10-17
Merge an old fix from NetBSD:
Alexander Yurchenko
2003-10-16
Allow setting of wdcdebug*_mask variables via preprocessor defines.
Alexander Yurchenko
2003-09-28
kill trailing spaces, no functional changes
Alexander Yurchenko
2003-07-23
Old Promise ATA controllers need some additional operations
Alexander Yurchenko
2003-02-21
Fix Manuel Bouyer's copyright, from NetBSD
Alexander Yurchenko
2003-02-13
Don't force all ATAPI devices to PIO mode 3, there are
Alexander Yurchenko
2003-01-10
splio->splbio in comment
Alexander Yurchenko
2002-12-19
Protect WDCDEBUG_PRINT macro with do {} while (0)
Alexander Yurchenko
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-05-03
LBA48 support.
Grigoriy Orlov
2002-03-16
Use wdc_setdrive
Constantine Sapuntzakis
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-28
Add tag line. Thanks to David Krause
Constantine Sapuntzakis
2001-07-31
On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading
Constantine Sapuntzakis
2001-07-21
Undo last fix to ata_wdc.c. Don't deregister timeout in generic code
Constantine Sapuntzakis
2001-07-21
Don't hang on missing interrupts
Constantine Sapuntzakis
2001-03-25
Missing irqack, cleanup DMA error handling
Constantine Sapuntzakis
2001-03-25
Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...
Constantine Sapuntzakis
2000-06-30
Convert some parts to new timeouts.
Artur Grabowski
2000-04-10
Added support for wd detach (merge from NetBSD). Support for
Constantine Sapuntzakis
1999-11-17
New interface to ATA registers that goes through the lower-level device
Constantine Sapuntzakis
1999-11-05
use wdc_input_bytes and wdc_output_bytes
Constantine Sapuntzakis
1999-10-27
bugfixes from netbsd ata_wdc.c, ok csapuntz@
Chris Cappuccio
1999-07-18
Import of NetBSD ATA/IDE stuff.
Constantine Sapuntzakis