diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-12-29 23:29:14 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-12-29 23:29:14 +0000 |
commit | 0d1b5a7ebb21d227669f8fb4e5babe438c8015e9 (patch) | |
tree | 3ec0e93d521048fa44e9ba91ecc16c895e41dd00 | |
parent | dfab3ac4bc147b6e55581fba8196f0bc5ffe7c05 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
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", }, |