Source-Changes-HG archive

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

[src/trunk]: src Add ismt(4).



details:   https://anonhg.NetBSD.org/src/rev/9a09cff5cb6d
branches:  trunk
changeset: 342688:9a09cff5cb6d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 05 11:33:18 2016 +0000

description:
Add ismt(4).

diffstat:

 doc/CHANGES                 |  4 +++-
 sys/arch/amd64/conf/GENERIC |  8 ++++++--
 sys/arch/i386/conf/GENERIC  |  8 ++++++--
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs (73 lines):

diff -r 3d8e86694651 -r 9a09cff5cb6d doc/CHANGES
--- a/doc/CHANGES       Tue Jan 05 11:24:43 2016 +0000
+++ b/doc/CHANGES       Tue Jan 05 11:33:18 2016 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2123 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2124 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -235,3 +235,5 @@
                needed. [pgoyette 20151226]
        admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
        lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
+       ismt(4): Add another Intel Chipset internal SMBus driver.
+               [msaitoh 20160105]
diff -r 3d8e86694651 -r 9a09cff5cb6d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Jan 05 11:24:43 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Jan 05 11:33:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.418 2015/10/30 21:16:15 christos Exp $
+# $NetBSD: GENERIC,v 1.419 2016/01/05 11:33:18 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.418 $"
+#ident                 "GENERIC-$Revision: 1.419 $"
 
 maxusers       64              # estimated number of users
 
@@ -503,6 +503,10 @@
 ichsmb* at pci? dev ? function ?
 iic*   at ichsmb?
 
+# Intel S1200,C2000 (non-pch) SMBus controller
+ismt* at pci? dev ? function ?
+iic*   at ismt?
+
 # Thermal monitor and fan controller
 #dbcool* at iic? addr 0x2C             # Unknown other motherboard(s)
 #dbcool* at iic? addr 0x2D             # Tyan S2881
diff -r 3d8e86694651 -r 9a09cff5cb6d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jan 05 11:24:43 2016 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jan 05 11:33:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1128 2015/09/26 11:16:12 maxv Exp $
+# $NetBSD: GENERIC,v 1.1129 2016/01/05 11:33:18 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1128 $"
+#ident                 "GENERIC-$Revision: 1.1129 $"
 
 maxusers       64              # estimated number of users
 
@@ -654,6 +654,10 @@
 ichsmb* at pci? dev ? function ?
 iic*   at ichsmb?
 
+# Intel S1200,C2000 (non-pch) SMBus controller
+ismt* at pci? dev ? function ?
+iic*   at ismt?
+
 # NVIDIA nForce2/3/4 SMBus controller
 nfsmbc* at pci? dev ? function ?
 nfsmb* at nfsmbc?



Home | Main Index | Thread Index | Old Index