* Do not set the No_CRC bit in the Mode Control Register.
authorDavid Rhodus <drhodus@dragonflybsd.org>
Tue, 4 Nov 2003 17:29:33 +0000 (17:29 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Tue, 4 Nov 2003 17:29:33 +0000 (17:29 +0000)
commit73040a191e01dde9b38653fa7ad3a9634af8a31d
tree0510ec420f6e282e9ce39a55976c56fc9037c78c
parentd2db1b772a3780a0b033191bcba9cdb6c95903e3
* 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
sys/dev/netif/bge/if_bge.c