Hi Assuming CPM2 => 82xx or 85xx CPU.
In the old 8260_io/fcc_enet.c the set_multicast_list function is present, bu has an early return nine lines in. If you delete that return, promiscous mode works great. I have no idea who or why that early return was put in, but it does disable multicast and promiscous mode on the FCC ethernets. > -----Original Message----- > From: linuxppc-embedded-bounces at ozlabs.org > [mailto:linuxppc-embedded-bounces at ozlabs.org] On Behalf Of > alebas at televes.com > Sent: Friday, October 08, 2004 04:29 > To: linuxppc-embedded at ozlabs.org > Subject: Bridge, promiscous mode andCPM2 > > > > Hi, > > I would need confirmation on this. > > As long as I have seen, bridge's stuff in kernel sets > promiscous mode by using dev_set_promiscuity, which arrives > in the execution of fcc_enet's set_multicast_list. > > But this function is not developed, so the promiscous mode is > never set in the FCC Ethernet Mode Register. > > Am I right? By now, I only needs the promiscous mode, so, > could it be a solution to implement only this functionality > in the set_multicast_list function? Do I need to consider > anything else? > > Best regards > > Alexandre Bastos _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded at ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > >