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)
59 - Mark Studebaker <mdsxyz123@yahoo.com>
60 - Jean Delvare <jdelvare@suse.de>
64 -----------------
82 -----------
86 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
87 Pentium-based PCs, '815E' chipset, and others.
89 The ICH chips contain at least SEVEN separate PCI functions in TWO logical
90 PCI devices. An output of lspci will show something similar to the
93 00:1e.0 PCI bridge: Intel Corporation: Unknown device 2418 (rev 01)
107 --------------------
113 ----------------------
119 -----------------
125 -----------------
127 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
131 ----------------
139 The first thing to try is the "i2c-scmi" ACPI driver. It could be that the
141 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
142 don't try to unhide the ICH SMBus. Even if i2c-scmi doesn't work, you
149 In order to unhide the SMBus, we need to change the value of a PCI
150 register before the kernel enumerates the PCI devices. This is done in
151 drivers/pci/quirks.c, where all affected boards must be listed (see
157 host bridge PCI device. Get yours with ``lspci -n -v -s 00:00.0``::
162 Memory at fc000000 (32-bit, prefetchable) [size=32M]
167 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
170 drivers/pci/quirks.c. Then please give it very good testing, to make sure
183 ----------------------------------------------------------------------------