Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/15/2003 23:59:03
Module Name:	src
Committed By:	bouyer
Date:		Wed Jan 15 21:59:03 UTC 2003

Modified Files:
	src/sys/dev/ic: sgec.c

Log Message:
zero out the remaining of last mbuf when padding the packet to ETHER_MIN_LEN
XXX should it be ETHER_MIN_LEN-ETHER_CRC_LEN ?
XXX2 we assume there is enouth room in the last mbuf. The code already assumes
     this in other places.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/sgec.c

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