summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wdc.c
AgeCommit message (Expand)Author
1999-06-28typo; failed with WDDEBUG setHakan Olsson
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-09-15It appears that some drives are causing the controller toJason Downs
1998-09-14avoid NULL deref for nowJason Downs
1998-08-08Split ioh allocations so that the devices no longer overlap.Jason Downs
1998-07-23Print LBA-based size as well as CHS size.Constantine Sapuntzakis
1998-07-09Don't unmap something that we didn't map...Jason Downs
1998-07-07put wd_error check back; without this machine boot times go well over 60 secondsTheo de Raadt
1998-07-05Add support for ISA PnP to wdc and associated config goo. This does NOT workJason Downs
1998-04-28Make kernel compile if we have IDE controller but no wd drive.Angelos D. Keromytis
1998-02-22only get isadma stuff when we want themNiklas Hallqvist
1998-01-18move to current OpenBSD isadma APINiklas Hallqvist
1997-12-10Fix three bugs:Jim Rees
1997-11-22typoMichael Shalayeff
1997-08-07prettyNiklas Hallqvist
1997-07-06get rid of long, and let alpha grok the bad sectoringNiklas Hallqvist
1997-07-04Slight fix to last, didn't see it quick enough.Jason Downs
1997-07-04ASUS/Triton support, based on manuel's code (different, busified, shouldJason Downs
1997-07-04Support ATAPI devices without wd devices, based on manuel's code.Jason Downs
1997-02-24We do NOT want interrupts when in polled mode. Fixes ATAPI bootNiklas Hallqvist
1996-11-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-28Pull in laptop changes from cgd, a couple from me, and a few slight formattingJason Downs
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-11-06Correct ISADMA condition. Now both amiga & arc can use IDE with >4k xfersNiklas Hallqvist
1996-09-22Get some things ready for later.Jason Downs
1996-09-22add a slight delayJason Downs
1996-09-16theo the pendatJason Downs
1996-09-16pretty pretty pointless supportJason Downs
1996-09-11Rearrange much of the polling code so really, really *busted* NEC hardwareJason Downs
1996-09-09iresolve constatnt to name combination, itsn't it more clear?Michael Shalayeff
1996-09-04Pull in pieces of Manuel's patch6:Jason Downs
1996-08-17Don't increment sc_errors right after calling wdcunwedge().Jason Downs
1996-08-12fixed typoNiklas Hallqvist
1996-08-07bus.h using wd/wdc drivers, by niklas. IDE now works on both i386 and amiga.Jason Downs
1996-06-09acd.c: Removed some pointless code, cleaned up some more debug statements.Jason Downs
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs