NetBSD/sys/arch/mac68k/dev
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
..
6x10.h First pass of KNFication. Needs more. 1995-04-21 02:47:35 +00:00
adb.c Updates from John Wittkoski for new ADB driver. 1997-04-08 03:19:04 +00:00
adb_direct.c Fix several more instances where the volatile modifier was needed. 1997-04-08 06:53:28 +00:00
adb_direct.h Direct-to-hardware ADB interface/driver, written by John P. Wittkoski. 1997-04-08 03:16:18 +00:00
adbsys.c Updates from John Wittkoski for new ADB driver. 1997-04-08 03:19:04 +00:00
adbsysasm.s backout previous kprintf change 1996-10-13 16:50:51 +00:00
adbvar.h Updates from John Wittkoski for new ADB driver. 1997-04-08 03:19:04 +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
bounds.h backout previous kprintf change 1996-10-13 03:21:13 +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.c NUBUS_SLOT_TO_PADDR -> NUBUS_SLOT2PA 1997-02-24 06:20:04 +00:00
grf_iv.c Remove tag. 1997-04-01 13:31:03 +00:00
grf_mv.c Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to the 1997-04-01 13:31:38 +00:00
grf_subr.c We need bus.h now, due to recent nubus_attach_args change. 1997-02-20 00:23:25 +00:00
grfvar.h - Support DAFB machines mo' better. Actually detect if a monitor is 1997-04-01 05:41:59 +00:00
if_ae.c Several more changes to move us toward MI-ness: 1997-03-19 08:04:38 +00:00
if_ae_nubus.c Changes from Bob Nestor to come closer to supporting his Apple SONIC-based 1997-04-10 03:19:46 +00:00
if_aereg.h New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
if_aevar.h Several more changes to move us toward MI-ness: 1997-03-19 08:04:38 +00:00
if_sn.c Changes from Denny Gentry <denny1@home.com>: 1997-04-10 03:22:45 +00:00
if_sn_nubus.c Changes from Denny Gentry <denny1@home.com>: 1997-04-10 03:22:45 +00:00
if_sn_obio.c Changes from Denny Gentry <denny1@home.com>: 1997-04-10 03:22:45 +00:00
if_snreg.h Some new SONIC code from Denny Gentry <denny1@home.com> with a couple of 1997-03-30 19:51:44 +00:00
if_snvar.h Changes from Denny Gentry <denny1@home.com>: 1997-04-10 03:22:45 +00:00
ite.c Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bit 1997-04-08 04:47:08 +00:00
itevar.h Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bit 1997-04-08 04:47:08 +00:00
mac68k5380.c Convert to generalized VIA interrupt registration 1997-02-28 15:50:50 +00:00
md_root.c #include <sys/systm.h> to bring in printf() prototype 1997-02-13 19:42:42 +00:00
ncr5380.c Clean up a few bogons+typos introduced in the removal of the broken indirect 1996-12-19 21:48:17 +00:00
ncr5380reg.h Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized 1996-05-05 06:15:56 +00:00
ncr5380var.h Clean up the interrupt handling somewhat. 1996-05-25 16:42:24 +00:00
nubus.c Defer enabling NuBus slot interrupts until all slots have been probed 1997-03-15 18:33:44 +00:00
nubus.h Changes from Bob Nestor to come closer to supporting his Apple SONIC-based 1997-04-10 03:19:46 +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
pm_direct.c Power Manager interface/driver, written by Takashi Hamada. 1997-04-08 03:11:37 +00:00
pm_direct.h Power Manager interface/driver, written by Takashi Hamada. 1997-04-08 03:11:37 +00:00
sbc.c Rework PDMA read/write functions based on Matthias Pfaller's pc532 ncr 1997-04-07 05:48:35 +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
sbcreg.h Split bus-dependent autoconfig code from the driver. This allows for 1997-03-01 20:18:58 +00:00
sbcvar.h New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
scsi_defs.h new RCS ID format. 1994-10-26 08:45:48 +00:00
z8530reg.h Serial driver with interface to a slightly modified version of the machine- 1996-05-18 18:53:50 +00:00
z8530sc.c After servicing an interrupt, check to see that there's not another 1996-08-26 14:09:19 +00:00
z8530sc.h Critical fix from Bill Studenmund: if CTS is deasserted and then 1996-10-15 06:57:43 +00:00
z8530tty.c Work around another gcc initialization warning. 1996-12-18 05:17:44 +00:00
z8530tty.h Serial driver with interface to a slightly modified version of the machine- 1996-05-18 18:53:50 +00:00
zs.c Work around another bogus uninitialized warning, and fix a legitimate one. 1996-12-18 05:04:22 +00:00
zsvar.h Double ring limits from Bill Studenmund <wrstuden@loki.stanford.edu>. 1995-12-13 03:08:12 +00:00