NetBSD/sys/arch/mac68k
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
..
compile new RCS ID format. 1994-10-26 08:45:48 +00:00
conf Add se driver 1997-03-24 18:28:40 +00:00
dev Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
include Move physaccess/physunaccess prototypes. 1997-03-15 05:39:45 +00:00
mac68k Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
nubus Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
obio Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
Makefile Remove bogus reference to BSDSRCDIR here; still doesn't work, though. 1996-03-27 03:56:22 +00:00