NetBSD/sys
briggs 2606fe6cbd Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of
tweaks and bug fixes by yours truly.

Here's what Denny had to say:

nubus.h:
        - add a drsw entry for my card
	[ I also added a couple of constants for more display cards ]
if_sn.c:
        - allocate sc->space using malloc (Scott wanted this).
        - make csr accesses use NIC_PUT/GET, remove sc->sc_csr.
        - add multicast and IFF_PROMISC support. multicast isn't
                well tested, but I made sure the unicast case still
                works.
        - finish the new arp interface, remove sc->sc_enaddr
if_snreg.h:
        - remove struct sonic_reg
if_snvar.h:
        - add NIC_PUT and NIC_GET macros a la if_ae
        - remove sc_txhead, it isn't used.
if_sn_nubus.c:
        - clean up support for my SE/30 card.
        - Move add_nubus_intr from if_sn.c (to keep if_sn.c MI)
if_sn_obio.c:
        - make Q610, C610, Q650, C650, Q800 use EXBUS.
        - PB500 had a "return" where "break" was intended. PB500
                probably wasn't working.
        - move add_nubus_intr from if_sn.c.
        - add an "explanation" why Apple's ethernet addr is encoded
                in token ring format in the PROM.
1997-03-30 19:51:44 +00:00
..
adosfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
arch Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
compat Handle NULL shmid_ds properly in shmctl. 1997-03-30 17:21:02 +00:00
conf Build if_media.c on the same conditions as if.c 1997-03-17 03:10:30 +00:00
ddb FIXUP_PC_AFTER_BREAK now takes an arg of type db_regs_t * 1997-02-06 21:16:28 +00:00
dev PR/3409: Koji Imada: cdsize() timeout too short for cd changers. 1997-03-29 21:37:55 +00:00
gdbscripts Add NetBSD cvs id lines. 1997-02-12 23:35:06 +00:00
ipkdb New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
isofs/cd9660 - Add cd9660_mountroot to cd9660_vfsops. 1997-01-31 02:23:25 +00:00
kern PR/3396: Klaus Klein: If CREAD is not set drop incoming data. 1997-03-29 23:26:27 +00:00
lib New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
lkm Use control device names provided by <netinet/ip_fil.h> 1997-03-29 19:51:45 +00:00
miscfs this is umapfs, not lofs 1997-03-11 03:55:04 +00:00
msdosfs Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
net Don't attempt to include config(8)-generated headers if we're included 1997-03-29 19:52:41 +00:00
netccitt backout previous kprintf change 1996-10-13 02:10:01 +00:00
netinet Define control device names here; they're needed by kernel and userland. 1997-03-29 19:50:51 +00:00
netiso New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
netnatm netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00
netns PR/3408: From Koji Imada: mv_faults on SPP connections. 1997-03-29 17:01:38 +00:00
nfs Don't assume mbuf external storage is MCLBYTES. 1997-03-27 20:45:27 +00:00
scsi PR/3409: Koji Imada: cdsize() timeout too short for cd changers. 1997-03-29 21:37:55 +00:00
stand backout previous kprintf change 1996-10-12 22:14:10 +00:00
sys PR/3402: Volker Schmidt: Add missing prototype for hardpps. 1997-03-30 17:29:41 +00:00
ufs POSIX.1 specifies that a failed link() to a directory must return EPERM, 1997-03-27 07:30:25 +00:00
vm Remove a printf() that's no longer needed. 1997-03-03 20:56:12 +00:00
Makefile Remove a mistake from the pull up of is-newarp. 1997-03-17 08:27:54 +00:00