summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2005-12-29 23:29:13 +0000
committerreyk <reyk@openbsd.org>2005-12-29 23:29:13 +0000
commit080b7a054a4680756b5b20551377a75533db4752 (patch)
treee850234bb8467ec9a86898c22e326bbf064476b2
parentadd additional Intel E7525 MCH subdevices. ok brad@ (diff)
downloadwireguard-openbsd-080b7a054a4680756b5b20551377a75533db4752.tar.xz
wireguard-openbsd-080b7a054a4680756b5b20551377a75533db4752.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 99c80a5605a..aa5e4382ef6 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.986 2005/12/29 22:47:34 reyk Exp
+ * OpenBSD: pcidevs,v 1.987 2005/12/29 23:28:47 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1809,6 +1809,7 @@
#define PCI_PRODUCT_INTEL_E7520_MCH 0x3590 /* E7520 MCH */
#define PCI_PRODUCT_INTEL_E7520_MCH_ERR 0x3591 /* E7520 MCH ERR */
#define PCI_PRODUCT_INTEL_E7320_MCH 0x3592 /* E7320 MCH */
+#define PCI_PRODUCT_INTEL_E7525_MCH_ERR 0x3593 /* E7525 MCH ERR */
#define PCI_PRODUCT_INTEL_E7520_MCH_DMA 0x3594 /* E7520 MCH DMA */
#define PCI_PRODUCT_INTEL_MCH_PCIEA0 0x3595 /* MCH PCIE */
#define PCI_PRODUCT_INTEL_MCH_PCIEA1 0x3596 /* MCH PCIE */
@@ -1816,6 +1817,7 @@
#define PCI_PRODUCT_INTEL_MCH_PCIEB1 0x3598 /* MCH PCIE */
#define PCI_PRODUCT_INTEL_MCH_PCIEC0 0x3599 /* MCH PCIE */
#define PCI_PRODUCT_INTEL_MCH_PCIEC1 0x359a /* MCH PCIE */
+#define PCI_PRODUCT_INTEL_E7525_MCH_CFG 0x359b /* E7525 MCH Configuration */
#define PCI_PRODUCT_INTEL_E7525_MCH 0x359e /* E7525 MCH */
#define PCI_PRODUCT_INTEL_PRO_WL_2200BG 0x4220 /* PRO/Wireless 2200BG */
#define PCI_PRODUCT_INTEL_PRO_WL_2225BG 0x4221 /* PRO/Wireless 2225BG */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 3e1a3aebc6d..62187a6b4ec 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.986 2005/12/29 22:47:34 reyk Exp
+ * OpenBSD: pcidevs,v 1.987 2005/12/29 23:28:47 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5247,6 +5247,10 @@ static const struct pci_known_product pci_known_products[] = {
"E7320 MCH",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7525_MCH_ERR,
+ "E7525 MCH ERR",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7520_MCH_DMA,
"E7520 MCH DMA",
},
@@ -5275,6 +5279,10 @@ static const struct pci_known_product pci_known_products[] = {
"MCH PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7525_MCH_CFG,
+ "E7525 MCH Configuration",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E7525_MCH,
"E7525 MCH",
},