Module Name:    src
Committed By:   jmcneill
Date:           Sun Apr 21 14:14:14 UTC 2019

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

Log Message:
Add mesonrng


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 src/sys/arch/evbarm/conf/GENERIC64:1.90
--- src/sys/arch/evbarm/conf/GENERIC64:1.89	Sun Apr 21 13:51:04 2019
+++ src/sys/arch/evbarm/conf/GENERIC64	Sun Apr 21 14:14:14 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.89 2019/04/21 13:51:04 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.90 2019/04/21 14:14:14 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -337,9 +337,10 @@ rkreg*		at rkpmic?
 tcagpio*	at iic?
 
 # Random number generators
-bcmrng*		at fdt?			# Broadcom BCM283x RNG
 amdccp*		at fdt?			# AMD Cryptograhic Coprocessor RNG
 amdccp*		at acpi?
+bcmrng*		at fdt?			# Broadcom BCM283x RNG
+mesonrng*	at fdt?			# Amlogic Meson RNG
 
 # RTC
 plrtc*		at fdt?			# ARM PrimeCell RTC

Reply via email to