On Thu, 20 Jul 2006 16:45:11 +0200 "Harnois Anne-Sophie" <anne-sophie.harnois at thomson.net> wrote:
> Hello > > In the file arch/ppc/8260_io/fcc_enet.c, set_multicast_list function is > commented out and I can't figure out why. > I checked the code, removed the comments and tried it, and multicast > seemed to work properly. > > What am I missing? > Could someone explain me why this is commented out? The reason is because the arch/ppc/8260_io/* is deprecated by drivers/net/fs_enet, hence people switched to use it... -- Sincerely, Vitaly