NetBSD/sys/arch/amiga/include
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
..
Makefile Add elf_machdep.h to the INCS list. 1998-07-12 17:53:29 +00:00
ansi.h
aout_machdep.h
asm.h
bus.h Add bus_space_subregion(). 1998-03-22 17:58:01 +00:00
cdefs.h
conf.h First part of splitting lpt.c, and the NetBSD/Amiga "supio" frontend. Needs 1997-09-27 22:44:11 +00:00
cpu.h Avoid declaring the "astpending" and "want_resched" globals in cpu.h, 1998-02-13 07:41:45 +00:00
cpufunc.h
db_machdep.h
disklabel.h
elf_machdep.h Basic elf_machdep.h for m68k; doesn't include relocations, yet. 1998-07-12 01:17:58 +00:00
endian.h
fbio.h
float.h Prototype __flt_rounds() consistently. 1998-02-03 01:26:20 +00:00
frame.h
ieeefp.h
intr.h Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use 1998-07-18 21:27:25 +00:00
kcore.h
limits.h
mtpr.h Add __GENERIC_SOFT_INTERRUPTS implementation. 1997-08-27 18:31:14 +00:00
param.h Move the definition of MSGBUFSIZE up to the machine-arch level if 1997-09-20 12:06:37 +00:00
pcb.h The user segment table pointer is no longer kept here. Change it to 1998-01-06 06:47:04 +00:00
pmap.h MACHINE_NEW_NONCONTIG for NetBSD/Amiga. The older contiguous and 1998-03-22 23:12:49 +00:00
proc.h
profile.h
psl.h `interupt' -> `interrupt' 1998-06-14 19:47:14 +00:00
pte.h
ptrace.h
reg.h
setjmp.h
signal.h
stdarg.h
trap.h
types.h
varargs.h
vmparam.h Support two free memory lists; second list will be 16-bit Zorro II memory. 1998-07-10 20:16:21 +00:00