Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/pci Pull up the following (via patch), requested ...



details:   https://anonhg.NetBSD.org/src/rev/a818714b1399
branches:  netbsd-8
changeset: 371859:a818714b1399
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Oct 15 10:33:42 2022 +0000

description:
Pull up the following (via patch), requested by msaitoh in ticket #1776:

        sys/dev/pci/ichsmb.c                    1.76-1.77

Add Intel 600 Series PCH support.

diffstat:

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

diffs (27 lines):

diff -r 458efe71ea6d -r a818714b1399 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c      Sat Oct 15 10:16:07 2022 +0000
+++ b/sys/dev/pci/ichsmb.c      Sat Oct 15 10:33:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichsmb.c,v 1.50.6.5 2021/12/03 17:54:30 martin Exp $   */
+/*     $NetBSD: ichsmb.c,v 1.50.6.6 2022/10/15 10:33:42 martin 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.50.6.5 2021/12/03 17:54:30 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.50.6.6 2022/10/15 10:33:42 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -145,6 +145,8 @@
                case PCI_PRODUCT_INTEL_495_YU_SMB:
                case PCI_PRODUCT_INTEL_5HS_H_SMB:
                case PCI_PRODUCT_INTEL_5HS_LP_SMB:
+               case PCI_PRODUCT_INTEL_6HS_H_SMB:
+               case PCI_PRODUCT_INTEL_6HS_LP_SMB:
                        return 1;
                }
        }



Home | Main Index | Thread Index | Old Index