aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/fenestrasX/fx_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/fenestrasX/fx_pool.c')
-rw-r--r--sys/dev/random/fenestrasX/fx_pool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/random/fenestrasX/fx_pool.c b/sys/dev/random/fenestrasX/fx_pool.c
index d2e6f0db71ee..f4ad1e295d54 100644
--- a/sys/dev/random/fenestrasX/fx_pool.c
+++ b/sys/dev/random/fenestrasX/fx_pool.c
@@ -164,6 +164,9 @@ static const struct fxrng_ent_char {
[RANDOM_CALLOUT] = {
.entc_cls = &fxrng_lo_push,
},
+ [RANDOM_RANDOMDEV] = {
+ .entc_cls = &fxrng_lo_push,
+ },
[RANDOM_PURE_OCTEON] = {
.entc_cls = &fxrng_hi_push, /* Could be made pull. */
},