NetBSD/sys/arch/bebox
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
..
bebox Implement bus_dmamap_load_uio(). 1998-07-17 21:09:59 +00:00
compile keep compile dir. 1997-11-27 09:48:18 +00:00
conf remove options FIFO; it's now the default 1998-06-26 01:53:43 +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 * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
pci Use config_defer(). 1998-06-09 18:49:33 +00:00
stand Change commented out default baudrate(38400 to 9600) of serial console. 1998-03-27 00:11:07 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00