diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 01:09:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 01:09:12 +0000 |
commit | c503c93462caae532cda73784a279fd9b12491c4 (patch) | |
tree | 384d364c764afa0d49cf2d12bf89d010649ceb46 /sys/dev | |
parent | a134026b5b3510f23406781934e7b190e7ab6e86 (diff) |
synbc
Diffstat (limited to 'sys/dev')
-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 d796e6003fd..fcad49dd624 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.1399 2008/08/18 22:28:36 brad Exp + * OpenBSD: pcidevs,v 1.1400 2008/08/22 01:09:07 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1154,6 +1154,7 @@ /* AVlab products */ #define PCI_PRODUCT_AVLAB_PCI2S 0x2130 /* Dual Serial */ #define PCI_PRODUCT_AVLAB_LPPCI4S 0x2150 /* Quad Serial */ +#define PCI_PRODUCT_AVLAB_LPPCI4S_2 0x2152 /* Quad Serial */ /* AVM products */ #define PCI_PRODUCT_AVM_B1 0x0700 /* BRI ISDN */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7a31b74208f..7f1e4e547a2 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.1399 2008/08/18 22:28:36 brad Exp + * OpenBSD: pcidevs,v 1.1400 2008/08/22 01:09:07 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2956,6 +2956,10 @@ static const struct pci_known_product pci_known_products[] = { "Quad Serial", }, { + PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S_2, + "Quad Serial", + }, + { PCI_VENDOR_AVM, PCI_PRODUCT_AVM_B1, "BRI ISDN", }, |