Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/qbus



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.




Home | Main Index | Thread Index | Old Index