diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2006-05-25 10:24:46 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-05-26 21:47:15 -0400 |
commit | de1e938e54deba5b093a3074dfafd0d11afacbe1 (patch) | |
tree | 2740ac2cc161bb07a408a761afa961c713a37d9d /drivers/net/r8169.c | |
parent | f3b197ac26ed0e57989856494c495818dcc7f9ac (diff) |
[PATCH] r8169: add new PCI ID
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>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r-- | drivers/net/r8169.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 0ad3310290f..9945cc6b8d9 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -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, }, |