Module Name: src
Committed By: msaitoh
Date: Mon Nov 16 15:01:22 UTC 2015
Modified Files:
src/sys/dev/pci: ichsmb.c
Log Message:
Add Braswell PCU SMBus.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/sys/dev/pci/ichsmb.c:1.43
--- src/sys/dev/pci/ichsmb.c:1.42 Sun May 3 22:51:11 2015
+++ src/sys/dev/pci/ichsmb.c Mon Nov 16 15:01:22 2015
@@ -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 @@ ichsmb_match(device_t parent, cfdata_t m
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: