summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-05-07 19:14:02 +0000
committerderaadt <deraadt@openbsd.org>2001-05-07 19:14:02 +0000
commitd4602493445747567cf5c00f04e359fec31a55d6 (patch)
tree134e5024faf8ba75e4f440c8907f544b86a531dc /sys
parentnew hifn (diff)
downloadwireguard-openbsd-d4602493445747567cf5c00f04e359fec31a55d6.tar.xz
wireguard-openbsd-d4602493445747567cf5c00f04e359fec31a55d6.zip
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f5901113738..ca4549c406d 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.391 2001/04/30 04:50:00 jason Exp
+ * OpenBSD: pcidevs,v 1.393 2001/05/07 19:13:55 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1084,6 +1084,7 @@
/* Hi/Fn products */
#define PCI_PRODUCT_HIFN_7751 0x0005 /* 7751 */
#define PCI_PRODUCT_HIFN_6500 0x0006 /* 6500 */
+#define PCI_PRODUCT_HIFN_7951 0x0012 /* 7951 */
/* IBM products */
#define PCI_PRODUCT_IBM_0x0002 0x0002 /* MCA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index f4de3af7dcb..3401776ae2c 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.391 2001/04/30 04:50:00 jason Exp
+ * OpenBSD: pcidevs,v 1.393 2001/05/07 19:13:55 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1567,6 +1567,10 @@ static const struct pci_known_product pci_known_products[] = {
"6500",
},
{
+ PCI_VENDOR_HIFN, PCI_PRODUCT_HIFN_7951,
+ "7951",
+ },
+ {
PCI_VENDOR_IBM, PCI_PRODUCT_IBM_0x0002,
"MCA",
},