[rtems-libbsd commit] ffec: Accept all mulitcast frames

Sebastian Huber sebh at rtems.org
Fri Oct 31 09:32:58 UTC 2014


Module:    rtems-libbsd
Branch:    master
Commit:    94c31287e20b5371cca9430b895c79171cfc3add
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=94c31287e20b5371cca9430b895c79171cfc3add

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Oct 31 10:24:42 2014 +0100

ffec: Accept all mulitcast frames

---

 rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c b/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c
index 2f081a7..6aae3d2 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



More information about the vc mailing list