Module Name:    src
Committed By:   tnn
Date:           Fri Jun 14 21:28:10 UTC 2019

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

Log Message:
add sunxihstimer* at fdt?


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/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/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.39 src/sys/arch/evbarm/conf/GENERIC:1.40
--- src/sys/arch/evbarm/conf/GENERIC:1.39	Thu Jun 13 13:35:41 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Fri Jun 14 21:28:10 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.39 2019/06/13 13:35:41 jmcneill Exp $
+#	$NetBSD: GENERIC,v 1.40 2019/06/14 21:28:10 tnn Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -302,7 +302,8 @@ gtmr*		at fdt? pass 1		# ARM Generic Tim
 armgtmr0	at gtmr?
 mct*		at fdt? pass 2		# Exynos Multi Core Timer (MCT)
 armgtmr*	at mct?
-sunxitimer*     at fdt?                 # Allwinner async timer
+sunxitimer*	at fdt?			# Allwinner async timer
+sunxihstimer*	at fdt?			# Allwinner High-Speed timer
 tegratimer*	at fdt?			# Timers
 
 # Watchdog

Reply via email to