Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157730115
D27859.id86403.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D27859.id86403.diff
View Options
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -105,6 +105,10 @@
#define ID_LEWISBURG2 0xa223
#define ID_KABYLAKE 0xa2a3
#define ID_CANNONLAKE 0xa323
+#define ID_COMETLAKE 0x02a3
+#define ID_COMETLAKE2 0x06a3
+#define ID_TIGERLAKE 0xa0a3
+#define ID_TIGERLAKE2 0x43a3
static const struct pci_device_table ichsmb_devices[] = {
{ PCI_DEV(PCI_VENDOR_INTEL, ID_82801AA),
@@ -187,6 +191,14 @@
PCI_DESCR("Intel Kaby Lake SMBus controller") },
{ PCI_DEV(PCI_VENDOR_INTEL, ID_CANNONLAKE),
PCI_DESCR("Intel Cannon Lake SMBus controller") },
+ { PCI_DEV(PCI_VENDOR_INTEL, ID_COMETLAKE),
+ PCI_DESCR("Intel Comet Lake SMBus controller") },
+ { PCI_DEV(PCI_VENDOR_INTEL, ID_COMETLAKE2),
+ PCI_DESCR("Intel Comet Lake SMBus controller") },
+ { PCI_DEV(PCI_VENDOR_INTEL, ID_TIGERLAKE),
+ PCI_DESCR("Intel Tiger Lake SMBus controller") },
+ { PCI_DEV(PCI_VENDOR_INTEL, ID_TIGERLAKE2),
+ PCI_DESCR("Intel Tiger Lake SMBus controller") },
};
/* Internal functions */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 25, 2:20 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33510117
Default Alt Text
D27859.id86403.diff (1 KB)
Attached To
Mode
D27859: ichsmb: Add support for Intel Comet Lake and Tiger Lake
Attached
Detach File
Event Timeline
Log In to Comment