lkml.org 
[lkml]   [2000]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Intel Etherexpress 82820 Support - 2.2.17


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
; mjd@moot.mb.ca
',.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:39    [W:0.241 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site