NetBSD/sys/arch
scottr 7d09ad09b4 New framework for handling processor interrupts, derived in part from
the hp300 port.

 - Interrupts 3-6 use this immediately.  Interrupt 7 is a special case,
   and the VIA interrupts (1 and 2) will be addressed when that code is
   rototilled.

 - Modify the zs front end to register with the appropriate interrupt
   controller:  through the PSC on the AV Quadras, and direct to
   interrupt 4 on the rest.  Arrange to have the appropriate zsc_softc
   supplied to us at interrupt time.

 - Modify the direct ADB driver (and its PowerManager cousin) to call
   intr_dispatch(), rather than zshard().  XXX This is a kludge, but at
   least limits the brokenness to the ADB drivers, now.

As a side effect, this should fix PR 5590.  Thanks to Bill Studenmund for
correctly determining the cause of the problem reported there.
1998-08-12 05:42:44 +00:00
..
alpha Pull in files.mii 1998-08-11 18:52:52 +00:00
amiga Fix ommision in last backout. 1998-08-10 20:23:50 +00:00
arm32 Reworked interrupt blocking and unblocking to improve interrupt latencies 1998-08-12 01:10:29 +00:00
atari Add CCITT & NATM interrupt handlers. (Jonathan Stone). 1998-08-11 12:22:57 +00:00
bebox ISA PnP goo. 1998-07-31 04:55:30 +00:00
hp300 Oops, make a sentence added in previous commit parseable. 1998-08-02 19:42:35 +00:00
i386 Adapt to MII changes. 1998-08-11 00:28:53 +00:00
m68k _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
mac68k New framework for handling processor interrupts, derived in part from 1998-08-12 05:42:44 +00:00
macppc avoid lint error. 1998-08-09 12:47:27 +00:00
mips _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
mvme68k Fix -Werror compilation failure due to lack of a couple of 'const's. 1998-08-08 20:57:55 +00:00
newsmips Change from "-G 0" to "-G0" for egcs. 1998-07-22 19:59:21 +00:00
next68k Fixed memory probe for color turbo machines. 1998-08-04 19:08:23 +00:00
ofppc Use fixed-size types. 1998-07-07 04:29:42 +00:00
pc532 _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
pica Don't cast the null residual pointer passed to vn_rdwr(). 1998-07-28 18:34:52 +00:00
pmax Add missing "-a" to mkdep line for pmax locore_machdep.S. 1998-08-04 20:17:09 +00:00
powerpc _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
sparc minor change to make the message less linux like 1998-08-12 00:03:23 +00:00
sparc64 _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
sun3 Don't cast the null residual pointer passed to vn_rdwr(). 1998-07-28 18:34:52 +00:00
vax Cache and microsecond clock resolution on KA46. 1998-08-11 17:52:57 +00:00
x68k Moved parioctl.h to the system header directory. 1998-08-07 16:16:36 +00:00
Makefile don't forget machine header symlinks 1998-06-15 20:49:43 +00:00