netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] r8169: add new PCI ID
@ 2006-05-25  1:24 Yoichi Yuasa
  2006-05-27  1:47 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Yoichi Yuasa @ 2006-05-25  1:24 UTC (permalink / raw)
  To: romieu; +Cc: netdev

Hi,

This patch add new PCI ID for r8169 driver.
RTL8110SBL has this PCI ID.

Please aply.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X tb0287/Documentation/dontdiff tb0287-orig/drivers/net/r8169.c tb0287/drivers/net/r8169.c
--- tb0287-orig/drivers/net/r8169.c	2006-05-25 10:09:43.981416000 +0900
+++ tb0287/drivers/net/r8169.c	2006-05-25 09:58:45.932290500 +0900
@@ -184,6 +184,7 @@ static const struct {
 
 static struct pci_device_id rtl8169_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8169), },
+	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8129), },
 	{ PCI_DEVICE(PCI_VENDOR_ID_DLINK,	0x4300), },
 	{ PCI_DEVICE(0x16ec,			0x0116), },
 	{ PCI_VENDOR_ID_LINKSYS,		0x1032, PCI_ANY_ID, 0x0024, },



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-27 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25  1:24 [PATCH] r8169: add new PCI ID Yoichi Yuasa
2006-05-27  1:47 ` Jeff Garzik
2006-05-27 11:39   ` Francois Romieu
2006-05-26 20:24     ` Yoichi Yuasa

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).