Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/sys/dev/pci Apply patch (requested by riz in ticket #10160):
details: https://anonhg.NetBSD.org/src/rev/f9d804153a44
branches: netbsd-2
changeset: 564357:f9d804153a44
user: tron <tron%NetBSD.org@localhost>
date: Thu Dec 01 22:31:11 2005 +0000
description:
Apply patch (requested by riz in ticket #10160):
Match two candidates. From Francois Romieu in private mail.
diffstat:
sys/dev/pci/if_re.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 041cf928168d -r f9d804153a44 sys/dev/pci/if_re.c
--- a/sys/dev/pci/if_re.c Thu Dec 01 22:18:12 2005 +0000
+++ b/sys/dev/pci/if_re.c Thu Dec 01 22:31:11 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_re.c,v 1.4.2.5.2.1 2005/12/01 22:13:55 tron Exp $ */
+/* $NetBSD: if_re.c,v 1.4.2.5.2.2 2005/12/01 22:31:11 tron Exp $ */
/*
* Copyright (c) 1997, 1998-2003
* Bill Paul <wpaul%windriver.com@localhost>. All rights reserved.
@@ -170,6 +170,10 @@
"RealTek 8169S Single-chip Gigabit Ethernet" },
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169, RTK_HWREV_8110S,
"RealTek 8110S Single-chip Gigabit Ethernet" },
+ { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE528T, RTK_HWREV_8169S,
+ "D-Link DGE-528T Gigabit Ethernet" },
+ { PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR997902, RTK_HWREV_8169S,
+ "US Robotics (3Com) USR997902 Gigabit Ethernet" },
{ PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_EG1032, RTK_HWREV_8169S,
"Linksys EG1032 rev. 3 Gigabit Ethernet" },
{ 0, 0, 0, NULL }
Home |
Main Index |
Thread Index |
Old Index