Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch As requested by chuq@, add the new imc devices to t...
details: https://anonhg.NetBSD.org/src/rev/25736cb0a2e5
branches: trunk
changeset: 359801:25736cb0a2e5
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Feb 25 22:00:22 2018 +0000
description:
As requested by chuq@, add the new imc devices to the i386 and amd64
ALL kernels.
diffstat:
sys/arch/amd64/conf/ALL | 9 +++++++--
sys/arch/i386/conf/ALL | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r ed522c41f55d -r 25736cb0a2e5 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Sun Feb 25 21:43:03 2018 +0000
+++ b/sys/arch/amd64/conf/ALL Sun Feb 25 22:00:22 2018 +0000
@@ -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 @@
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 @@
# 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
diff -r ed522c41f55d -r 25736cb0a2e5 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sun Feb 25 21:43:03 2018 +0000
+++ b/sys/arch/i386/conf/ALL Sun Feb 25 22:00:22 2018 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index