summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm/dev/net/xaui.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/nlm/dev/net/xaui.c')
-rw-r--r--sys/mips/nlm/dev/net/xaui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/mips/nlm/dev/net/xaui.c b/sys/mips/nlm/dev/net/xaui.c
index 8b4c6a9..3b18ef9 100644
--- a/sys/mips/nlm/dev/net/xaui.c
+++ b/sys/mips/nlm/dev/net/xaui.c
@@ -211,12 +211,10 @@ nlm_config_xaui(uint64_t nae_base, int nblock,
nlm_write_nae_reg(nae_base, XAUI_CONFIG0(nblock), 0);
/* Enable tx/rx frame */
- val = 0xF00010A8;
+ val = 0x000010A8;
val |= XAUI_CONFIG_LENCHK;
val |= XAUI_CONFIG_GENFCS;
val |= XAUI_CONFIG_PAD_64;
- val |= XAUI_CONFIG_TFEN;
- val |= XAUI_CONFIG_RFEN;
nlm_write_nae_reg(nae_base, XAUI_CONFIG1(nblock), val);
/* write max frame length */
OpenPOWER on IntegriCloud