Re: [PATCH] r8169: add new PCI ID

2006-05-27 Thread Yoichi Yuasa
On Sat, 27 May 2006 13:39:19 +0200 Francois Romieu <[EMAIL PROTECTED]> wrote: > Jeff Garzik <[EMAIL PROTECTED]> : > [...] > > applied > > $ grep 8129 drivers/net/*.[ch] > [...] > drivers/net/8139too.c: {0x10ec, 0x8129, PCI_ANY_ID, PCI_ANY_ID, 0, 0, > RTL8139 } > > Not a big issue but I would b

Re: [PATCH] r8169: add new PCI ID

2006-05-27 Thread Francois Romieu
Jeff Garzik <[EMAIL PROTECTED]> : [...] > applied $ grep 8129 drivers/net/*.[ch] [...] drivers/net/8139too.c: {0x10ec, 0x8129, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 } Not a big issue but I would be really surprized that it does trigger a few PR. -- Ueimor - To unsubscribe from this list: send

Re: [PATCH] r8169: add new PCI ID

2006-05-26 Thread Jeff Garzik
Yoichi Yuasa wrote: Hi, This patch add new PCI ID for r8169 driver. RTL8110SBL has this PCI ID. applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] r8169: add new PCI ID

2006-05-24 Thread Yoichi Yuasa
Hi, This patch add new PCI ID for r8169 driver. RTL8110SBL has this PCI ID. Please aply. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -pruN -X tb0287/Documentation/dontdiff tb0287-orig/drivers/net/r8169.c tb0287/drivers/net/r8169.c --- tb0287-orig/drivers/net/r8169.c 2006-0