NetBSD/sys/arch/mac68k/obio
briggs 6287b4096d Changes from Denny Gentry <denny1@home.com>:
Change in the way receive buffer areas are handled.  Before we gave
the chip 16 buffers, each 1536 bytes (big enough for one packet).
Now we're handing the chip 8 buffers, each 4 Kbytes, and letting
the chip fit as many packets as it can in each one.  This should
help keep it from running out of buffer space.  Also make some of
the performance-crucial routines inline.  It made no measurable
difference except to make me feel better

Changes from Bob Nestor <rnestor@metronet.com> to get closer to support
for his Apple SONIC-based nubus card.

Changes from me to try to get SONIC's MAC address from MacOS settings if
we can't read the PROM space.
1997-04-10 03:22:45 +00:00
..
asc.c Update copyright and license. 1997-02-24 05:47:33 +00:00
ascvar.h Update copyright and license. 1997-02-24 05:47:33 +00:00
esp.c Copyright foo. 1997-03-05 15:19:18 +00:00
espvar.h mac68k-specific portion of m.i. ncr53c9x driver. 1997-02-27 14:06:25 +00:00
grf_obio.c Remove tag. 1997-04-01 13:31:03 +00:00
if_sn_obio.c Changes from Denny Gentry <denny1@home.com>: 1997-04-10 03:22:45 +00:00
obio.c Add hsk and drq locators, which will be used only by SCSI devices. 1997-02-13 19:01:07 +00:00
obiovar.h Add hsk and drq locators, which will be used only by SCSI devices. 1997-02-13 19:01:07 +00:00
sbc_obio.c Always enable SCSI IRQ interrupt; the SBC_INTR flag now controls only 1997-04-07 05:56:28 +00:00