Module Name:    src
Committed By:   mlelstv
Date:           Wed Sep  4 05:10:38 UTC 2019

Modified Files:
        src/sys/arch/arm/broadcom: files.bcm2835

Log Message:
RNG200 attachment


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/broadcom/files.bcm2835

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/arm/broadcom/files.bcm2835
diff -u src/sys/arch/arm/broadcom/files.bcm2835:1.34 src/sys/arch/arm/broadcom/files.bcm2835:1.35
--- src/sys/arch/arm/broadcom/files.bcm2835:1.34	Sat Jun 22 07:58:55 2019
+++ src/sys/arch/arm/broadcom/files.bcm2835	Wed Sep  4 05:10:38 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: files.bcm2835,v 1.34 2019/06/22 07:58:55 skrll Exp $
+#	$NetBSD: files.bcm2835,v 1.35 2019/09/04 05:10:38 mlelstv Exp $
 #
 # Configuration info for Broadcom BCM2835 ARM Peripherals
 #
@@ -34,6 +34,12 @@ device	bcmrng
 attach bcmrng at fdt with bcmrng_fdt
 file	arch/arm/broadcom/bcm2835_rng.c		bcmrng
 
+# Random number generator (BCM2835_RNG_BASE (!))
+device	bcm2838rng
+attach bcm2838rng at fdt with bcm2838rng_fdt
+file	arch/arm/broadcom/bcm2838_rng.c		bcm2838rng
+file	dev/ic/rng200.c				bcm2838rng
+
 # AUX
 device	bcmaux
 attach	bcmaux at fdt with bcmaux_fdt

Reply via email to