Adds support for the Intel 82820 Etherexpress card found onboard on some
new intel motherboards.
my first time using diff, hope I got it right. :)
-- cut --
--- /usr/src/linux/drivers/net/eepro100.c Mon Sep 4 12:39:19 2000
+++ linux/drivers/net/eepro100.c Mon Sep 25 09:42:06 2000
@@ -167,6 +167,9 @@
#ifndef PCI_DEVICE_ID_INTEL_ID1030
#define PCI_DEVICE_ID_INTEL_ID1030 0x1030
#endif
+#ifndef PCI_DEVICE_ID_INTEL_82820FW_4
+#define PCI_DEVICE_ID_INTEL_82820FW_4 0x2449
+#endif
/* The total I/O port extent of the board.
The registers beyond 0x18 only exist on the i82558. */
@@ -325,6 +328,10 @@
{ "Intel Corporation 82559 InBusiness 10/100",
PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030,
0
+ },
+ { "Intel Corporation 82820 Onboard 10/100",
+ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82820FW_4,
+ 0
},
{0,} /* 0 terminated list. */
};
-- cut --
,.;::
: Michael J. Dikkema
| Systems / Network Admin - Internet Solutions, Inc.
| http://www.moot.mb.ca Work: (204) 982-1060
; [EMAIL PROTECTED]
',.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/