NetBSD/sys/arch/atari
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
..
atari Implement bus_dmamap_load_uio(). 1998-07-17 21:09:59 +00:00
compile NetBSD/Atari, port by Leo Weppelman. 1995-03-26 07:12:03 +00:00
conf remove options FIFO; it's now the default 1998-06-26 01:53:43 +00:00
dev defopt DDB. 1998-07-04 22:18:13 +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 Fix typo. 1998-06-11 08:32:00 +00:00
pci Fix some severe bogons in the pci and isa interrupt system. 1998-05-25 10:42:21 +00:00
stand Both the values 0 & 3 denote an english language (probably 0 US, 3 GB). 1998-06-17 11:45:12 +00:00
vme defopt INET, NETATALK. 1998-07-05 00:51:04 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00