Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: bouyer
Date: Wed Jan 15 22:20:07 UTC 2003
Modified Files:
src/sys/arch/acorn26/podulebus: if_eh.c
src/sys/arch/mac68k/dev: if_ae.c
src/sys/dev/ic: dp8390.c mx98905.c ne2000.c we.c
src/sys/dev/isa: if_ec.c
Log Message:
Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN
sc->write_mbuf now return len of buffer, including padding.
Tested with a PCI ne2000.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/acorn26/podulebus/if_eh.c
cvs rdiff -r1.71 -r1.72 src/sys/arch/mac68k/dev/if_ae.c
cvs rdiff -r1.51 -r1.52 src/sys/dev/ic/dp8390.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ic/mx98905.c
cvs rdiff -r1.37 -r1.38 src/sys/dev/ic/ne2000.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/we.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/isa/if_ec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index