From: Xose Vazquez Perez <xose@wanadoo.es>
To: netdev@oss.sgi.com, jgarzik@pobox.com
Subject: [PATCH ] more eepro100 boards
Date: Tue, 18 Nov 2003 23:06:28 +0100 [thread overview]
Message-ID: <3FBA97E4.1060004@wanadoo.es> (raw)
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
deleted PCI_DEVICE_ID_INTEL_82801BA_7, it's a duplicate of 0x2449
and added five boards:
0x1051
0x1052
0x1053
0x1054
0x1055
These should be deleted:
0x1035
0x1036
0x1037
0x1227
0x1228
0x5200
0x5201
Time ago, in conversation with some intel guys, they said me that
those boards are not compatibles with the driver. Do anyone run
eepro100 with any of those boards?
-thanks-
[-- Attachment #2: eepro100_idents.diff --]
[-- Type: text/plain, Size: 1222 bytes --]
--- linux/drivers/net/eepro100.c 2003-08-27 17:26:41.000000000 +0200
+++ new/drivers/net/eepro100.c 2003-11-18 22:10:32.000000000 +0100
@@ -2374,8 +2374,6 @@
PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82559ER,
PCI_ANY_ID, PCI_ANY_ID, },
- { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801BA_7,
- PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1029, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1030, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1031, PCI_ANY_ID, PCI_ANY_ID, },
@@ -2393,6 +2391,11 @@
{ PCI_VENDOR_ID_INTEL, 0x103D, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x103E, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1050, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, 0x1051, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, 0x1052, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, 0x1053, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, 0x1054, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, 0x1055, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1059, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1227, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, 0x1228, PCI_ANY_ID, PCI_ANY_ID, },
next reply other threads:[~2003-11-18 22:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-18 22:06 Xose Vazquez Perez [this message]
2003-11-19 17:18 ` [PATCH ] more eepro100 boards Jeff Garzik
2005-02-01 20:17 ` [ PATCH ] 2.6 eepro100: replace and delete duplicate ids Xose Vazquez Perez
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=3FBA97E4.1060004@wanadoo.es \
--to=xose@wanadoo.es \
--cc=jgarzik@pobox.com \
--cc=netdev@oss.sgi.com \
/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;
as well as URLs for NNTP newsgroup(s).