From the Broadcom Eratta:
Setting the No_CRC bit Can Cause Data Write Errors on BCM5701/03/04 The resolution is to not set the No_CRC bit in the Mode Control Register.
This commit is contained in:
parent
c9a12a677e
commit
9a2e12955b
@ -1275,8 +1275,7 @@ bge_chipinit(sc)
|
||||
CSR_WRITE_4(sc, BGE_MODE_CTL, BGE_MODECTL_WORDSWAP_NONFRAME|
|
||||
BGE_MODECTL_BYTESWAP_DATA|BGE_MODECTL_WORDSWAP_DATA|
|
||||
BGE_MODECTL_MAC_ATTN_INTR|BGE_MODECTL_HOST_SEND_BDS|
|
||||
BGE_MODECTL_NO_RX_CRC|BGE_MODECTL_TX_NO_PHDR_CSUM|
|
||||
BGE_MODECTL_RX_NO_PHDR_CSUM);
|
||||
BGE_MODECTL_TX_NO_PHDR_CSUM|BGE_MODECTL_RX_NO_PHDR_CSUM);
|
||||
|
||||
/*
|
||||
* Disable memory write invalidate. Apparently it is not supported
|
||||
|
Loading…
x
Reference in New Issue
Block a user