NetBSD/sys
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
..
adosfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
arch New framework for handling processor interrupts, derived in part from 1998-08-12 05:42:44 +00:00
compat bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:36:58 +00:00
conf Give the "ep" driver the "mii" attribute. 1998-08-12 00:45:37 +00:00
ddb bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:36:58 +00:00
dev enhanced -> preamp 1998-08-12 03:18:34 +00:00
gdbscripts
ipkdb Garbage-collect ``needs-flag'' from attributes ether, fddi, arc: 1998-07-05 22:29:51 +00:00
isofs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
kern Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less 1998-08-04 19:48:34 +00:00
lib Lots of kernlib functions rewritten as inline macros. 1998-08-08 11:18:32 +00:00
lkm Resolve conflicts from the import. 1998-07-12 15:11:50 +00:00
miscfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
msdosfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
net Define IFM_INST_MAX, the largest possible "instance" value. 1998-08-08 22:12:30 +00:00
netatalk Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
netccitt fix to accomodate change in vn_rdwr prototype 1998-07-28 20:25:28 +00:00
netinet defopt PFIL_HOOKS. 1998-08-09 08:58:18 +00:00
netiso defopt ISO TPIP. 1998-07-05 04:37:35 +00:00
netnatm defopt DDB. 1998-07-04 22:18:13 +00:00
netns defopt NS, NSIP. 1998-07-05 06:49:00 +00:00
nfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
stand
sys enhanced -> preamp 1998-08-12 03:18:34 +00:00
ufs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
uvm bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 22:36:37 +00:00
vm bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 21:58:52 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00