Go to file
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
bin Adjust the input string by the right amount if the pattern wasn't at the 1997-03-29 15:29:31 +00:00
distrib Move mopa.out manpage back to base, where the binary already is. (Should it 1997-03-30 12:11:59 +00:00
etc Flush old filter rules and enable ipf again after the fix for 1997-03-30 19:08:14 +00:00
games Make these compile on the PowerPC (an unsigned char system). 1997-03-29 20:42:16 +00:00
gnu Nuke an extra ${DESTDIR}. 1997-03-27 09:52:03 +00:00
include Install files via INCS, and GC the bogus permission fixing hack. 1997-03-27 09:29:29 +00:00
lib PR/3405: Krister Walfridsson: Various typos; since we compile with POSIX 1997-03-29 23:10:55 +00:00
libexec 4.4lite2 update. (The one minor bugfix between 4.4lite and 4.4lite2 1997-03-28 21:55:41 +00:00
regress fix a slight bogon 1997-03-12 01:47:07 +00:00
sbin Build fdisk on the PowerPC. 1997-03-29 20:47:26 +00:00
share Add a full stop. 1997-03-30 10:13:09 +00:00
sys Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
usr.bin PR/3399: Tatoku Ogaito: Careful with not null terminated utmp strings. 1997-03-29 23:21:37 +00:00
usr.sbin Add missing .include "${.CURDIR}/../../Makefile.inc" 1997-03-30 12:00:33 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00