summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
1996-08-03two bugs pointed out by thorpeTheo de Raadt
1996-08-02DOH! transmit got broken in the last commit.Niklas Hallqvist
1996-08-01doc where driver comes fromTheo de Raadt
1996-07-31Drop the ed_ring structure in favour of a byte-array and offset constants.Niklas Hallqvist
Makes the code much more robust agains MD paddings. Use new bus.h.
1996-07-27split cy driver upTheo de Raadt
1996-07-04fix recording; from jabaker@grail.cba.csuohio.eduTheo de Raadt
1996-07-02support FSTATE_STAR by repetitionTheo de Raadt
1996-07-02better FIFO enabling code; netbsd pr#2574, cliff@wport.comJason Downs
1996-07-02documentTheo de Raadt
1996-06-30Put small delay in lptintr, as suggested by banshee@gabriella.resort.comdm
on port-i386@netbsd.org.
1996-06-27backout spl changeTheo de Raadt
1996-06-27new 2940 driver merged from freebsd sources 960623shawn
1996-06-26lpr attaches with lpt_isa_cadm
1996-06-25lpt_isa_caTheo de Raadt
1996-06-24pica changes backed out. does not belong herePer Fogelstrom
1996-06-23probe must be silent if no deviceTheo de Raadt
1996-06-23turn off debug optionsTheo de Raadt
1996-06-23workaround because of pica stuffTheo de Raadt
1996-06-23disable pica stuff for the moment, attribute problemTheo de Raadt
1996-06-22Pica bus support addedPer Fogelstrom
1996-06-22arch/arc have isa bus.Per Fogelstrom
1996-06-22Pica bus support addedPer Fogelstrom
1996-06-22Pica bus support addedPer Fogelstrom
1996-06-20Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fiTheo de Raadt
1996-06-20fdformat support:Jason Downs
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver.
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
have wasted weeks because of the crashes.
1996-06-16if isadma does not exist, do not try to use itTheo de Raadt
1996-06-16isadma is now a real driver, so that ports can choose to use it or notTheo de Raadt
1996-06-10Some cleanup for -Wall -Wstrict-prototypesNiklas Hallqvist
1996-06-10tty_attach()Theo de Raadt
1996-06-10enqueue eject for mcdclose()Theo de Raadt
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-09acd.c: Removed some pointless code, cleaned up some more debug statements.Jason Downs
everything: added RCS ids.
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs
Based on Manuel Bouyer's drivers.
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-01splbio over scsi_done; isdma_copyfrombuf() inside this block is not a realTheo de Raadt
performance issue VOLATILE_XS() means it is probably very small.
1996-06-01do not access sc_link before setTheo de Raadt
1996-06-01all ports have dk_establish()Theo de Raadt
1996-06-01all ports have dk_establish()Theo de Raadt
1996-05-31fixes by hannken and deraadtTheo de Raadt
1996-05-31a cvs testTheo de Raadt
1996-05-29show "OPTi not found" message in debug mode only.Michael Shalayeff
1996-05-28isa_intr_establish extra argTheo de Raadt
1996-05-27silence getresult during probeTheo de Raadt
1996-05-27/* /* */ is badTheo de Raadt
1996-05-27verbosity during probe is dumbTheo de Raadt
1996-05-27"aha + bt" kernels work now.Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-25syncTheo de Raadt
1996-05-12pull in pica machdep isa header if picaPer Fogelstrom