summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index aa313e9eaa1..ce8992d114e 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.947 2005/10/23 20:09:10 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 $ */
@@ -147,7 +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_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 a0d5145665f..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.947 2005/10/23 20:09:10 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",
},