| To: | jhf@xxxxxxxxxxxxxx (Joseph Fannin) |
|---|---|
| Subject: | Re: [OOPS] TLAN fails on ifconfig with CONFIG_HOTPLUG=n |
| From: | Andrew Morton <akpm@xxxxxxxx> |
| Date: | Tue, 11 Nov 2003 15:30:13 -0800 |
| Cc: | linux-kernel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxx |
| In-reply-to: | <20031111222933.GA2868@rivenstone.net> |
| References: | <20031111222933.GA2868@rivenstone.net> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
jhf@xxxxxxxxxxxxxx (Joseph Fannin) wrote:
>
> I'm getting an Oops when ifup'ing a Compaq Netelligent card that
> uses the tlan driver running 2.6.
Does this fix it?
diff -puN drivers/net/tlan.c~tlan-oops-fix drivers/net/tlan.c
--- 25/drivers/net/tlan.c~tlan-oops-fix 2003-11-11 15:29:32.000000000 -0800
+++ 25-akpm/drivers/net/tlan.c 2003-11-11 15:29:38.000000000 -0800
@@ -234,7 +234,7 @@ static struct board {
const char *deviceLabel;
u32 flags;
u16 addrOfs;
-} board_info[] __devinitdata = {
+} board_info[] = {
{ "Compaq Netelligent 10 T PCI UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
{ "Compaq Netelligent 10/100 TX PCI UTP", TLAN_ADAPTER_ACTIVITY_LED,
0x83 },
{ "Compaq Integrated NetFlex-3/P", TLAN_ADAPTER_NONE, 0x83 },
_
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: IPv6/sparc64: icmp port unreachable corruption, David S. Miller |
|---|---|
| Next by Date: | [2.6 PATCH] ipvs - avoid NULL ptr deref in __ip_vs_get_out_rt, Julian Anastasov |
| Previous by Thread: | [OOPS] TLAN fails on ifconfig with CONFIG_HOTPLUG=n, Joseph Fannin |
| Next by Thread: | Re: [OOPS] TLAN fails on ifconfig with CONFIG_HOTPLUG=n, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |