Module Name: src
Committed By: pgoyette
Date: Sun Feb 25 22:00:22 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
As requested by chuq@, add the new imc devices to the i386 and amd64
ALL kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.433 -r1.434 src/sys/arch/i386/conf/ALL
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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.81 src/sys/arch/amd64/conf/ALL:1.82
--- src/sys/arch/amd64/conf/ALL:1.81 Mon Feb 12 23:11:00 2018
+++ src/sys/arch/amd64/conf/ALL Sun Feb 25 22:00:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.81 2018/02/12 23:11:00 joerg Exp $
+# $NetBSD: ALL,v 1.82 2018/02/25 22:00:22 pgoyette Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.81 $"
+#ident "ALL-$Revision: 1.82 $"
maxusers 64 # estimated number of users
@@ -596,6 +596,11 @@ wbsio* at isa? port 0x4e
# IBM Hawk Integrated Systems Management Processor
ibmhawk0 at iic? addr 0x37
+# Intel Integrated Memory Controller SMBus (experimental)
+imc* at pci? dev ? function ? # Intel Integrated Memory Controller,
+imcsmb* at imc? # the associated SMBus controller,
+iic* at imcsmb? # and the SMBus itself
+
# LM7[89] and compatible hardware monitors
# Use flags to select temp sensor type (see lm(4) man page for details)
lm0 at isa? port 0x290 flags 0x0 # other common ports: 0x280, 0x310
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.433 src/sys/arch/i386/conf/ALL:1.434
--- src/sys/arch/i386/conf/ALL:1.433 Sun Dec 10 17:52:13 2017
+++ src/sys/arch/i386/conf/ALL Sun Feb 25 22:00:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.433 2017/12/10 17:52:13 hannken Exp $
+# $NetBSD: ALL,v 1.434 2018/02/25 22:00:22 pgoyette Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.433 $"
+#ident "ALL-$Revision: 1.434 $"
maxusers 64 # estimated number of users
@@ -462,6 +462,11 @@ gpio* at elansc?
elanpar* at elansc?
elanpex* at elansc?
+# Intel Integrated Memory Controller SMBus (experimental)
+imc* at pci? dev ? function ? # Intel Integrated Memory Controller,
+imcsmb* at imc? # the associated SMBus controller,
+iic* at imcsmb? # and the SMBus itself
+
# Temperatures
amdnb_misc* at pci? # AMD NB Misc Configuration
amdtemp* at amdnb_misc? # AMD CPU Temperature sensors