netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.4-rc3] pcnet32.c oops
@ 2004-03-10 21:08 Don Fry
  2004-03-11  1:49 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Don Fry @ 2004-03-10 21:08 UTC (permalink / raw)
  To: tsbogend, jgarzik, netdev

Please apply the following fix to 2.6.3-rc4.

When adding an additional device, a variable which has been removed
is accessed.  Adding the first device or a 4-port card works.
Adding a second device was not done in PCI hot plug testing.  Now
tested on IA32.

--- linux-2.6.4-rc3/drivers/net/orig.pcnet32.c	Wed Mar 10 08:55:40 2004
+++ linux-2.6.4-rc3/drivers/net/pcnet32.c	Wed Mar 10 11:35:41 2004
@@ -69,7 +69,7 @@
 
 MODULE_DEVICE_TABLE (pci, pcnet32_pci_tbl);
 
-int cards_found __initdata;
+static int cards_found;
 
 /*
  * VLB I/O addresses

-- 
Don Fry
brazilnut@us.ibm.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.4-rc3] pcnet32.c oops
  2004-03-10 21:08 [PATCH 2.6.4-rc3] pcnet32.c oops Don Fry
@ 2004-03-11  1:49 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-03-11  1:49 UTC (permalink / raw)
  To: Don Fry; +Cc: tsbogend, netdev

applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-11  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-10 21:08 [PATCH 2.6.4-rc3] pcnet32.c oops Don Fry
2004-03-11  1:49 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).