diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2017-08-28 19:32:54 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2017-08-28 19:32:54 +0000 |
commit | 4d06b49d12c20a774d99a1fd388817d66779521a (patch) | |
tree | 273de5faae4a1017140da71ae86c651e42d0ca9e /sys/arch/amd64 | |
parent | 6e05bc458224373c2400c612b79bca387c60e24a (diff) |
swap ualea for urng
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 771919271df..df7a5247e3c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.444 2017/06/14 22:35:43 mikeb Exp $ +# $OpenBSD: GENERIC,v 1.445 2017/08/28 19:32:53 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -204,7 +204,7 @@ usb* at ohci? # USB devices uhub* at usb? # USB Hubs uhub* at uhub? # USB Hubs -ualea* at uhub? # Araneus Alea II TRNG +urng* at uhub? # USB Random Number Generator uonerng* at uhub? # Moonbase Otago OneRNG umodem* at uhub? # USB Modems/Serial ucom* at umodem? |