Subject: CVS commit: [netbsd-1-6] src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 01/27/2003 06:42:32
Module Name: src
Committed By: jmc
Date: Mon Jan 27 04:42:32 UTC 2003
Modified Files:
src/sys/dev/ic [netbsd-1-6]: sgec.c
Log Message:
Pullup revisions 1.19-1.21 (requested by bouyer in ticket #1088)
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.
Hum, ragge said this chip should autopad, so just remove the check.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.18.10.1 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.