cvs commit: src/sys/dev/bge if_bge.c
Bill Paul
wpaul at FreeBSD.org
Sun Aug 3 22:50:55 PDT 2003
wpaul 2003/08/03 22:50:53 PDT
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Set the BGE_RX_MTU register correctly so that we can receive slightly
larger than normal frames, to account for the case where a bge(4) NIC
is used with VLANs. Since we set the IFCAP_VLAN_MTU flag, we must allow
reception of frames up to 1522 bytes in size rather than 1518.
Note that it is possible to work around this bug by doing:
# ifconfig bge0 mtu 1504
prior to configuring any VLAN interfaces.
Revision Changes Path
1.47 +1 -1 src/sys/dev/bge/if_bge.c
More information about the cvs-src
mailing list