summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-10-23 20:10:16 +0000
committerbrad <brad@openbsd.org>2005-10-23 20:10:16 +0000
commit5e205235371a8526780de08f809fc51a2f2813ca (patch)
tree6dce9eefe55890587426d1d745dbd777e3c58b16 /sys
parentadd Znyx Networks vendor id. (diff)
downloadwireguard-openbsd-5e205235371a8526780de08f809fc51a2f2813ca.tar.xz
wireguard-openbsd-5e205235371a8526780de08f809fc51a2f2813ca.zip
regen
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 34dd6e5fe69..aa313e9eaa1 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.946 2005/10/22 22:59:05 brad Exp
+ * OpenBSD: pcidevs,v 1.947 2005/10/23 20:09:10 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -147,6 +147,7 @@
#define PCI_VENDOR_VIATECH 0x1106 /* VIA */
#define PCI_VENDOR_COGENT 0x1109 /* Cogent Data */
#define PCI_VENDOR_SIEMENS 0x110a /* Siemens */
+vendir ZNYX 0x110d Znyx Networks
#define PCI_VENDOR_ACCTON 0x1113 /* Accton */
#define PCI_VENDOR_VORTEX 0x1119 /* Vortex */
#define PCI_VENDOR_EFFICIENTNETS 0x111a /* Efficent Networks */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a0c064ad4d7..8e48ee1360b 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.946 2005/10/22 22:59:05 brad Exp
+ * OpenBSD: pcidevs,v 1.948 2005/10/23 20:12:41 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -10107,6 +10107,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Siemens",
},
{
+ PCI_VENDOR_ZNYX,
+ "Znyx Networks",
+ },
+ {
PCI_VENDOR_ACCTON,
"Accton",
},