> What may require modifications is your ethernet driver, if it's b44 like on
> bcm47xx boards, I would suggest you use this driver, except the SSB part,
> which is Broadcom specific, if not, then you will have to allow your ethernet
> driver access the PHY (if possible).
After removing the depend
On 6/29/07, Florian Fainelli <[EMAIL PROTECTED]> wrote:
> What kind of x86 board do you have ? An RDC 321x or something like that ?
It's the remains of what used to be a Nortel Contivity 1010; it has
two e100s (82559ER), one of which is connected to the 5th port on the
5325M. The other comes up w
Hello,
The bcm53xx switch is controlled using MDIO, whereas the ADM6996 requires
dedicated GPIO lines. I think you should be able to use the switch driver on
your board almost straight forward, with no or few modifications.
What may require modifications is your ethernet driver, if it's b44 lik
Is there anything intrinsically preventing the 'switch' package from
being used on platforms other than the Broadcom/MIPS it's currently
set to depend on? I have an x86 board with a bcm53xx switch on it
that I'd like to try the new kernel modules with, but haven't dug into
the code yet to see if i