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, },
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/