FreeBSD Bugzilla – Attachment 246428 Details for
Bug 275115
ig4(4): Intel Ice Lake I2C not recognized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
icelake-i2c.patch
icelake-i2c.patch (text/plain), 1.86 KB, created by
Vladimir Kondratyev
on 2023-11-19 19:28:05 UTC
(
hide
)
Description:
icelake-i2c.patch
Filename:
MIME Type:
Creator:
Vladimir Kondratyev
Created:
2023-11-19 19:28:05 UTC
Size:
1.86 KB
patch
obsolete
>diff --git a/sys/dev/ichiic/ig4_pci.c b/sys/dev/ichiic/ig4_pci.c >index bb4b75c0c6d..9f12e713cde 100644 >--- a/sys/dev/ichiic/ig4_pci.c >+++ b/sys/dev/ichiic/ig4_pci.c >@@ -119,6 +119,12 @@ static int ig4iic_pci_detach(device_t dev); > #define PCI_CHIP_COMETLAKE_V_I2C_1 0xa3e18086 > #define PCI_CHIP_COMETLAKE_V_I2C_2 0xa3e28086 > #define PCI_CHIP_COMETLAKE_V_I2C_3 0xa3e38086 >+#define PCI_CHIP_ICELAKE_LP_I2C_0 0x34e88086 >+#define PCI_CHIP_ICELAKE_LP_I2C_1 0x34e98086 >+#define PCI_CHIP_ICELAKE_LP_I2C_2 0x34ea8086 >+#define PCI_CHIP_ICELAKE_LP_I2C_3 0x34eb8086 >+#define PCI_CHIP_ICELAKE_LP_I2C_4 0x34c58086 >+#define PCI_CHIP_ICELAKE_LP_I2C_5 0x34c68086 > #define PCI_CHIP_TIGERLAKE_H_I2C_0 0x43d88086 > #define PCI_CHIP_TIGERLAKE_H_I2C_1 0x43e88086 > #define PCI_CHIP_TIGERLAKE_H_I2C_2 0x43e98086 >@@ -225,6 +231,12 @@ static struct ig4iic_pci_device ig4iic_pci_devices[] = { > { PCI_CHIP_COMETLAKE_V_I2C_1, "Intel Comet Lake-V I2C Controller-1", IG4_CANNONLAKE}, > { PCI_CHIP_COMETLAKE_V_I2C_2, "Intel Comet Lake-V I2C Controller-2", IG4_CANNONLAKE}, > { PCI_CHIP_COMETLAKE_V_I2C_3, "Intel Comet Lake-V I2C Controller-3", IG4_CANNONLAKE}, >+ { PCI_CHIP_ICELAKE_LP_I2C_0, "Intel Ice Lake-LP I2C Controller-0", IG4_TIGERLAKE}, >+ { PCI_CHIP_ICELAKE_LP_I2C_1, "Intel Ice Lake-LP I2C Controller-1", IG4_TIGERLAKE}, >+ { PCI_CHIP_ICELAKE_LP_I2C_2, "Intel Ice Lake-LP I2C Controller-2", IG4_TIGERLAKE}, >+ { PCI_CHIP_ICELAKE_LP_I2C_3, "Intel Ice Lake-LP I2C Controller-3", IG4_TIGERLAKE}, >+ { PCI_CHIP_ICELAKE_LP_I2C_4, "Intel Ice Lake-LP I2C Controller-4", IG4_TIGERLAKE}, >+ { PCI_CHIP_ICELAKE_LP_I2C_5, "Intel Ice Lake-LP I2C Controller-5", IG4_TIGERLAKE}, > { PCI_CHIP_TIGERLAKE_H_I2C_0, "Intel Tiger Lake-H I2C Controller-0", IG4_TIGERLAKE}, > { PCI_CHIP_TIGERLAKE_H_I2C_1, "Intel Tiger Lake-H I2C Controller-1", IG4_TIGERLAKE}, > { PCI_CHIP_TIGERLAKE_H_I2C_2, "Intel Tiger Lake-H I2C Controller-2", IG4_TIGERLAKE},
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275115
:
246341
|
246342
| 246428 |
246488
|
246489
|
246490