cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h
Scott Long
scottl at FreeBSD.org
Thu Nov 16 06:28:55 UTC 2006
scottl 2006-11-16 06:28:54 UTC
FreeBSD src repository
Modified files:
sys/dev/bce if_bce.c if_bcereg.h
Log:
Due to an incorrect macro, it appears that this driver has always been
accidentally truncating off the VLAN tag field in the TX descriptor. Fix
this by splitting up the vlan_tag and flags fields into separate fields,
and handling them appropriately.
Sponsored by: Ironport
MFC After: 3 days
Revision Changes Path
1.21 +16 -13 src/sys/dev/bce/if_bce.c
1.10 +2 -1 src/sys/dev/bce/if_bcereg.h
More information about the cvs-all
mailing list