* [PATCH] eepro100.c support for 82801CAM (ie in Compaq Evo N600c)
@ 2001-12-17 18:38 Its Squash
0 siblings, 0 replies; only message in thread
From: Its Squash @ 2001-12-17 18:38 UTC (permalink / raw)
To: linux-kernel
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, },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-12-17 17:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-17 18:38 [PATCH] eepro100.c support for 82801CAM (ie in Compaq Evo N600c) Its Squash
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.