From: Jeff Muizelaar <muizelaar@rogers.com>
To: Paul Gortmaker <p_gortmaker@yahoo.com>
Cc: Adam Belay <ambx1@neo.rr.com>,
greg@kroah.com, linux-kernel@vger.kernel.org,
Jeff Garzik <jgarzik@pobox.com>
Subject: Re: [PATCH] NE PnP Update from Jeff Muizelaar (5/6)
Date: Sun, 26 Jan 2003 14:46:11 -0500 [thread overview]
Message-ID: <3E343B03.3040800@rogers.com> (raw)
In-Reply-To: <3E33AE37.463C9CCF@yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
On top of the last patch. Here is a patch that adds some more pnp ids.
I have the national semi card so I know it works, but I am not sure
about the other ones. They sound good though.
-Jeff
[-- Attachment #2: ne-patch.3b --]
[-- Type: text/plain, Size: 673 bytes --]
--- linux-2.5.59/drivers/net/ne.c 2003-01-26 14:25:28.000000000 -0500
+++ linux-2.5.59-patched/drivers/net/ne.c 2003-01-26 14:25:02.000000000 -0500
@@ -81,8 +81,16 @@
{.id = "AXE2011", .driver_data = 0},
/* NN NE2000 */
{.id = "EDI0216", .driver_data = 0},
+ /* Novell/Anthem NE1000 */
+ {.id = "PNP80d3", .driver_data = 0},
+ /* Novell/Anthem NE2000 */
+ {.id = "PNP80d4", .driver_data = 0},
+ /* NE1000 Compatible */
+ {.id = "PNP80d5", .driver_data = 0},
/* NE2000 Compatible */
{.id = "PNP80d6", .driver_data = 0},
+ /* National Semiconductor AT/LANTIC EtherNODE 16-AT3 */
+ {.id = "PNP8160", .driver_data = 0},
};
MODULE_DEVICE_TABLE(pnp, ne_pnp_table);
prev parent reply other threads:[~2003-01-26 19:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-25 20:15 [PATCH] NE PnP Update from Jeff Muizelaar (5/6) Adam Belay
2003-01-26 9:45 ` Paul Gortmaker
2003-01-26 19:42 ` Jeff Muizelaar
2003-01-26 19:46 ` Jeff Muizelaar [this message]
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=3E343B03.3040800@rogers.com \
--to=muizelaar@rogers.com \
--cc=ambx1@neo.rr.com \
--cc=greg@kroah.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=p_gortmaker@yahoo.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.