Subject: CVS commit: src/sys/dev/qbus
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/16/2003 00:10:27
Module Name:	src
Committed By:	bouyer
Date:		Wed Jan 15 22:10:26 UTC 2003

Modified Files:
	src/sys/dev/qbus: if_qe.c

Log Message:
Zero out the extra space stolen from mbuf to pad packet to ETHER_MIN_LEN
XXX should it be ETHER_MIN_LEN - ETHER_CRC_LEN ?
XXX2 we assume there are enouth space in the mbuf for the padding bytes.
     But other places in the code assumes this already.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/dev/qbus/if_qe.c

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