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
/
wd.c
Age
Commit message (
Expand
)
Author
2004-03-03
remove bufq support until i figure out just what's going wrong. ok deraadt@
Ted Unangst
2004-02-15
new arg to disk_unbusy, to record separate read/write statistics.
Ted Unangst
2004-02-02
as grange pointed out, BUFQ_ALLOC might fail
Ted Unangst
2004-01-21
dynamic bufq support. basically a nullop. ok grange@
Ted Unangst
2004-01-16
Do not print CHS info for LBA drives, it's useless for drives with
Alexander Yurchenko
2004-01-15
ansi and some spaces; no f/c
Alexander Yurchenko
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-28
kill trailing spaces, no functional changes
Alexander Yurchenko
2003-07-20
Use LBA48 only when accessing blocks after 137Gb limit or using sectors
Alexander Yurchenko
2003-06-25
implement new means of manipulating buf queues, bufq.
Ted Unangst
2003-05-20
change spaces to tabs so i can mail grange diffs :)
Ted Unangst
2003-04-09
sprintf->snprintf. miod@, grange@ ok.
Hakan Olsson
2003-04-06
Some easy strcpy elimination.
Kenneth R Westerback
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
2002-05-24
protect biodone with splbio.
Artur Grabowski
2002-05-03
LBA48 support.
Grigoriy Orlov
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-07
pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok
Michael Shalayeff
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-06
Remove legacy __BDEVSW_DUMP_OLD_TYPE code.
Miod Vallat
2001-07-31
Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for
Constantine Sapuntzakis
2001-07-12
extra wddone caused biodone panics occasionally
Constantine Sapuntzakis
2001-04-30
Move ioctl stuff to low-level driver
Constantine Sapuntzakis
2001-04-02
ATA_POLL should have been AT_POLL
Constantine Sapuntzakis
2001-01-25
spelling
Todd T. Fries
2000-06-30
Convert to new timeout API.
Artur Grabowski
2000-04-10
Added support for wd detach (merge from NetBSD). Support for
Constantine Sapuntzakis
2000-04-07
remove statics
Niklas Hallqvist
1999-11-17
New interface to ATA registers that goes through the lower-level device
Constantine Sapuntzakis
1999-10-09
Fix printout at attach time. Print PIO/DMA mode information after having
Constantine Sapuntzakis
1999-10-09
wdc layer work:
Constantine Sapuntzakis
1999-08-15
o Correctly set type and typename in driver-generated label
Todd C. Miller
1999-08-10
support DIOCRLDINFO
Theo de Raadt
1999-08-05
Make IDE compile on alpha again:
Niklas Hallqvist
1999-07-22
shorten dmesg output
Theo de Raadt
1999-07-22
Fix bad144intern.
Constantine Sapuntzakis
1999-07-20
126 -> NBT_BAD
Constantine Sapuntzakis
1999-07-18
Import of NetBSD ATA/IDE stuff.
Constantine Sapuntzakis