diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b55156e8c64..e5cd040d1d5 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.1549 2010/04/29 08:49:06 jasper Exp + * OpenBSD: pcidevs,v 1.1551 2010/04/30 08:37:44 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1136,7 +1136,10 @@ #define PCI_PRODUCT_ATI_RADEON_RS482_B 0x5975 /* Radeon XPRESS 200M */ #define PCI_PRODUCT_ATI_RD790_PCIE_1 0x5978 /* RD790 PCIE */ #define PCI_PRODUCT_ATI_RD790_PCIE_3 0x597a /* RD790 PCIE */ +#define PCI_PRODUCT_ATI_RD790_PCIE_6 0x597b /* RD790 PCIE */ #define PCI_PRODUCT_ATI_RD790_PCIE_2 0x597c /* RD790 PCIE */ +#define PCI_PRODUCT_ATI_RD790_PCIE_7 0x597d /* RD790 PCIE */ +#define PCI_PRODUCT_ATI_RD790_PCIE_5 0x597e /* RD790 PCIE */ #define PCI_PRODUCT_ATI_RD790_PCIE_4 0x597f /* RD790 PCIE */ #define PCI_PRODUCT_ATI_RX200_HB 0x5a33 /* Radeon XPRESS 200 */ #define PCI_PRODUCT_ATI_RX480_PCIE 0x5a34 /* RX480 PCIE */ @@ -1735,6 +1738,7 @@ #define PCI_PRODUCT_CONEXANT_CX2388x_MPEG 0x8802 /* CX2388x MPEG */ #define PCI_PRODUCT_CONEXANT_CX2388x_IR 0x8804 /* CX2388x IR */ #define PCI_PRODUCT_CONEXANT_CX2388x_AUDIO2 0x8811 /* CX2388x Audio */ +#define PCI_PRODUCT_CONEXANT_CX23885 0x8852 /* CX23885 */ /* Contaq Microsystems products */ #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 VLB */ @@ -2842,6 +2846,7 @@ #define PCI_PRODUCT_INTEL_82G45_IGD_2 0x2e23 /* G45 Video */ #define PCI_PRODUCT_INTEL_82G45_PCIE_1 0x2e29 /* G45 PCIE */ #define PCI_PRODUCT_INTEL_82G41_HB 0x2e30 /* G41 Host */ +#define PCI_PRODUCT_INTEL_82G45_PCIE_2 0x2e31 /* G45 PCIE */ #define PCI_PRODUCT_INTEL_82G41_IGD_1 0x2e32 /* G41 Video */ #define PCI_PRODUCT_INTEL_82G41_IGD_2 0x2e33 /* G41 Video */ #define PCI_PRODUCT_INTEL_RCU32 0x3092 /* RCU32 I2O RAID */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index cebc411f513..7e3f6a9fe31 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.1549 2010/04/29 08:49:06 jasper Exp + * OpenBSD: pcidevs,v 1.1551 2010/04/30 08:37:44 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2908,10 +2908,22 @@ static const struct pci_known_product pci_known_products[] = { "RD790 PCIE", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RD790_PCIE_6, + "RD790 PCIE", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RD790_PCIE_2, "RD790 PCIE", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RD790_PCIE_7, + "RD790 PCIE", + }, + { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RD790_PCIE_5, + "RD790 PCIE", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RD790_PCIE_4, "RD790 PCIE", }, @@ -5064,6 +5076,10 @@ static const struct pci_known_product pci_known_products[] = { "CX2388x Audio", }, { + PCI_VENDOR_CONEXANT, PCI_PRODUCT_CONEXANT_CX23885, + "CX23885", + }, + { PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_82C599, "82C599 VLB", }, @@ -9056,6 +9072,10 @@ static const struct pci_known_product pci_known_products[] = { "G41 Host", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G45_PCIE_2, + "G45 PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G41_IGD_1, "G41 Video", }, |