summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
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-23missing splxTheo 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-21use correct copyrightchuck
1996-06-21use correct copyrightchuck
1996-06-21PCI glue for the en ATM device.chuck
1996-06-21add ENI ATMchuck
1996-06-21regeneratechuck
1996-06-21add ENI-155P ATM.chuck
1996-06-21device driver from the Efficient Networks "MIDWAY" ATM155 chip.chuck
1996-06-20Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fiTheo de Raadt
1996-06-20syncTheo de Raadt
1996-06-20add Cyclom-Y definitions; from jmarin@pyy.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-18Try to avoid collisions with reselection when starting a new selection.Theo de Raadt
Enable reselections as soon as possible after a disconnect - prevents losing a reselecting device. Check for and ignore a spurious interrupt during a DMA input (from the Mach driver).
1996-06-18fix a type mismatchTheo de Raadt
1996-06-18New rev. from Matt Thomas (June 7, 1996), whichTheo de Raadt
(1) adds another parameter to PDQ_OS_VA_TO_PA() so that (via a hack) the driver works on more Alpha models, and (2) adds the definition PDQ_OS_PTR_FMT, which specifies what printf format to use when printing pointers. (%p under NetBSD.)
1996-06-18add missing newline in printf. pointed out by Matt ThomasTheo de Raadt
1996-06-18sync to 0616, retaining local diffsTheo de Raadt
1996-06-17probe routine has to have a way to succeed; netbsd pr#2555; ↵Theo de Raadt
peter@peter.noc.demon.net
1996-06-16locator mess cleanupTheo de Raadt
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-10* Keep the cappage in the acd_softc.Jason Downs
* If TYPE_DAD, and removable, assume it's a busted CD-ROM. * Print out some cappage data in attach, and other cosmetic changes.
1996-06-10sync to 0607Theo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-10enqueue eject for mcdclose()Theo de Raadt
1996-06-10Several changes:Jason Downs
* Implemented NetBSD PR#2529, adding ZIP 100. * Added MTIOCTOP support to acd, cd, and sd. * Implemented eject on close for acd, cd, and sd. `mt -f /dev/rcd0d offline' now ejects a mounted {acd|cd|sd} when it is unmounted.
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-09Bug fix from Manuel.Jason Downs
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-02Correct attach outputThorsten Lockert
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