Page MenuHomeFreeBSD

D51105.diff
No OneTemporary

D51105.diff

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

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)

Event Timeline