Re: [PATCH] ipg: add IP1000A driver to kernel tree

2007-09-26 Thread linux
(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

Re: [PATCH] ipg: add IP1000A driver to kernel tree

2007-09-14 Thread Andrew Morton
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; > + >