cvs commit: src/sys/dev/netif/bge if_bge.c
David Rhodus
drhodus at crater.dragonflybsd.org
Tue Nov 4 09:29:57 PST 2003
drhodus 2003/11/04 09:29:33 PST
DragonFly src repository
Modified files:
sys/dev/netif/bge if_bge.c
Log:
* Do not set the No_CRC bit in the Mode Control Register.
Setting the NO_CRC bit can cause data write errors.
* By not setting NO_CRC in the Mode Control Register, we must
also reduce the size of the packet by 4 bytes to remove the
ethernet crc.
Obtained from: FreeBSD
Revision Changes Path
1.7 +2 -2 src/sys/dev/netif/bge/if_bge.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/bge/if_bge.c.diff?r1=1.6&r2=1.7&f=h
More information about the Commits
mailing list