Module Name: src
Committed By: msaitoh
Date: Tue Jan 5 11:33:18 UTC 2016
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
Add ismt(4).
To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1128 -r1.1129 src/sys/arch/i386/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.418 src/sys/arch/amd64/conf/GENERIC:1.419
--- src/sys/arch/amd64/conf/GENERIC:1.418 Fri Oct 30 21:16:15 2015
+++ src/sys/arch/amd64/conf/GENERIC Tue Jan 5 11:33:18 2016
@@ -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 @@ include "arch/amd64/conf/std.amd64"
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 @@ iic* at piixpm? # SMBus on PIIX4
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
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1128 src/sys/arch/i386/conf/GENERIC:1.1129
--- src/sys/arch/i386/conf/GENERIC:1.1128 Sat Sep 26 11:16:12 2015
+++ src/sys/arch/i386/conf/GENERIC Tue Jan 5 11:33:18 2016
@@ -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 @@ include "arch/i386/conf/std.i386"
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 @@ iic* at alipm?
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?