lkml.org 
[lkml]   [2002]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Sun GEM card looses TX on x86 32bit PCI
From
Date
Hi David,

Sorry it took so long for me to get back to you. Sadly it also hung with
this patch ;) I was unable to get an oops out of it (machine was
completely hosed and in X so I couldn't even note the oops on paper :(
).

Beezly

On Mon, 2002-03-11 at 12:21, David S. Miller wrote:
> From: Beezly <beezly@beezly.org.uk>
> Date: 11 Mar 2002 12:19:24 +0000
>
> I managed to run the latest patch, but it appears to Oops when the
> overflow condition occurs. Sadly I was not able to get the output of the
> oops... but it was at exactly the same time that I was run my "test"
> which causes the RX to halt.
>
> Duh, this will fix it:
>
> --- drivers/net/sungem.c.~1~ Mon Mar 11 04:18:58 2002
> +++ drivers/net/sungem.c Mon Mar 11 04:24:13 2002
> @@ -317,7 +317,7 @@
> }
>
> /* Second, disable RX DMA. */
> - writel(0, RXDMA_CFG);
> + writel(0, gp->regs + RXDMA_CFG);
> for (limit = 0; limit < 5000; limit++) {
> if (!(readl(gp->regs + RXDMA_CFG) & RXDMA_CFG_ENABLE))
> break;

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.042 / U:1.756 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site