NetBSD/sys/arch/macppc
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
..
compile Initial import of macppc port. 1998-05-15 10:15:45 +00:00
conf Add bus_dma support. 1998-07-17 18:38:10 +00:00
dev Add support for G3 Mac. 1998-07-13 19:37:28 +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
macppc Use unsigned comparison of tbreg in delay(). 1998-07-18 16:23:44 +00:00
pci Fix typo. 1998-07-17 18:53:19 +00:00
stand Write (fake) Apple Partition Map when install boot block. 1998-07-17 18:48:37 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00