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 Braswell PCU SMBus.



details:   https://anonhg.NetBSD.org/src/rev/918e46265947
branches:  trunk
changeset: 811810:918e46265947
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Nov 16 15:01:22 2015 +0000

description:
Add Braswell PCU SMBus.

diffstat:

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

diffs (26 lines):

diff -r 208c3a8c49ff -r 918e46265947 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c      Mon Nov 16 15:00:13 2015 +0000
+++ b/sys/dev/pci/ichsmb.c      Mon Nov 16 15:01:22 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichsmb.c,v 1.42 2015/05/03 22:51:11 pgoyette Exp $     */
+/*     $NetBSD: ichsmb.c,v 1.43 2015/11/16 15:01:22 msaitoh Exp $      */
 /*     $OpenBSD: ichiic.c,v 1.18 2007/05/03 09:36:26 dlg Exp $ */
 
 /*
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.42 2015/05/03 22:51:11 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.43 2015/11/16 15:01:22 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -117,6 +117,7 @@
                case PCI_PRODUCT_INTEL_CORE4G_M_SMB:
                case PCI_PRODUCT_INTEL_CORE5G_M_SMB:
                case PCI_PRODUCT_INTEL_BAYTRAIL_PCU_SMB:
+               case PCI_PRODUCT_INTEL_BSW_PCU_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