Page MenuHomeFreeBSD

D53292.id164887.diff
No OneTemporary

D53292.id164887.diff

diff --git a/sys/dev/random/fenestrasX/fx_pool.c b/sys/dev/random/fenestrasX/fx_pool.c
--- a/sys/dev/random/fenestrasX/fx_pool.c
+++ b/sys/dev/random/fenestrasX/fx_pool.c
@@ -206,6 +206,15 @@
[RANDOM_PURE_VMGENID] = {
.entc_cls = &fxrng_hi_push,
},
+ [RANDOM_PURE_QUALCOMM] = {
+ .entc_cls = &fxrng_hi_pull,
+ },
+ [RANDOM_PURE_ARMV8] = {
+ .entc_cls = &fxrng_hi_pull,
+ },
+ [RANDOM_PURE_ARM_TRNG] = {
+ .entc_cls = &fxrng_hi_pull,
+ },
};
/* Useful for single-bit-per-source state. */

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 7:33 PM (10 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29414707
Default Alt Text
D53292.id164887.diff (502 B)

Event Timeline