netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: jhf@rivenstone.net (Joseph Fannin)
Cc: linux-kernel@vger.kernel.org, netdev@oss.sgi.com
Subject: Re: [OOPS] TLAN fails on ifconfig with CONFIG_HOTPLUG=n
Date: Tue, 11 Nov 2003 15:30:13 -0800	[thread overview]
Message-ID: <20031111153013.3b9eba6e.akpm@osdl.org> (raw)
In-Reply-To: <20031111222933.GA2868@rivenstone.net>

jhf@rivenstone.net (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 },

_

  reply	other threads:[~2003-11-11 23:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-11 22:29 [OOPS] TLAN fails on ifconfig with CONFIG_HOTPLUG=n Joseph Fannin
2003-11-11 23:30 ` Andrew Morton [this message]
2003-11-11 23:55   ` David S. Miller
2003-11-12  4:41     ` Joseph Fannin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031111153013.3b9eba6e.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=jhf@rivenstone.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).