Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160202673
D51105.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
701 B
Referenced Files
None
Subscribers
None
D51105.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
@@ -116,6 +116,7 @@
#define ID_METEORLAKE 0x7e22
#define ID_METEORLAKE2 0x7f23
#define ID_METEORLAKE3 0xae22
+#define ID_ARROWLAKE 0x7722
static const struct pci_device_table ichsmb_devices[] = {
{ PCI_DEV(PCI_VENDOR_INTEL, ID_82801AA),
@@ -224,6 +225,8 @@
PCI_DESCR("Intel Meteor Lake SMBus controller") },
{ PCI_DEV(PCI_VENDOR_INTEL, ID_METEORLAKE3),
PCI_DESCR("Intel Meteor Lake SMBus controller") },
+ { PCI_DEV(PCI_VENDOR_INTEL, ID_ARROWLAKE),
+ PCI_DESCR("Intel Arrow Lake SMBus controller") },
};
/* Internal functions */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 3:33 AM (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34228346
Default Alt Text
D51105.diff (701 B)
Attached To
Mode
D51105: ichsmb: Add PCI id for Arrow lake.
Attached
Detach File
Event Timeline
Log In to Comment