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