On 10/01/14 4:05 PM, mark rowland wrote:
The entry for intel product 0x0a04 was not in the right spot, new diff:
--- /usr/src/sys/dev/pci/pcidevs Wed Jan 8 23:52:05 2014
+++ pcidevs Fri Jan 10 21:54:24 2014
@@ -1293,7 +1293,7 @@
product ATI RADEON_X700_PCIE_S 0x5e6d Radeon X700 PCIE Sec
product ATI RADEON_X700_SE 0x5e4f Radeon X700 SE
product ATI RADEON_X700_SE_S 0x5e6f Radeon X700 SE Sec
-product ATI RADEON_HD8670A 0x6600 Radeon HD 8670A
+product ATI RADEON_HD8670A_HD8750M 0x6600 Radeon HD 8670A/8750M
product ATI RADEON_HD8730M 0x6601 Radeon HD 8730M
product ATI OLAND_1 0x6602 Oland
product ATI OLAND_2 0x6603 Oland
@@ -2836,6 +2836,7 @@
product INTEL 80960RM 0x0962 i960 RM
product INTEL 80960RN 0x0964 i960 RN
product INTEL CORE4G_D_ULT_GT1 0x0a02 HD Graphics
+product INTEL CORE4G_HB_1 0x0a04 Core 4G Host
product INTEL CORE4G_M_ULT_GT1 0x0a06 HD Graphics
product INTEL CORE4G_S_ULT_GT1 0x0a0a HD Graphics
product INTEL CORE4G_R_ULT_GT1_1 0x0a0b HD Graphics
@@ -2853,7 +2854,7 @@
product INTEL CORE4G_R_ULT_GT3_2 0x0a2e Iris Graphics 5100
product INTEL D2000_IGD 0x0be1 Atom D2000/N2000 Video
product INTEL D2000_HB 0x0bf5 Atom D2000/N2000 Host
-product INTEL CORE4G_HB 0x0c00 Core 4G Host
+product INTEL CORE4G_HB_2 0x0c00 Core 4G Host
product INTEL CORE4G_PCIE_1 0x0c01 Core 4G PCIE
product INTEL CORE4G_D_SDV_GT1 0x0c02 HD Graphics
product INTEL CORE4G_PCIE_2 0x0c05 Core 4G PCIE
I didn't bother changing the Radeon entry. There are more than enough
PCI ids in similar situations with a single id representing multiple
devices from a marketing perspective and with different names/models
and so forth. The entry as is gives us a good enough idea of what it
is. The relevant drivers that might use the entry will do the
right thing whether it prints all the relevant devices supported or
not ;)
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.