Module Name: src
Committed By: msaitoh
Date: Wed Oct 27 18:50:57 UTC 2021
Modified Files:
src/sys/dev/pci: ichsmb.c
Log Message:
Add Elkhart Lake support.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/ichsmb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/ichsmb.c
diff -u src/sys/dev/pci/ichsmb.c:1.74 src/sys/dev/pci/ichsmb.c:1.75
--- src/sys/dev/pci/ichsmb.c:1.74 Tue Oct 12 14:15:34 2021
+++ src/sys/dev/pci/ichsmb.c Wed Oct 27 18:50:57 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.74 2021/10/12 14:15:34 msaitoh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.75 2021/10/27 18:50:57 msaitoh Exp $ */
/* $OpenBSD: ichiic.c,v 1.44 2020/10/07 11:23:05 jsg Exp $ */
/*
@@ -22,7 +22,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.74 2021/10/12 14:15:34 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.75 2021/10/27 18:50:57 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -136,6 +136,7 @@ ichsmb_match(device_t parent, cfdata_t m
case PCI_PRODUCT_INTEL_BSW_PCU_SMB:
case PCI_PRODUCT_INTEL_APL_SMB:
case PCI_PRODUCT_INTEL_GLK_SMB:
+ case PCI_PRODUCT_INTEL_EHL_SMB:
case PCI_PRODUCT_INTEL_JSL_SMB:
case PCI_PRODUCT_INTEL_C600_SMBUS:
case PCI_PRODUCT_INTEL_C600_SMB_0: