Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-23 | probe must be silent if no device | Theo de Raadt | |
1996-06-23 | turn off debug options | Theo de Raadt | |
1996-06-23 | workaround because of pica stuff | Theo de Raadt | |
1996-06-23 | disable pica stuff for the moment, attribute problem | Theo de Raadt | |
1996-06-23 | missing splx | Theo de Raadt | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-22 | arch/arc have isa bus. | Per Fogelstrom | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | PCI glue for the en ATM device. | chuck | |
1996-06-21 | add ENI ATM | chuck | |
1996-06-21 | regenerate | chuck | |
1996-06-21 | add ENI-155P ATM. | chuck | |
1996-06-21 | device driver from the Efficient Networks "MIDWAY" ATM155 chip. | chuck | |
1996-06-20 | Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fi | Theo de Raadt | |
1996-06-20 | sync | Theo de Raadt | |
1996-06-20 | add Cyclom-Y definitions; from jmarin@pyy.jmp.fi | Theo de Raadt | |
1996-06-20 | fdformat 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-19 | turn off *DIAG; something is miserably wrong with it and various people | Theo de Raadt | |
have wasted weeks because of the crashes. | |||
1996-06-18 | Try 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-18 | fix a type mismatch | Theo de Raadt | |
1996-06-18 | New rev. from Matt Thomas (June 7, 1996), which | Theo 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-18 | add missing newline in printf. pointed out by Matt Thomas | Theo de Raadt | |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt | |
1996-06-17 | probe routine has to have a way to succeed; netbsd pr#2555; ↵ | Theo de Raadt | |
peter@peter.noc.demon.net | |||
1996-06-16 | locator mess cleanup | Theo de Raadt | |
1996-06-16 | if isadma does not exist, do not try to use it | Theo de Raadt | |
1996-06-16 | isadma is now a real driver, so that ports can choose to use it or not | Theo de Raadt | |
1996-06-10 | Some cleanup for -Wall -Wstrict-prototypes | Niklas 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-10 | sync to 0607 | Theo de Raadt | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-06-10 | enqueue eject for mcdclose() | Theo de Raadt | |
1996-06-10 | Several 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-09 | support MTIOCTOP's MTOFFL to mean "eject" | Theo de Raadt | |
1996-06-09 | Bug fix from Manuel. | Jason Downs | |
1996-06-09 | acd.c: Removed some pointless code, cleaned up some more debug statements. | Jason Downs | |
everything: added RCS ids. | |||
1996-06-08 | Initial support ATAPI CD-ROMs. | Jason Downs | |
Based on Manuel Bouyer's drivers. | |||
1996-06-02 | removed an unused variable | Niklas Hallqvist | |
1996-06-02 | Correct attach output | Thorsten Lockert | |
1996-06-01 | splbio over scsi_done; isdma_copyfrombuf() inside this block is not a real | Theo de Raadt | |
performance issue VOLATILE_XS() means it is probably very small. | |||
1996-06-01 | do not access sc_link before set | Theo de Raadt | |
1996-06-01 | all ports have dk_establish() | Theo de Raadt | |
1996-06-01 | all ports have dk_establish() | Theo de Raadt | |
1996-05-31 | fixes by hannken and deraadt | Theo de Raadt | |
1996-05-31 | a cvs test | Theo de Raadt | |
1996-05-29 | show "OPTi not found" message in debug mode only. | Michael Shalayeff | |