FreeBSD Bugzilla – Attachment 196970 Details for
Bug 221777
merge the latest changes to the ig4 module from DragonFly BSD and add Kaby Lake / Intel 100 series platform support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PCI Ids for Kabylake
kabylake.patch (text/plain), 1.25 KB, created by
marc.priggemeyer
on 2018-09-08 21:33:42 UTC
(
hide
)
Description:
PCI Ids for Kabylake
Filename:
MIME Type:
Creator:
marc.priggemeyer
Created:
2018-09-08 21:33:42 UTC
Size:
1.25 KB
patch
obsolete
>diff --git a/sys/dev/ichiic/ig4_pci.c b/sys/dev/ichiic/ig4_pci.c >index 7bb8590aa..eed7d651b 100644 >--- a/sys/dev/ichiic/ig4_pci.c >+++ b/sys/dev/ichiic/ig4_pci.c >@@ -80,6 +80,8 @@ static int ig4iic_pci_detach(device_t dev); > #define PCI_CHIP_SKYLAKE_I2C_3 0x9d638086 > #define PCI_CHIP_SKYLAKE_I2C_4 0x9d648086 > #define PCI_CHIP_SKYLAKE_I2C_5 0x9d658086 >+#define PCI_CHIP_KABYLAKE_I2C_0 0xa1608086 >+#define PCI_CHIP_KABYLAKE_I2C_1 0xa1618086 > #define PCI_CHIP_APL_I2C_0 0x5aac8086 > #define PCI_CHIP_APL_I2C_1 0x5aae8086 > #define PCI_CHIP_APL_I2C_2 0x5ab08086 >@@ -110,6 +112,8 @@ static struct ig4iic_pci_device ig4iic_pci_devices[] = { > { PCI_CHIP_SKYLAKE_I2C_3, "Intel Sunrise Point-LP I2C Controller-3", IG4_SKYLAKE}, > { PCI_CHIP_SKYLAKE_I2C_4, "Intel Sunrise Point-LP I2C Controller-4", IG4_SKYLAKE}, > { PCI_CHIP_SKYLAKE_I2C_5, "Intel Sunrise Point-LP I2C Controller-5", IG4_SKYLAKE}, >+ { PCI_CHIP_KABYLAKE_I2C_0, "Intel Sunrise Point-LP I2C Controller-0", IG4_SKYLAKE}, >+ { PCI_CHIP_KABYLAKE_I2C_1, "Intel Sunrise Point-LP I2C Controller-1", IG4_SKYLAKE}, > { PCI_CHIP_APL_I2C_0, "Intel Apollo Lake I2C Controller-0", IG4_APL}, > { PCI_CHIP_APL_I2C_1, "Intel Apollo Lake I2C Controller-1", IG4_APL}, > { PCI_CHIP_APL_I2C_2, "Intel Apollo Lake I2C Controller-2", IG4_APL},
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 221777
:
185729
|
196137
| 196970