| To: | tsbogend@xxxxxxxxxxxxxxxx, jgarzik@xxxxxxxxx, netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2.4.26-pre2] pcnet32.c oops |
| From: | Don Fry <brazilnut@xxxxxxxxxx> |
| Date: | Wed, 10 Mar 2004 13:12:36 -0800 (PST) |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Please apply the following fix to 2.4.26-pre2. 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. --- linux-2.4.26-pre2/drivers/net/orig.pcnet32.c Mon Mar 8 08:59:18 2004 +++ linux-2.4.26-pre2/drivers/net/pcnet32.c Wed Mar 10 13:09:19 2004 @@ -72,7 +72,7 @@ MODULE_DEVICE_TABLE (pci, pcnet32_pci_tbl); -int cards_found __initdata; +static int cards_found __devinitdata; /* * VLB I/O addresses -- Don Fry brazilnut@xxxxxxxxxx |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2.6.4-rc3] pcnet32.c oops, Don Fry |
|---|---|
| Next by Date: | ifconfig bug removes aliases, Aron Griffis |
| Previous by Thread: | [PATCH 2.6.4-rc3] pcnet32.c oops, Don Fry |
| Next by Thread: | Re: [PATCH 2.4.26-pre2] pcnet32.c oops, Jeff Garzik |
| Indexes: | [Date] [Thread] [Top] [All Lists] |