summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-09-23 21:08:41 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-09-23 21:08:41 +0000
commitf28173642f642969fe9c4719140f66e00b56a4da (patch)
tree28562d519687725be7378948e9f03f50961ea24d /sys
parentcaf239fd743c847a365cea9deb61a7e5ac17bff0 (diff)
regen.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 17 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f6c35a5289c..fdaea29bafc 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.917 2005/09/17 13:52:17 jsg Exp
+ * OpenBSD: pcidevs,v 1.918 2005/09/23 21:07:46 fgsch Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -296,10 +296,12 @@
*/
/* O2 Micro */
+#define PCI_PRODUCT_O2MICRO_OZ6729 0x6729 /* OZ6729 */
+#define PCI_PRODUCT_O2MICRO_OZ6730 0x673a /* OZ6730 */
+#define PCI_PRODUCT_O2MICRO_OZ6922 0x6825 /* OZ6922 CardBus */
#define PCI_PRODUCT_O2MICRO_OZ6832 0x6832 /* OZ6832 CardBus */
#define PCI_PRODUCT_O2MICRO_OZ6836 0x6836 /* OZ6836/OZ6860 CardBus */
#define PCI_PRODUCT_O2MICRO_OZ6872 0x6872 /* OZ68[17]2 CardBus */
-#define PCI_PRODUCT_O2MICRO_OZ6922 0x6925 /* OZ6922 CardBus */
#define PCI_PRODUCT_O2MICRO_OZ6933 0x6933 /* OZ6933 CardBus */
#define PCI_PRODUCT_O2MICRO_OZ6972 0x6972 /* OZ69[17]2 CardBus */
#define PCI_PRODUCT_O2MICRO_OZ7110 0x7110 /* OZ711Mx CardBus */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 02f46c6cd8b..f4ef0c43242 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.917 2005/09/17 13:52:17 jsg Exp
+ * OpenBSD: pcidevs,v 1.918 2005/09/23 21:07:46 fgsch Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -39,6 +39,18 @@
static const struct pci_known_product pci_known_products[] = {
{
+ PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6729,
+ "OZ6729",
+ },
+ {
+ PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6730,
+ "OZ6730",
+ },
+ {
+ PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6922,
+ "OZ6922 CardBus",
+ },
+ {
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6832,
"OZ6832 CardBus",
},
@@ -51,10 +63,6 @@ static const struct pci_known_product pci_known_products[] = {
"OZ68[17]2 CardBus",
},
{
- PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6922,
- "OZ6922 CardBus",
- },
- {
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6933,
"OZ6933 CardBus",
},