2.4.19-pre8-ben0 acenic driver and 867 MHz G4 sound problems
Anton Blanchard
anton at samba.org
Fri May 10 00:50:05 EST 2002
> 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/
More information about the Linuxppc-dev
mailing list