Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add Jasper Lake support.



details:   https://anonhg.NetBSD.org/src/rev/b40ef523d5d3
branches:  trunk
changeset: 984587:b40ef523d5d3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 12 12:59:54 2021 +0000

description:
Add Jasper Lake support.

diffstat:

 sys/dev/pci/ichsmb.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r af9f97a17069 -r b40ef523d5d3 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c      Mon Jul 12 12:59:25 2021 +0000
+++ b/sys/dev/pci/ichsmb.c      Mon Jul 12 12:59:54 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichsmb.c,v 1.70 2021/04/24 23:36:57 thorpej Exp $      */
+/*     $NetBSD: ichsmb.c,v 1.71 2021/07/12 12:59:54 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.70 2021/04/24 23:36:57 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.71 2021/07/12 12:59:54 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -135,6 +135,7 @@
                case PCI_PRODUCT_INTEL_BSW_PCU_SMB:
                case PCI_PRODUCT_INTEL_APL_SMB:
                case PCI_PRODUCT_INTEL_GLK_SMB:
+               case PCI_PRODUCT_INTEL_JSL_SMB:
                case PCI_PRODUCT_INTEL_C600_SMBUS:
                case PCI_PRODUCT_INTEL_C600_SMB_0:
                case PCI_PRODUCT_INTEL_C600_SMB_1:



Home | Main Index | Thread Index | Old Index