diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2018-05-05 15:51:42 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2018-05-05 15:51:42 +0000 |
commit | b9f9dff3ea39a144781933d104d0bd09a69ea59f (patch) | |
tree | a97628bcc28488524b52a6c5646e9ffc289f1dfc /sys/arch/octeon | |
parent | 196a7b0a87d3faa35a4d8f9cb5b05ed2aae54453 (diff) |
Enable octcrypto(4).
Diffstat (limited to 'sys/arch/octeon')
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index f84457c7d70..b890757b63a 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.41 2018/04/09 13:46:15 visa Exp $ +# $OpenBSD: GENERIC,v 1.42 2018/05/05 15:51:41 visa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -35,7 +35,7 @@ iobus0 at mainbus0 simplebus* at fdt? simplebus* at iobus? -#octcrypto0 at mainbus0 +octcrypto0 at mainbus0 octrtc0 at mainbus0 octcf0 at iobus0 |