NetBSD/sys/arch
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
..
alpha Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
amiga The DraCo has had a com driver for quite a while. 1997-03-30 11:06:40 +00:00
arm32 Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
atari Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
hp300 Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
i386 PR/3407: Koji Imada: Modern BIOS's can boot from higher than second hard disk 1997-03-29 21:40:19 +00:00
m68k Separate bcopy and copypage stuff from copy.s 1997-03-17 19:46:36 +00:00
mac68k Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
mips Use genassym.sh script to make assym.h, for cross-compiling. 1997-03-16 11:54:03 +00:00
mvme68k Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
ofppc Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:48 +00:00
pc532 Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
pica Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
pmax Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:20 +00:00
powerpc Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:48 +00:00
sparc Comment out DIAGNOSTIC panic in trap code translation. The DIAGNOSTIC is 1997-03-30 17:18:19 +00:00
sun3 Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:52 +00:00
sun3x Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:52 +00:00
vax Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:52 +00:00
x68k Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:52 +00:00