Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci attach Mobile 5th Gen. Core SMBus
details: https://anonhg.NetBSD.org/src/rev/1dbbacdc1216
branches: trunk
changeset: 337105:1dbbacdc1216
user: tnn <tnn%NetBSD.org@localhost>
date: Thu Apr 02 15:32:19 2015 +0000
description:
attach Mobile 5th Gen. Core SMBus
diffstat:
sys/dev/pci/ichsmb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5f2682d9e4b2 -r 1dbbacdc1216 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Thu Apr 02 15:10:49 2015 +0000
+++ b/sys/dev/pci/ichsmb.c Thu Apr 02 15:32:19 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.40 2015/03/20 12:01:32 msaitoh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.41 2015/04/02 15:32:19 tnn 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.40 2015/03/20 12:01:32 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.41 2015/04/02 15:32:19 tnn Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -112,6 +112,7 @@
case PCI_PRODUCT_INTEL_8SERIES_SMB:
case PCI_PRODUCT_INTEL_9SERIES_SMB:
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_C600_SMBUS:
case PCI_PRODUCT_INTEL_C600_SMB_0:
Home |
Main Index |
Thread Index |
Old Index