2007/7/30, Ingo Molnar <[email protected]>: > (..) > does the patch below fix those timeouts? It tests the theory whether any > POST latency could expose this problem. > > Ingo > > Index: linux/drivers/net/lib8390.c > =================================================================== > --- linux.orig/drivers/net/lib8390.c > +++ linux/drivers/net/lib8390.c > @@ -375,6 +375,8 @@ static int ei_start_xmit(struct sk_buff > /* Turn 8390 interrupts back on. */ > ei_local->irqlock = 0; > ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); > + /* force POST: */ > + ei_inb_p(e8390_base + EN0_IMR); > > spin_unlock(&ei_local->page_lock); > enable_irq_lockdep_irqrestore(dev->irq, &flags); > Bad news. It doesn't fix the problem. Marcin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Ingo Molnar <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- References:
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Linus Torvalds <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Thomas Gleixner <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: "Marcin Ślusarz" <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Jarek Poplawski <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Thomas Gleixner <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Ingo Molnar <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Jarek Poplawski <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Ingo Molnar <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: "Marcin Ślusarz" <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- From: Ingo Molnar <[email protected]>
- Re: 2.6.20->2.6.21 - networking dies after random time
- Prev by Date: Re: [linux-usb-devel] [PATCH] USB BIOS early handoff only when the we the driver is configured
- Next by Date: Re: [PATCH] powerpc: Pegasos keyboard detection
- Previous by thread: Re: 2.6.20->2.6.21 - networking dies after random time
- Next by thread: Re: 2.6.20->2.6.21 - networking dies after random time
- Index(es):