From: Francois Romieu <romieu@fr.zoreil.com>
To: Andrew Morton <akpm@osdl.org>
Cc: netdev@oss.sgi.com, jgarzik@pobox.com
Subject: [patch linux-2.6.12-rc3-mm3 1/7] r8169: de-obfuscate supported PCI ID
Date: Fri, 6 May 2005 00:56:56 +0200 [thread overview]
Message-ID: <20050505225656.GA11200@electric-eye.fr.zoreil.com> (raw)
In-Reply-To: <20050505110052.62c1c2cb.akpm@osdl.org>
De-obfuscate supported PCI ID
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
diff -puN drivers/net/r8169.c~r8169-440 drivers/net/r8169.c
--- a/drivers/net/r8169.c~r8169-440 2005-05-06 00:37:16.695925125 +0200
+++ b/drivers/net/r8169.c 2005-05-06 00:38:40.051448306 +0200
@@ -174,9 +174,9 @@ const static struct {
#undef _R
static struct pci_device_id rtl8169_pci_tbl[] = {
- {0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
- {0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
- {0x16ec, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), },
+ { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), },
+ { PCI_DEVICE(0x16ec, 0x0116), },
{0,},
};
_
next parent reply other threads:[~2005-05-05 22:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20050504221057.1e02a402.akpm@osdl.org>
[not found] ` <20050505115502.GA4414@electric-eye.fr.zoreil.com>
[not found] ` <20050505110052.62c1c2cb.akpm@osdl.org>
2005-05-05 22:56 ` Francois Romieu [this message]
[not found] ` <20050505225905.GA18393@electric-eye.fr.zoreil.com>
[not found] ` <20050505230016.GB18393@electric-eye.fr.zoreil.com>
[not found] ` <20050505230154.GC18393@electric-eye.fr.zoreil.com>
[not found] ` <20050505230313.GD18393@electric-eye.fr.zoreil.com>
[not found] ` <20050505230418.GE18393@electric-eye.fr.zoreil.com>
2005-05-05 23:06 ` [patch linux-2.6.12-rc3-mm3 7/7] r8169: cleanup (function args) Francois Romieu
2005-05-06 16:03 ` [patch linux-2.6.12-rc3-mm3 1/7] r8169: de-obfuscate supported PCI ID Jon Mason
2005-05-06 16:37 ` Francois Romieu
2005-05-15 22:14 ` Jeff Garzik
2005-05-17 20:48 ` Francois Romieu
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=20050505225656.GA11200@electric-eye.fr.zoreil.com \
--to=romieu@fr.zoreil.com \
--cc=akpm@osdl.org \
--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).