NetBSD/sys/arch/hp300
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
..
DOC new RCS ID format. 1994-10-26 07:22:45 +00:00
compile new RCS ID format. 1994-10-26 07:22:45 +00:00
conf Compile the new interrupt handling code. 1996-02-14 02:33:25 +00:00
dev All interrupt routines (except the HIL; don't ask) now take a pointer 1996-02-14 02:43:54 +00:00
hp300 New interrupt handling code. Highlights: 1996-02-14 02:56:38 +00:00
include LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
stand Build memcpy.c 1996-01-30 19:47:32 +00:00
Makefile Spring cleaning. 1995-08-04 07:40:31 +00:00