summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-21 18:54:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-21 18:54:04 +0000
commitff40b3568305ffa9a351f323ec4fea1a9ac96ac4 (patch)
treefef29c36c901cf8a6e5e625969117485d0a84293 /sys/dev/pci
parentb76dca4c644c1baf23aa4773010c8b54d3049a04 (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-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 e260d7e6734..3d3a12f4da5 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.1204 2006/12/21 11:55:23 mickey Exp
+ * OpenBSD: pcidevs,v 1.1205 2006/12/21 18:53:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1035,6 +1035,7 @@
#define PCI_PRODUCT_AVANCE2_ALS4000 0x4000 /* ALS4000 */
/* AVlab products */
+#define PCI_PRODUCT_AVLAB_PCI2S 0x2130 /* PCI 2 Serial */
#define PCI_PRODUCT_AVLAB_LPPCI4S 0x2150 /* LP-PCI 4 Serial */
/* AVM products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5d3e31e5cb6..354a0be95fa 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.1204 2006/12/21 11:55:23 mickey Exp
+ * OpenBSD: pcidevs,v 1.1205 2006/12/21 18:53:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2539,6 +2539,10 @@ static const struct pci_known_product pci_known_products[] = {
"ALS4000",
},
{
+ PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_PCI2S,
+ "PCI 2 Serial",
+ },
+ {
PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S,
"LP-PCI 4 Serial",
},