NetBSD/sys/arch
thorpej 94ca9f6aa0 New interrupt handling code. Highlights:
- Interrupt service routines now take a pointer to
	  the device's softc, rather than a unit number.
	- Interrupt handling code in locore.s condensed.  Only
	  remaining "special" handlers are lev0 (spurious),
	  lev1 (HIL; don't ask), lev6 (clock), and lev7 (NMI).
	  Only remaining hard-coded device driver reference in
	  locore is HIL.  (clock doesn't count...)
	- "dcafastservice" eliminated.  DCA driver has new mechanism
	  to guarantee prompt interrupt service at any ipl (not
	  just level 5).
	- Interrupt code pulled out of autoconf.c and machdep.c and
	  placed in new file, isr.c
1996-02-14 02:56:38 +00:00
..
alpha Fix mkdep problems due to missing flags. 1996-02-09 02:21:13 +00:00
amiga Fix mkdep problems due to missing flags. 1996-02-09 02:21:13 +00:00
arm32 Replaced missing $ on one of the mkdep lines. 1996-02-13 23:29:14 +00:00
atari Some extra range-tests on the RTC values. 1996-02-11 12:42:19 +00:00
hp300 New interrupt handling code. Highlights: 1996-02-14 02:56:38 +00:00
i386 Move pmap_page_index declaration to <vm/pmap.h> 1996-02-12 21:12:29 +00:00
m68k Oops, label_t does not have implicit pointer type like jmp_buf 1996-02-13 17:34:46 +00:00
mac68k Change readdisklabel to check block 0 of the disk for a Macintosh magic 1996-02-11 22:31:47 +00:00
mips The prototyping `fixes' broke vmapbuf() and vunmapbuf(), due to a "sz" 1996-02-06 00:31:51 +00:00
mvme68k Use vprintf where it was intended, and use __dead 1996-02-13 18:06:10 +00:00
pc532 Oops, meant to delete the declaration completely. 1996-02-12 21:28:18 +00:00
pmax Allocate a single static colourmap array for aglass-tty consle 1996-02-13 18:27:28 +00:00
sparc Eliminate <setjmp.h>. 1996-02-14 01:03:17 +00:00
sun3 machdep.c 1996-02-13 19:40:22 +00:00
vax Much faster copyin/copyout subroutines, written by Ken Wellsch. 1996-02-13 17:45:32 +00:00