diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-05-21 10:07:06 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-05-21 10:07:06 +0000 |
commit | 7c4c9922923dd63eaf6213734517cf18d4dc8d7f (patch) | |
tree | 75be1502827d87814a4ecb88f88edf9053d623e0 /sys | |
parent | a15c08069c8a4ffd279a1414b335cc8636adf52e (diff) |
Add ids found in x1 carbon 2016:
- GMM (intel skylake general mixture model)
- ISH (intel 100 series integrated sensor hub)
- RTS525A (realtek card reader, not supported by rtsx(4))
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e4ab9f8a044..d0f3d46f0f7 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1796 2016/05/20 03:12:04 mlarkin Exp $ +$OpenBSD: pcidevs,v 1.1797 2016/05/21 10:07:05 reyk Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3392,6 +3392,7 @@ product INTEL CORE6G_U_HB 0x1904 Core 6G Host product INTEL CORE6G_H_PCIE_X8 0x1905 Core 6G PCIE product INTEL CORE6G_H_PCIE_X4 0x1909 Core 6G PCIE product INTEL CORE6G_H_HB_Q 0x1910 Core 6G Host +product INTEL SKYLAKE_GMM 0x1911 Skylake GMM product INTEL CORE6G_D_GT2_1 0x1912 HD Graphics 530 product INTEL CORE6G_U_GT2 0x1916 HD Graphics 520 product INTEL CORE6G_H_GT2 0x191b HD Graphics 530 @@ -4811,6 +4812,7 @@ product INTEL 100SERIES_LP_SMB 0x9d23 100 Series SMBus product INTEL 100SERIES_LP_SPI 0x9d24 100 Series SPI product INTEL 100SERIES_LP_XHCI 0x9d2f 100 Series xHCI product INTEL 100SERIES_LP_THERM 0x9d31 100 Series Thermal +product INTEL 100SERIES_LP_ISH 0x9d35 100 Series ISH product INTEL 100SERIES_LP_MEI_1 0x9d3a 100 Series MEI product INTEL 100SERIES_LP_MEI_2 0x9d3b 100 Series MEI product INTEL 100SERIES_LP_IDER 0x9d3c 100 Series IDER @@ -6442,6 +6444,7 @@ product REALTEK RTS5227 0x5227 RTS5227 Card Reader product REALTEK RTS5229 0x5229 RTS5229 Card Reader product REALTEK RTS522A 0x522a RTS522A Card Reader product REALTEK RTS5249 0x5249 RTS5249 Card Reader +product REALTEK RTS525A 0x525A RTS525A Card Reader product REALTEK RTL8402 0x5286 RTL8402 Card Reader product REALTEK RTL8411B 0x5287 RTL8411B Card Reader product REALTEK RTL8411 0x5289 RTL8411 Card Reader |