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 another 100 Series SMBus (100SERIES_LP_SMB)
details: https://anonhg.NetBSD.org/src/rev/3cc87fc37832
branches: trunk
changeset: 352093:3cc87fc37832
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Mar 15 06:40:34 2017 +0000
description:
Add another 100 Series SMBus (100SERIES_LP_SMB)
diffstat:
sys/dev/pci/ichsmb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c06f143853bf -r 3cc87fc37832 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Wed Mar 15 06:17:39 2017 +0000
+++ b/sys/dev/pci/ichsmb.c Wed Mar 15 06:40:34 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.48 2017/01/15 04:45:39 msaitoh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.49 2017/03/15 06:40:34 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.48 2017/01/15 04:45:39 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.49 2017/03/15 06:40:34 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -115,6 +115,7 @@
case PCI_PRODUCT_INTEL_8SERIES_SMB:
case PCI_PRODUCT_INTEL_9SERIES_SMB:
case PCI_PRODUCT_INTEL_100SERIES_SMB:
+ case PCI_PRODUCT_INTEL_100SERIES_LP_SMB:
case PCI_PRODUCT_INTEL_2HS_SMB:
case PCI_PRODUCT_INTEL_CORE4G_M_SMB:
case PCI_PRODUCT_INTEL_CORE5G_M_SMB:
Home |
Main Index |
Thread Index |
Old Index