summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
1997-04-07cf_flags & 0x20 forces device to be found even if it won't probe.Jim Rees
1997-03-2164-bit clean. if_ed.c now works on alpha.Niklas Hallqvist
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
1997-02-24We do NOT want interrupts when in polled mode. Fixes ATAPI bootNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-13riscpc++Per Fogelstrom
1997-01-29Match com changes.Jason Downs
1997-01-26Some more KNFNiklas Hallqvist
1997-01-26Fixed a busification bug (some may well remain), as well as some KNF issuesNiklas Hallqvist
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1997-01-23changed aicprint() to scsiprint()flipk
1997-01-22back out bounce buffer fixes until i get them working 100%Theo de Raadt
1997-01-17add tagkstailey
1997-01-16ahaprint() & btprint() -> scsiprint()kstailey
1997-01-04Add XXX comment about the delay portNiklas Hallqvist
1997-01-04readdisklabel() with correct dev_tTheo de Raadt
1997-01-03make bounce buffer awareTheo de Raadt
1997-01-03end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp>kstailey
1997-01-01remove unneded space in printf (only cosmetic)Thomas Graichen
1996-12-12note lpt chipMichael Shalayeff
1996-12-12Revert to non-bus.h versions for the time beingNiklas Hallqvist
1996-12-11Slight optimizationsNiklas Hallqvist
1996-12-11isadma belongs in files.isaNiklas Hallqvist
1996-12-11Do not allocate all of ports 0x80 - 0x8f for isadma (hint: delay)Niklas Hallqvist
1996-12-09Import extent manager from NetBSDNiklas Hallqvist
1996-12-05let us get this right finally...Theo de Raadt
1996-12-05whoops, correct d_nsectorsTheo de Raadt
1996-12-05remove duplicate code; nice readdisklabel warning messagesTheo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05bring back partitionsTheo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-03DOH, com moved to icNiklas Hallqvist
1996-12-03comreg/var moved, niklasTheo de Raadt
1996-11-30Com driver moved, still somewhat ISA-dependent though, but it willNiklas Hallqvist
1996-11-30syncJason Downs
1996-11-30Cleaned up. lpt is MI now.Niklas Hallqvist
1996-11-29Missed in last bus.h commitNiklas 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-25Make CONADDR and CONUNIT overrideableNiklas Hallqvist
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-10Kill major number hack.Jason Downs
1996-11-09Break shall be handled as data == 0 and FE bit set; from TheoThorsten Lockert
1996-11-09Altered wds_wait's interface as the current one didn't have a chance to workNiklas Hallqvist
1996-11-07Parenthesize bit ops in last change (-Wall fix)Niklas Hallqvist
1996-11-07Handle odd-aligned mbufs in 16 bit mode so strict alignment is enforcedNiklas Hallqvist
1996-11-06Correct ISADMA condition. Now both amiga & arc can use IDE with >4k xfersNiklas Hallqvist
1996-11-06give floppies real partitionsTheo de Raadt
1996-11-02Only print 'not finished' if AUDIO_DEBUG defined. Also fix up someTodd C. Miller