diff options
| author | martin <martin@NetBSD.org> | 2005-05-09 06:58:41 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2005-05-09 06:58:41 +0000 |
| commit | a7dad6d876ea9a694b377d045b5a8ef66d02648a (patch) | |
| tree | 4a36715e8e37c409b08f5273aa411ad6697769f9 /sys/dev | |
| parent | 36b57c9813cc04681fbb228a3e5b7d396b229ea1 (diff) | |
Add support for Corega CG-LAPCIGT Gigabit Ethernet.
From PR kern/30173.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_re_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index fd2d4ada08a..177e01a2a1b 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -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 @@ static const struct rtk_type re_devs[] = { "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 } |
