NetBSD/sys/arch
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
..
alpha adjust 'sticks' to be the same as on other ports (0 if trap in kernel mode). 1997-04-10 01:03:07 +00:00
amiga regdump() is prototyped in <m68k/cpu.h> now. 1997-04-09 19:34:53 +00:00
arm32 Add netatalk netisr 1997-04-02 21:48:55 +00:00
atari regdump() is prototyped in <m68k/cpu.h> now 1997-04-09 19:46:04 +00:00
hp300 regdump() is prototyped in m68k/cpu.h now. 1997-04-09 20:08:25 +00:00
i386 Eliminate redundant calls to vm_map_pageable() and vm_fault(), as suggested by 1997-04-09 23:35:07 +00:00
m68k Garbage-collect some things no longer needed since there are no longer 1997-04-09 23:34:29 +00:00
mac68k Changes from Denny Gentry <denny1@home.com>: 1997-04-10 03:22:45 +00:00
mips Use genassym.sh script to make assym.h, for cross-compiling. 1997-03-16 11:54:03 +00:00
mvme68k regdump() takes a struct trapframe * 1997-04-09 20:33:48 +00:00
ofppc Don't allocate mclrefcnt[]; it's dead and gone. 1997-03-27 21:01:48 +00:00
pc532 Eliminate redundant calls to vm_map_pageable() and vm_fault(), as suggested by 1997-04-09 23:35:07 +00:00
pica Add netatalk netisr 1997-04-03 17:14:39 +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 Since all kernel regions are pre-allocated, we can safely copy kernel 1997-04-09 23:53:40 +00:00
sun3 This file is obsolete. 1997-04-10 01:18:49 +00:00
sun3x Adjust for new kcore.h 1997-04-09 21:00:35 +00:00
vax & should be |. 1997-04-06 20:37:05 +00:00
x68k regdump() takes a struct trapframe * 1997-04-09 21:08:47 +00:00