diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-27 22:21:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-27 22:21:53 +0000 |
commit | a8fccca354ad6219af635adaf1065f943d4803a2 (patch) | |
tree | 6d5400a9339629b97239ab0b7884b9c9708ecc05 /sys/arch/arm64 | |
parent | 2f32e099d04413a809655de24f904583810ee549 (diff) |
Add amlrng(4), the simples random numer generator driver ever.
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index a22a8cc2151..7f95e1bef6f 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.114 2019/08/27 12:51:57 patrick Exp $ +# $OpenBSD: GENERIC,v 1.115 2019/08/27 22:21:52 kettenis Exp $ # # GENERIC machine description file # @@ -142,6 +142,7 @@ usb* at dwctwo? # Amlogic SoCs amlclock* at fdt? early 1 amlreset* at fdt? early 1 +amlrng* at fdt? amluart* at fdt? # HiSilicon SoCs diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index c35b64f71b0..cf418430644 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.93 2019/08/27 08:19:55 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.94 2019/08/27 22:21:52 kettenis Exp $ # # GENERIC machine description file # @@ -135,6 +135,7 @@ usb* at dwctwo? # Amlogic SoCs amlclock* at fdt? early 1 amlreset* at fdt? early 1 +amlrng* at fdt? amluart* at fdt? # HiSilicon SoCs |