From: Jeff Muizelaar <muizelaar@rogers.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Jeff Garzik <jgarzik@pobox.com>
Subject: [PATCH 2/3] NE2000 driver updates
Date: Tue, 01 Apr 2003 13:34:26 -0500 [thread overview]
Message-ID: <3E89DBB2.4010502@rogers.com> (raw)
In-Reply-To: <3E89DB3C.7020909@rogers.com>
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: ne-pnp-id.patch --]
[-- Type: text/plain, Size: 679 bytes --]
--- linux-2.5.66-nepnp/drivers/net/ne.c 2003-03-29 21:39:17.000000000 -0500
+++ linux-2.5.66-nepnpid/drivers/net/ne.c 2003-03-29 21:39:29.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);
next prev parent reply other threads:[~2003-04-01 18:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-01 18:32 [PATCH 0/3] NE2000 driver updates Jeff Muizelaar
2003-04-01 18:33 ` [PATCH 1/3] " Jeff Muizelaar
2003-04-01 18:34 ` Jeff Muizelaar [this message]
2003-04-01 18:35 ` [PATCH 3/3] " Jeff Muizelaar
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=3E89DBB2.4010502@rogers.com \
--to=muizelaar@rogers.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
/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