Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Match the Intel 7 Series SMBus Controller in ich...



details:   https://anonhg.NetBSD.org/src/rev/7709b9445bab
branches:  trunk
changeset: 782910:7709b9445bab
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Nov 26 03:01:28 2012 +0000

description:
Match the Intel 7 Series SMBus Controller in ichsmb(4).

Tested on a Thinkpad W530.

diffstat:

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

diffs (26 lines):

diff -r 26ab3e200cbf -r 7709b9445bab sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c      Mon Nov 26 00:41:48 2012 +0000
+++ b/sys/dev/pci/ichsmb.c      Mon Nov 26 03:01:28 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichsmb.c,v 1.27 2012/02/14 15:08:07 pgoyette Exp $     */
+/*     $NetBSD: ichsmb.c,v 1.28 2012/11/26 03:01:28 riastradh 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.27 2012/02/14 15:08:07 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.28 2012/11/26 03:01:28 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -108,6 +108,7 @@
                case PCI_PRODUCT_INTEL_82801JI_SMB:
                case PCI_PRODUCT_INTEL_3400_SMB:
                case PCI_PRODUCT_INTEL_6SERIES_SMB:
+               case PCI_PRODUCT_INTEL_7SERIES_SMB:
                        return 1;
                }
        }



Home | Main Index | Thread Index | Old Index