NetBSD/sys/arch/i386
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
..
bioscall fix for changes in bioscall structure and include files 1998-01-06 00:35:42 +00:00
compile
conf Add USB support. Supported so far: 1998-07-12 19:51:55 +00:00
eisa EISA and PCI do not require bouncing; specify a bounce threshold of 0. 1998-06-03 06:35:49 +00:00
i386 Implement bus_dmamap_load_uio(). 1998-07-17 21:09:59 +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 patch to add "vi/ve" per PR#4583 1998-07-14 20:29:11 +00:00
pci Recognise the ALI M1543 in order to support ALI Aladdin V chipset 1998-07-13 03:31:57 +00:00
stand add dependency to get the version number right 1998-07-08 17:47:42 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00