Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pci Pull up following revision(s) (requested by r...



details:   https://anonhg.NetBSD.org/src/rev/6972647b809a
branches:  netbsd-3
changeset: 577550:6972647b809a
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Nov 24 22:06:38 2005 +0000

description:
Pull up following revision(s) (requested by riz in ticket #995):
        sys/dev/pci/if_re_pci.c: revision 1.10
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 d530ff148bd4 -r 6972647b809a sys/dev/pci/if_re_pci.c
--- a/sys/dev/pci/if_re_pci.c   Wed Nov 23 18:19:48 2005 +0000
+++ b/sys/dev/pci/if_re_pci.c   Thu Nov 24 22:06:38 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_re_pci.c,v 1.8.2.1 2005/05/10 12:47:32 tron Exp $   */
+/*     $NetBSD: if_re_pci.c,v 1.8.2.2 2005/11/24 22:06:38 tron 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