From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 9 May 2002 11:30:45 -0400 From: Bill Fink To: Anton Blanchard Cc: linuxppc-dev@lists.linuxppc.org, jes@trained-monkey.org, Bill Fink Subject: Re: 2.4.19-pre8-ben0 acenic driver and 867 MHz G4 sound problems Message-Id: <20020509113045.35ae8de5.billfink@mindspring.com> In-Reply-To: <20020509145005.GP10468@krispykreme> References: <20020509103702.528f1a7c.billfink@mindspring.com> <20020509145005.GP10468@krispykreme> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linuxppc-dev@lists.linuxppc.org List-Id: Yep, that fixed it!!! Thanks a bunch. -Bill On Fri, 10 May 2002, Anton Blanchard wrote: > > Unfortunately, I now have > > a new problem as the acenic driver is now broken (using a NetGear GA620 > > NIC). The previously working version was from a 2.4.17-pre2-ben0 kernel. > > I can send a diff between the two sources if that would be of any help. > > Does this patch help? > > Jes could you please send this patch on to Marcelo/Linus, they want your > OK before taking it. > > Anton > > diff -urN linux-2.5/drivers/net/acenic.c linux-2.5_work/drivers/net/acenic.c > --- linux-2.5/drivers/net/acenic.c Thu Apr 4 23:19:50 2002 > +++ linux-2.5_work/drivers/net/acenic.c Tue Apr 9 14:44:56 2002 > @@ -2692,7 +2692,7 @@ > flagsize &= ~BD_FLG_COAL_NOW; > #endif > > - if (!ACE_IS_TIGON_I(ap)) { > + if (ACE_IS_TIGON_I(ap)) { > writel(addr >> 32, &desc->addr.addrhi); > writel(addr & 0xffffffff, &desc->addr.addrlo); > writel(flagsize, &desc->flagsize); ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/