diff options
author | 2006-10-12 00:30:39 +0000 | |
---|---|---|
committer | 2006-10-12 00:30:39 +0000 | |
commit | d472e60f59bd9882f31ff5b098b8f0f042c4591e (patch) | |
tree | 053bce1e12d2b97f77246a3743a5394029188f5e | |
parent | add another ServerWorks HT-2100 PCIe bridge. (diff) | |
download | wireguard-openbsd-d472e60f59bd9882f31ff5b098b8f0f042c4591e.tar.xz wireguard-openbsd-d472e60f59bd9882f31ff5b098b8f0f042c4591e.zip |
regen
-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 cdc7bc6663a..6cd479fc3f7 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.1162 2006/10/11 22:25:49 ckuethe Exp + * OpenBSD: pcidevs,v 1.1163 2006/10/12 00:30:12 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3017,6 +3017,7 @@ #define PCI_PRODUCT_RCC_HT_2100_PCIE_1 0x0140 /* HT-2100 PCIE */ #define PCI_PRODUCT_RCC_HT_2100_PCIE_2 0x0141 /* HT-2100 PCIE */ #define PCI_PRODUCT_RCC_HT_2100_PCIE_3 0x0142 /* HT-2100 PCIE */ +#define PCI_PRODUCT_RCC_HT_2100_PCIE_5 0x0144 /* HT-2100 PCIE */ #define PCI_PRODUCT_RCC_OSB4 0x0200 /* OSB4 */ #define PCI_PRODUCT_RCC_CSB5 0x0201 /* CSB5 */ #define PCI_PRODUCT_RCC_CSB6 0x0203 /* CSB6 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7e2aa24b002..fbeeb115b05 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.1162 2006/10/11 22:25:49 ckuethe Exp + * OpenBSD: pcidevs,v 1.1163 2006/10/12 00:30:12 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9383,6 +9383,10 @@ static const struct pci_known_product pci_known_products[] = { "HT-2100 PCIE", }, { + PCI_VENDOR_RCC, PCI_PRODUCT_RCC_HT_2100_PCIE_5, + "HT-2100 PCIE", + }, + { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_OSB4, "OSB4", }, |