(Resend to netdev; already sent to relevant individuals.)
Here's a possible fix for the p[] array issues akpm noticed.
This replaces them with calls to a new mdio_write_bits function.
Boot-tested, passes net traffic, and mii-tool and mii-diag produce sensible
output (including noticing link statu
On Fri, 14 Sep 2007 23:21:05 +0200 Francois Romieu <[EMAIL PROTECTED]> wrote:
> ...
>
> +
> +static void ipg_dump_tfdlist(struct net_device *dev)
> +{
> + struct ipg_nic_private *sp = netdev_priv(dev);
> + void __iomem *ioaddr = sp->ioaddr;
> + unsigned int i;
> + u32 offset;
> +
>