Go to file
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
bin Transparently handle old-style GNU tar archives that may have garbage in 1998-08-10 22:34:59 +00:00
distrib Sync libc minor. 1998-08-11 17:14:05 +00:00
etc Add MIDI support. The MIDI devices can be accessed as ``raw'' through 1998-08-07 00:00:55 +00:00
games bzero->memset 1998-08-10 02:23:45 +00:00
gnu s/an/can/ 1998-08-08 17:23:37 +00:00
include Per XSH5, define _XOPEN_IOV_MAX. 1998-08-03 14:32:04 +00:00
lib bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:43:08 +00:00
libexec add ".Xr uucico 8" (and some fixes) 1998-08-10 17:21:08 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin A dump level above 0 saves new or modified files since the last dump of 1998-08-11 09:52:35 +00:00
share add distclean as a synonym for cleandir 1998-08-09 14:46:19 +00:00
sys New framework for handling processor interrupts, derived in part from 1998-08-12 05:42:44 +00:00
usr.bin one last thing for PR#5820 1998-08-11 09:07:15 +00:00
usr.sbin If we get a weird vendor ID, just send it back. This is necessary to make at 1998-08-09 16:47:52 +00:00
Makefile Don't try and build non-EGCS libgcc on Alpha and PowerPC. 1998-07-28 18:55:41 +00:00