From 3424c1d0e41f71138a0cdaf1a5389d13a9100094 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 18 Jul 2010 17:01:38 +0000 Subject: [PATCH] Add missing Core i3/i5 PCIe bridge. Fix entries for the 5-series/3400 chipset LPC bridge such that they can be used to identify the chipset variant and add some missing entries. Add QS57 HD audio. --- sys/dev/pci/pcidevs | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 0010f9ba0c9..206b4a49f10 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1563 2010/07/01 23:09:39 oga Exp $ +$OpenBSD: pcidevs,v 1.1564 2010/07/18 17:01:38 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2218,6 +2218,7 @@ product INTEL 21145 0x0039 21145 product INTEL CORE_HB 0x0040 Core Host product INTEL CORE_PCIE_0 0x0041 Core PCIE product INTEL CLARKDALE_IGD 0x0042 HD graphics +product INTEL CORE_PCIE_1 0x0043 Core PCIE product INTEL ARRANDALE_IGD 0x0046 Mobile HD graphics product INTEL WIFI_LINK_6005A_2X2_1 0x0082 Centrino Advanced-N 6205a product INTEL WIFI_LINK_1000_1 0x0083 WiFi Link 1000 @@ -3031,10 +3032,18 @@ product INTEL 82801JD_PCIE_4 0x3a76 82801JD PCIE product INTEL 82801JD_PCIE_5 0x3a78 82801JD PCIE product INTEL 82801JD_PCIE_6 0x3a7a 82801JD PCIE product INTEL 82801JD_LAN 0x3a7c 82801JD LAN -product INTEL P55_LPC 0x3b02 P55 LPC -product INTEL 3400_LPC_1 0x3b07 3400 LPC -product INTEL 3400_LPC_2 0x3b10 3400 LPC -product INTEL 3400_LPC 0x3b14 3400 LPC +product INTEL P55_LPC_1 0x3b00 P55 LPC +product INTEL P55_LPC_2 0x3b02 P55 LPC +product INTEL PM55_LPC 0x3b03 PM55 LPC +product INTEL H55_LPC 0x3b06 H55 LPC +product INTEL QM57_LPC 0x3b07 QM57 LPC +product INTEL H57_LPC 0x3b08 H57 LPC +product INTEL HM55_LPC 0x3b09 HM55 LPC +product INTEL Q57_LPC 0x3b0a Q57 LPC +product INTEL HM57_LPC 0x3b0b HM57 LPC +product INTEL QS57_LPC 0x3b0f QS57 LPC +product INTEL 3400_LPC 0x3b12 3400 LPC +product INTEL 3420_LPC 0x3b14 3420 LPC product INTEL 3450_LPC 0x3b16 3450 LPC product INTEL 3400_SATA_1 0x3b20 3400 SATA product INTEL 3400_SATA_2 0x3b21 3400 SATA @@ -3069,6 +3078,7 @@ product INTEL 3400_PCIE_6 0x3b4c 3400 PCIE product INTEL 3400_PCIE_7 0x3b4e 3400 PCIE product INTEL 3400_PCIE_8 0x3b50 3400 PCIE product INTEL 3400_HDA 0x3b56 3400 HD Audio +product INTEL QS57_HDA 0x3b57 QS57 HD Audio product INTEL 3400_MEI_1 0x3b64 3400 MEI product INTEL 3400_MEI_2 0x3b65 3400 MEI product INTEL 3400_KT 0x3b67 3400 KT @@ -3224,10 +3234,10 @@ product INTEL 21152 0xb152 S21152BB PCI-PCI product INTEL 21154 0xb154 21154AE/BE PCI-PCI product INTEL CORE_DMI_0 0xd130 Core DMI product INTEL CORE_DMI_1 0xd131 Core DMI -product INTEL CORE_PCIE_1 0xd138 Core PCIE -product INTEL CORE_PCIE_2 0xd139 Core PCIE -product INTEL CORE_PCIE_3 0xd13a Core PCIE -product INTEL CORE_PCIE_4 0xd13b Core PCIE +product INTEL CORE_PCIE_2 0xd138 Core PCIE +product INTEL CORE_PCIE_3 0xd139 Core PCIE +product INTEL CORE_PCIE_4 0xd13a Core PCIE +product INTEL CORE_PCIE_5 0xd13b Core PCIE product INTEL CORE_QPI_L 0xd150 Core QPI Link product INTEL CORE_QPI_R 0xd151 Core QPI Routing product INTEL CORE_DMI_2 0xd152 Core DMI -- 2.20.1