diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
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", }, |