diff options
author | 2008-08-22 01:09:11 +0000 | |
---|---|---|
committer | 2008-08-22 01:09:11 +0000 | |
commit | dd501cd488f6de7b8dbb02a1d6ac1082520e8048 (patch) | |
tree | 6e36d5523bb8f727402d0c75981cad892d209752 | |
parent | more puc happiness (diff) | |
download | wireguard-openbsd-dd501cd488f6de7b8dbb02a1d6ac1082520e8048.tar.xz wireguard-openbsd-dd501cd488f6de7b8dbb02a1d6ac1082520e8048.zip |
synbc
-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", }, |