Module Name:    src
Committed By:   jmcneill
Date:           Sat Apr 28 20:30:50 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Enable Allwinner SID and thermal sensor controller


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/GENERIC64

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/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.2 src/sys/arch/evbarm/conf/GENERIC64:1.3
--- src/sys/arch/evbarm/conf/GENERIC64:1.2	Sat Apr 28 18:42:20 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Sat Apr 28 20:30:50 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.2 2018/04/28 18:42:20 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.3 2018/04/28 20:30:50 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -116,6 +116,7 @@ sun6idma*	at fdt?			# Allwinner DMA cont
 tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
 
 # FUSE controller
+sunxisid*	at fdt? pass 4		# Allwinner SID
 tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
 
 # Power management controller
@@ -275,6 +276,7 @@ pseudo-device	wsfont
 #nouveau*	at fdt?			# NVIDIA GPU
 
 # Thermal throttling controller
+sunxithermal*	at fdt?			# Allwinner thermal sensor controller
 tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
 
 # USB

Reply via email to