Module Name:    src
Committed By:   christos
Date:           Thu Jan 25 01:21:40 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0

Log Message:
add amdzentemp


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.481 -r1.482 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.145 -r1.146 src/sys/arch/amd64/conf/XEN3_DOM0

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.78 src/sys/arch/amd64/conf/ALL:1.79
--- src/sys/arch/amd64/conf/ALL:1.78	Sat Jan 13 07:38:16 2018
+++ src/sys/arch/amd64/conf/ALL	Wed Jan 24 20:21:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.78 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: ALL,v 1.79 2018/01/25 01:21:40 christos 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.78 $"
+#ident		"ALL-$Revision: 1.79 $"
 
 maxusers	64		# estimated number of users
 
@@ -427,6 +427,9 @@ options 	PCIBIOS_SHARP_MM20_FIXUP # this
 amdnb_misc* at pci?			# AMD NB Misc Configuration
 amdtemp* at amdnb_misc? 		# AMD CPU Temperature sensors
 
+amdsmn* at pci?				# AMD SMN Configuration
+amdzentemp* at amdsmn?			# AMD Ryzen Family 17h CPU temp sensors
+
 # PCI bridges
 rdcpcib* at pci? dev ? function ?	# RDC Vortex86/PMX-1000 PCI-ISA w/
 pchb*	at pci? dev ? function ?	# PCI-Host bridges

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.481 src/sys/arch/amd64/conf/GENERIC:1.482
--- src/sys/arch/amd64/conf/GENERIC:1.481	Sat Jan 13 07:38:16 2018
+++ src/sys/arch/amd64/conf/GENERIC	Wed Jan 24 20:21:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.481 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: GENERIC,v 1.482 2018/01/25 01:21:40 christos 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.481 $"
+#ident		"GENERIC-$Revision: 1.482 $"
 
 maxusers	64		# estimated number of users
 
@@ -475,6 +475,9 @@ lpt1	at isa? port 0x278
 amdnb_misc* at pci?			# AMD NB Misc Configuration
 amdtemp* at amdnb_misc?  		# AMD CPU Temperature sensors
 
+amdsmn* at pci?				# AMD SMN Configuration
+amdzentemp* at amdsmn?			# AMD Ryzen Family 17h CPU temp sensors
+
 # Winbond LPC Super I/O
 #wbsio*	at isa? port 0x2e
 #wbsio*	at isa? port 0x4e

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.145 src/sys/arch/amd64/conf/XEN3_DOM0:1.146
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.145	Tue Jan 23 09:47:53 2018
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Wed Jan 24 20:21:40 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.145 2018/01/23 14:47:53 sevan Exp $
+# $NetBSD: XEN3_DOM0,v 1.146 2018/01/25 01:21:40 christos Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOM0-$Revision: 1.145 $"
+#ident		"XEN3_DOM0-$Revision: 1.146 $"
 
 maxusers	32		# estimated number of users
 
@@ -298,6 +298,9 @@ lpt0	at isa? port 0x378 irq 7	# standard
 amdnb_misc* at pci?			# AMD NB Misc Configuration
 amdtemp* at amdnb_misc? 		# AMD CPU Temperature sensors
 
+amdsmn* at pci?				# AMD SMN Configuration
+amdzentemp* at amdsmn?			# AMD Ryzen Family 17h CPU temp sensors
+
 # AMD 768 and 8111 power/ACPI controllers
 amdpm*	at pci? dev ? function ?	# RNG and SMBus 1.0 interface
 #iic*	at amdpm?			# sensors below are on this bus

Reply via email to