From: Xose Vazquez Perez <xose@wanadoo.es>
To: netdev@oss.sgi.com
Cc: jgarzik@pobox.com
Subject: [ PATCH ] 2.6 eepro100: replace and delete duplicate ids
Date: Tue, 01 Feb 2005 21:17:47 +0100 [thread overview]
Message-ID: <41FFE3EB.5050603@wanadoo.es> (raw)
In-Reply-To: <3FBA97E4.1060004@wanadoo.es>
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
hi,
- replace PCI_DEVICE_ID_INTEL_82557 and PCI_DEVICE_ID_INTEL_82559ER
with theirs hex numbers
- PCI_DEVICE_ID_INTEL_82801BA_7 is a duplicate of 0x2449.
-thanks-
[-- Attachment #2: eepro100_ids.diff --]
[-- Type: text/plain, Size: 769 bytes --]
--- linux2/drivers/net/eepro100.c 2005-01-22 19:22:54.000000000 +0100
+++ n/drivers/net/eepro100.c 2005-02-01 21:10:15.000000000 +0100
@@ -2355,12 +2355,8 @@
}
\f
static struct pci_device_id eepro100_pci_tbl[] = {
- { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82557,
- 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, 0x1229, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, 0x1209, 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, },
prev parent reply other threads:[~2005-02-01 20:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-18 22:06 [PATCH ] more eepro100 boards Xose Vazquez Perez
2003-11-19 17:18 ` Jeff Garzik
2005-02-01 20:17 ` Xose Vazquez Perez [this message]
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=41FFE3EB.5050603@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 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.