Match two candidates. From Francois Romieu in private mail.
This commit is contained in:
parent
12d0c406c7
commit
b5e65ac443
|
@ -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 @@ static const struct rtk_type re_devs[] = {
|
|||
"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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue