Lines Matching +full:gemini +full:- +full:pci

2 Kernel driver i2c-i801
7 * Intel 82801AA and 82801AB (ICH and ICH0 - part of the
9 * Intel 82801BA (ICH2 - part of the '815E' chipset)
38 * Intel Gemini Lake (SOC)
60 - Mark Studebaker <[email protected]>
61 - Jean Delvare <[email protected]>
65 -----------------
83 -----------
87 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
88 Pentium-based PCs, '815E' chipset, and others.
90 The ICH chips contain at least SEVEN separate PCI functions in TWO logical
91 PCI devices. An output of lspci will show something similar to the
94 00:1e.0 PCI bridge: Intel Corporation: Unknown device 2418 (rev 01)
108 --------------------
114 ----------------------
120 -----------------
126 -----------------
128 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
132 ----------------
140 The first thing to try is the "i2c-scmi" ACPI driver. It could be that the
142 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
143 don't try to unhide the ICH SMBus. Even if i2c-scmi doesn't work, you
150 In order to unhide the SMBus, we need to change the value of a PCI
151 register before the kernel enumerates the PCI devices. This is done in
152 drivers/pci/quirks.c, where all affected boards must be listed (see
158 host bridge PCI device. Get yours with ``lspci -n -v -s 00:00.0``::
163 Memory at fc000000 (32-bit, prefetchable) [size=32M]
168 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
171 drivers/pci/quirks.c. Then please give it very good testing, to make sure
184 ----------------------------------------------------------------------------