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 revision 1.9 (requested by martin in ...
details: https://anonhg.NetBSD.org/src/rev/6bbae7f1f523
branches: netbsd-3
changeset: 575770:6bbae7f1f523
user: tron <tron%NetBSD.org@localhost>
date: Tue May 10 12:47:32 2005 +0000
description:
Pull up revision 1.9 (requested by martin in ticket #273):
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 c3e2df37a069 -r 6bbae7f1f523 sys/dev/pci/if_re_pci.c
--- a/sys/dev/pci/if_re_pci.c Tue May 10 12:46:20 2005 +0000
+++ b/sys/dev/pci/if_re_pci.c Tue May 10 12:47:32 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.8.2.1 2005/05/10 12:47:32 tron 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