lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 9 Nov 2007 00:08:42 +0100
From:	Francois Romieu <romieu@...zoreil.com>
To:	jgarzik@...ox.com
Cc:	netdev@...r.kernel.org, Andrew Morton <akpm@...ux-foundation.org>,
	Mark Lord <mlord@...ox.com>,
	Ciaran McCreesh <ciaran.mccreesh@...eyonder.co.uk>,
	Josh Logan <joshtlogan@...il.com>,
	cecco <f.cecco77@...cali.it>,
	Hans-Jurgen Koch <hjk@...utronix.de>,
	David Gundersen <gundy@...et.net.au>,
	Will Trives <will@...vescon.com.au>,
	"Alexander Y. Fomichev" <gluk@...4.ru>,
	Rolf Eike Beer <eike-kernel@...tec.de>,
	Daniel Drake <dsd@...too.org>,
	Lennert Buytenhek <buytenh@...tstofly.org>,
	Philip Craig <philipc@...pgear.com>,
	Edward Hsu <edward_hsu@...ltek.com.tw>
Subject: [PATCH 01/05] r8169: add PCI ID for the 8168 in the Abit Fatal1ty
	F-190HD motherboard

Signed-off-by: Ciaran McCreesh <ciaran.mccreesh@...eyonder.co.uk>
Signed-off-by: Francois Romieu <romieu@...zoreil.com>
Cc: Edward Hsu <edward_hsu@...ltek.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

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists