Re: Abit F-190HD Onboard rlt8169 Ethernet Controller

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Francois Romieu
Date: Thursday, November 1, 2007 - 2:53 pm

Josh Logan <joshtlogan@gmail.com> :
[...]

Ok.

Can people give the patch below a try before I submit it to Jeff ?

From: Ciaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>
Date: Thu, 1 Nov 2007 22:48:15 +0100
Subject: [PATCH] r8169: add PCI ID for the 8168 in the Abit Fatal1ty F-190HD motherboard

Signed-off-by: Ciaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
---
 drivers/net/r8169.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index b94fa7e..702334e 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -171,6 +171,8 @@ static struct pci_device_id rtl8169_pci_tbl[] = {
 	{ PCI_DEVICE(0x16ec,			0x0116), 0, 0, RTL_CFG_0 },
 	{ PCI_VENDOR_ID_LINKSYS,		0x1032,
 		PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 },
+	{ 0x0001,				0x8168,
+		PCI_ANY_ID, 0x2410, 0, 0, RTL_CFG_2 },
 	{0,},
 };
 
-- 
1.5.3.3

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Abit F-190HD Onboard rlt8169 Ethernet Controller, Ciaran McCreesh, (Sun Oct 28, 11:15 pm)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Jeff Garzik, (Mon Oct 29, 1:42 am)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Ciaran McCreesh, (Mon Oct 29, 1:49 am)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Francois Romieu, (Mon Oct 29, 5:00 am)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Ciaran McCreesh, (Mon Oct 29, 5:27 pm)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Francois Romieu, (Tue Oct 30, 3:59 pm)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Ciaran McCreesh, (Tue Oct 30, 4:49 pm)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Francois Romieu, (Thu Nov 1, 2:53 pm)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Ciaran McCreesh, (Thu Nov 1, 5:05 pm)
Re: Abit F-190HD Onboard rlt8169 Ethernet Controller, Josh Logan, (Tue Nov 6, 10:21 pm)