Changes from Denny Gentry <denny1@home.com>:
authorbriggs <briggs@openbsd.org>
Thu, 10 Apr 1997 02:35:02 +0000 (02:35 +0000)
committerbriggs <briggs@openbsd.org>
Thu, 10 Apr 1997 02:35:02 +0000 (02:35 +0000)
commit43214a9c3582285c9d803bc0eb7392d88a051829
tree1526383cef3944ad1584d5768ae2b5d35209ecaf
parentc1c7f10d1e8a8f4f70624f98ea77bf8b91bf6e44
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
sys/arch/mac68k/dev/if_sn.c
sys/arch/mac68k/dev/if_snvar.h