Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add support for Corega CG-LAPCIGT Gigabit Ethernet.



details:   https://anonhg.NetBSD.org/src/rev/b141a5cec1f8
branches:  trunk
changeset: 580802:b141a5cec1f8
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 09 06:58:41 2005 +0000

description:
Add support for Corega CG-LAPCIGT Gigabit Ethernet.
>From PR kern/30173.

diffstat:

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

diffs (18 lines):

diff -r 5c0069a1fba8 -r b141a5cec1f8 sys/dev/pci/if_re_pci.c
--- a/sys/dev/pci/if_re_pci.c   Mon May 09 06:57:52 2005 +0000
+++ b/sys/dev/pci/if_re_pci.c   Mon May 09 06:58:41 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_re_pci.c,v 1.8 2005/02/27 00:27:33 perry Exp $      */
+/*     $NetBSD: if_re_pci.c,v 1.9 2005/05/09 06:58:41 martin Exp $     */
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -106,6 +106,8 @@
                "RealTek 8169 Gigabit Ethernet" },
        { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169, RTK_HWREV_8169S,
                "RealTek 8169S Single-chip Gigabit Ethernet" },
+       { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_LAPCIGT, RTK_HWREV_8169S,
+               "Corega CG-LAPCIGT Gigabit Ethernet" },
        { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169, RTK_HWREV_8110S,
                "RealTek 8110S Single-chip Gigabit Ethernet" },
        { 0, 0, 0, NULL }



Home | Main Index | Thread Index | Old Index