Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Match two candidates. From Francois Romieu in p...



details:   https://anonhg.NetBSD.org/src/rev/921e56f6abce
branches:  trunk
changeset: 582060:921e56f6abce
user:      cube <cube%NetBSD.org@localhost>
date:      Wed Jun 15 11:27:39 2005 +0000

description:
Match two candidates.  From Francois Romieu in private mail.

diffstat:

 sys/dev/pci/if_re_pci.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 40c232820efe -r 921e56f6abce sys/dev/pci/if_re_pci.c
--- a/sys/dev/pci/if_re_pci.c   Wed Jun 15 09:31:27 2005 +0000
+++ b/sys/dev/pci/if_re_pci.c   Wed Jun 15 11:27:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_re_pci.c,v 1.9 2005/05/09 06:58:41 martin Exp $     */
+/*     $NetBSD: if_re_pci.c,v 1.10 2005/06/15 11:27:39 cube Exp $      */
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -110,6 +110,10 @@
                "Corega CG-LAPCIGT 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" },
        { 0, 0, 0, NULL }
 };
 



Home | Main Index | Thread Index | Old Index