summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-06-15 23:39:20 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-06-15 23:39:20 +0000
commit80a5dbfff0f5e53bce97a31c69e8eaa180066cff (patch)
treec7cd8cfe5f931f8f82a2f7de88b826e58d74713f /sys
parentd94c76f51b28757f18560f9b01f4dba928da7410 (diff)
add D-Link DGE-528T and US Robotics USR997902
From: NetBSD
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_re_pci.c4
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 980787b428e..80e16174fd0 100644
--- a/sys/dev/pci/if_re_pci.c
+++ b/sys/dev/pci/if_re_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_re_pci.c,v 1.1 2005/01/14 01:08:11 pvalchev Exp $ */
+/* $OpenBSD: if_re_pci.c,v 1.2 2005/06/15 23:39:19 brad Exp $ */
/*
* Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org>
@@ -65,6 +65,8 @@ struct re_pci_softc {
const struct pci_matchid re_pci_devices[] = {
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169 },
{ PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGLAPCIGT },
+ { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE528T },
+ { PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR997902 },
};
int re_pci_probe(struct device *, void *, void *);