diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-29 19:14:42 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-29 19:14:42 +0000 |
commit | 475e76dea0200fef28efcb0f06f57bd0afa3f8a8 (patch) | |
tree | a2fcb77a99fbbcb1fc735365c952353749a11dee | |
parent | 21555431109a3dcb05d37ec695979cbf351d34e2 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 13a63565dcf..f4587ab2afb 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.1087 2006/06/29 04:36:57 brad Exp + * OpenBSD: pcidevs,v 1.1088 2006/06/29 19:03:35 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1548,8 +1548,9 @@ #define PCI_PRODUCT_INTEL_6700PXH_A 0x0329 /* PCIE-PCIE */ #define PCI_PRODUCT_INTEL_6700PXH_B 0x032a /* PCIE-PCIE */ #define PCI_PRODUCT_INTEL_6702PXH 0x032c /* PCIE-PCIE */ -#define PCI_PRODUCT_INTEL_IOP331_C0 0x0330 /* IOP331 Channel 0 */ -#define PCI_PRODUCT_INTEL_IOP331_C1 0x0332 /* IOP331 Channel 1 */ +#define PCI_PRODUCT_INTEL_IOP332_A 0x0330 /* IOP332 PCIE-PCIX */ +#define PCI_PRODUCT_INTEL_IOP332_B 0x0332 /* IOP332 PCIE-PCIX */ +#define PCI_PRODUCT_INTEL_IOP331 0x0335 /* IOP331 PCIX-PCIX */ #define PCI_PRODUCT_INTEL_41210_A 0x0340 /* 41210 PCIE-PCIX */ #define PCI_PRODUCT_INTEL_41210_B 0x0341 /* 41210 PCIE-PCIX */ #define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB EISA */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 6ba922eeb72..cbd45e5f6dd 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.1087 2006/06/29 04:36:57 brad Exp + * OpenBSD: pcidevs,v 1.1088 2006/06/29 19:03:35 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4135,12 +4135,16 @@ static const struct pci_known_product pci_known_products[] = { "PCIE-PCIE", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP331_C0, - "IOP331 Channel 0", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP332_A, + "IOP332 PCIE-PCIX", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP331_C1, - "IOP331 Channel 1", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP332_B, + "IOP332 PCIE-PCIX", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP331, + "IOP331 PCIX-PCIX", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_41210_A, |