NetBSD/sys/arch/alpha
is 6054d626f9 Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use
tty structures, and on some machines (namely the DraCo internal lpt, and some
multi-i/o boards for Amigas and DraCos), tying spltty to the pretty high printer
interupt level would hurt serial performance.

On all affected ports but Amiga, spllpt() has been defined in machine/intr.h
to be spltty(), thus preserving old behaviour. Portmasters are encouraged to
change is, if they feel something else is better (e.g., one of its own were
possible).
1998-07-18 21:27:25 +00:00
..
alpha Define cpu_mchkinfo() to locate the mchkinfo struct. This is used to fix 1998-07-13 19:07:33 +00:00
common Implement bus_dmamap_load_uio(). 1998-07-17 21:09:59 +00:00
compile clean up RCS IDs 1997-08-12 06:08:21 +00:00
conf add common logout printing routine file 1998-07-08 00:34:27 +00:00
eisa clean up NetBSD RCS ID strings 1997-04-06 23:17:52 +00:00
include Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use 1998-07-18 21:27:25 +00:00
isa Add isa_dma{freeze,thaw}(), used to temporarily stop and then restart 1998-06-09 01:04:17 +00:00
mcbus attempt to catch some stuff for ev5 module info 1998-07-08 00:56:39 +00:00
pci minor tweak, and example of how to do error insertion 1998-07-08 00:58:09 +00:00
stand Don't bother reading the ELF string table out of a stripped /netbsd[.gz]. 1998-06-25 06:45:46 +00:00
tc defopt DDB. 1998-07-04 22:18:13 +00:00
tlsb Clarify comment about what nodes are being 'found' and noted for later 1998-07-08 01:03:41 +00:00
wscons Eliminate uses of TS_WOPEN in hard-wired devices. 1998-03-21 22:52:59 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
STYLE Make a note about option headers. 1997-09-02 13:42:49 +00:00