From 94c31287e20b5371cca9430b895c79171cfc3add Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 31 Oct 2014 10:24:42 +0100 Subject: ffec: Accept all mulitcast frames --- rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtemsbsd/sys/dev') diff --git a/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c b/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c index 2f081a71..6aae3d21 100644 --- a/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c +++ b/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c @@ -784,8 +784,8 @@ static void mcf548x_fec_initialize_hardware(struct mcf548x_enet_struct *sc) /* * Set multicast address filter */ - MCF548X_FEC_GAUR(chan) = 0x00000000; - MCF548X_FEC_GALR(chan) = 0x00000000; + MCF548X_FEC_GAUR(chan) = 0xffffffff; + MCF548X_FEC_GALR(chan) = 0xffffffff; /* * enable CRC in finite state machine register -- cgit v1.2.3