From: Its Squash <squash2@dropnet.net> (by way of Its Squash <squash2@dropnet.net>)
To: linux-kernel@vger.kernel.org
Subject: [PATCH] eepro100.c support for 82801CAM (ie in Compaq Evo N600c)
Date: Mon, 17 Dec 2001 12:38:38 -0600 [thread overview]
Message-ID: <200112171838.fBHIccf01240@linux.local> (raw)
Greetings,
This chipset uses the normal eepro100 driver, but needs to be updated to
recognise the PCI ID. The following patch adds this. This is already fixed
in 2.4.17-rc1.
- Josh
--- drivers/net/eepro100.c.orig Mon Nov 12 11:47:18 2001
+++ drivers/net/eepro100.c Mon Dec 17 09:51:13 2001
@@ -168,6 +169,9 @@
#ifndef PCI_DEVICE_ID_INTEL_ID1030
#define PCI_DEVICE_ID_INTEL_ID1030 0x1030
#endif
+#ifndef PCI_DEVICE_ID_INTEL_ID1038
+#define PCI_DEVICE_ID_INTEL_ID1038 0x1038
+#endif
static int speedo_debug = 1;
@@ -2270,6 +2274,8 @@
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1029,
PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030,
+ PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1038,
PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801BA_7,
PCI_ANY_ID, PCI_ANY_ID, },
reply other threads:[~2001-12-17 17:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200112171838.fBHIccf01240@linux.local \
--to=squash2@dropnet.net \
--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