Re: e100 problems in .23rc8 ?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Jones
Date: Sunday, October 21, 2007 - 6:04 pm

On Thu, Oct 18, 2007 at 10:59:59AM -0700, Kok, Auke wrote:
 > David Mack wrote:
 > > It appears that the needed e100 fix made it into the Fedora
 > > 2.6.23.1-23.fc8 kernel. Boots reliably now.
 > > 
 > > Huge thanks and great work, guys.
 > 
 > DaveJ, I didn't push anything upstream. Can you verify this now works?

There was no e100 changes in the kernel above, so David just
got lucky. (The race doesn't always occur, so it sometimes appears
something got fixed.).

I included the patch below in the latest build, but I've not had
chance to try it on an e100 box yet..

	Dave

--- linux-2.6.23.noarch/drivers/net/e100.c~	2007-10-18 16:10:40.000000000 -0400
+++ linux-2.6.23.noarch/drivers/net/e100.c	2007-10-18 16:16:02.000000000 -0400
@@ -2682,6 +2682,8 @@ static int __devinit e100_probe(struct p
 	if (err)
 		DPRINTK(PROBE, ERR, "Error clearing wake event\n");
 
+	netif_poll_disable(netdev);
+
 	strcpy(netdev->name, "eth%d");
 	if((err = register_netdev(netdev))) {
 		DPRINTK(PROBE, ERR, "Cannot register net device, aborting.\n");

-- 
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
e100 problems in .23rc8 ?, Dave Jones, (Wed Sep 26, 8:04 am)
Re: e100 problems in .23rc8 ?, Kok, Auke, (Wed Sep 26, 11:10 am)
Re: e100 problems in .23rc8 ?, Dave Jones, (Wed Sep 26, 11:18 am)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Wed Sep 26, 11:58 pm)
Re: e100 problems in .23rc8 ?, Dave Jones, (Wed Oct 10, 5:36 pm)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Wed Oct 10, 6:25 pm)
Re: e100 problems in .23rc8 ?, Kok, Auke, (Thu Oct 11, 9:10 am)
Re: e100 problems in .23rc8 ?, Dave Jones, (Thu Oct 11, 10:25 am)
Re: e100 problems in .23rc8 ?, Eric Sandeen, (Thu Oct 11, 11:56 am)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Thu Oct 11, 4:24 pm)
RE: e100 problems in .23rc8 ?, David Mack, (Fri Oct 12, 7:54 am)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Fri Oct 12, 8:35 am)
RE: e100 problems in .23rc8 ?, David Mack, (Fri Oct 12, 8:51 am)
Re: e100 problems in .23rc8 ?, Kok, Auke, (Fri Oct 12, 10:04 am)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Fri Oct 12, 7:35 pm)
Re: e100 problems in .23rc8 ?, Eric Sandeen, (Tue Oct 16, 7:33 am)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Tue Oct 16, 7:35 am)
Re: e100 problems in .23rc8 ?, Eric Sandeen, (Tue Oct 16, 8:47 am)
RE: e100 problems in .23rc8 ?, David Mack, (Tue Oct 16, 9:39 am)
RE: e100 problems in .23rc8 ?, David Mack, (Thu Oct 18, 10:51 am)
Re: e100 problems in .23rc8 ?, Kok, Auke, (Thu Oct 18, 10:59 am)
Re: e100 problems in .23rc8 ?, Chuck Ebbert, (Thu Oct 18, 11:17 am)
Re: e100 problems in .23rc8 ?, Dave Jones, (Sun Oct 21, 6:04 pm)
Re: e100 problems in .23rc8 ?, Herbert Xu, (Sun Oct 21, 8:10 pm)
RE: e100 problems in .23rc8 ?, David Mack, (Mon Oct 22, 7:05 am)
Re: e100 problems in .23rc8 ?, Chuck Ebbert, (Mon Oct 22, 7:44 am)
Re: e100 problems in .23rc8 ?, Eric Sandeen, (Mon Oct 22, 7:59 am)