Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/03/1999 10:25:53
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug  3 17:25:52 UTC 1999

Modified Files:
	syssrc/sys/dev/ic: smc83c170.c
	syssrc/sys/dev/pci: if_sip.c if_vr.c

Log Message:
Be a little nicer about memory usage:
* Don't allocate receive buffers until the interface is actually brought
  up, and release all of them if the interface is taken down.
* Add a knob (defaults to off) which will copy an incoming packet to
  a single header mbuf if it is small enough to fit in one, rather than
  burning an entire cluster on it.  Note that this change will be mostly
  moot if/when sbcompress() it changed to handle compressing clusters.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/ic/smc83c170.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/pci/if_sip.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/pci/if_vr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.