diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-10-24 20:47:09 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-10-24 20:47:09 +0000 |
commit | 629f790f8d4a55687acd23d60921e4dc95d9ae7d (patch) | |
tree | 6004230546c1c439e75ff75393a06e83522dfff9 /sys/arch/octeon/conf | |
parent | 0a112962176c005ab2e695c62e1bc08d549eb911 (diff) |
Enable octrng(4).
Diffstat (limited to 'sys/arch/octeon/conf')
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/octeon/conf/files.octeon | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index abd06ea47b1..11902522e08 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 2013/09/19 00:15:59 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.11 2013/10/24 20:47:08 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -32,6 +32,7 @@ iobus0 at mainbus0 uartbus0 at mainbus0 octcf0 at iobus0 +octrng0 at iobus0 com0 at uartbus0 com1 at uartbus0 diff --git a/sys/arch/octeon/conf/files.octeon b/sys/arch/octeon/conf/files.octeon index 0ea3c0b16a8..e2a0e666411 100644 --- a/sys/arch/octeon/conf/files.octeon +++ b/sys/arch/octeon/conf/files.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: files.octeon,v 1.14 2013/08/15 06:54:35 kettenis Exp $ +# $OpenBSD: files.octeon,v 1.15 2013/10/24 20:47:08 pirofti Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 @@ -68,6 +68,11 @@ device octcf: disk attach octcf at iobus file arch/octeon/dev/octcf.c octcf +# On-board RNG +device octrng +attach octrng at iobus +file arch/octeon/dev/octrng.c octrng + device cn30xxgmx {} attach cn30xxgmx at iobus file arch/octeon/dev/cn30xxgmx.c cn30xxgmx |