Subject: CVS commit: src/sys/arch/sgimips/hpc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/13/2003 19:13:11
Module Name: src
Committed By: bouyer
Date: Mon Jan 13 17:13:11 UTC 2003
Modified Files:
src/sys/arch/sgimips/hpc: if_sq.c
Log Message:
When padding frames smaller than ethernet minimum size, make sure we supply
a buffer long enouth, with the padding bytes initialised.
Also pad to ETHER_MIN_LEN - ETHER_CRC_LEN, not ETHER_MIN_LEN (padded frames
were 4 bytes too long).
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/sgimips/hpc/if_sq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.