Re: d-link dfe-530 tx (bug-report)

Manfred Spraul (manfred@colorfullife.com)
Mon, 05 Feb 2001 11:58:06 +0100


Thomas Stewart wrote:
>
> Right, i patched the via-diag and its showing more regs.
>
> I applyed Manfred's patch but that changed nothing.
> Then I applyed your patch and still changed nothing as you suspected.
> But there are regs that are different.
>
Several regs are just the wakeup frames, but some look suspicious.

Could you try Urban's patch, but add

<<<<<<<<
writeb(0x00, ioaddr + 0x83);
writel(0x01010000, ioaddr + 0xa0);
writel(0x01010000, ioaddr + 0xa4)
writew(0xffff, ioaddr + 0x72);
writeb(0x08, ioaddr + 0x96);
>>>>>>>>>

just before
+ writeb(0x40, ioaddr + 0x81); /* Force software reset */
(around line 540)

--
	Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/