aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-06-27 21:33:15 +0000
committerXin LI <delphij@FreeBSD.org>2014-06-27 21:33:15 +0000
commitd2f1b8f4d2975ca1ec3e7519f9d755af40f357e0 (patch)
treeab932a9d863e69f09b7ce1d825d793766792aee8 /sys/dev/random
parent0506f5060d8385aeed689428cbfee75d86bf3061 (diff)
Notes
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c
index 9b4001692ada..cb82adc47f7e 100644
--- a/sys/dev/random/ivy.c
+++ b/sys/dev/random/ivy.c
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
static int random_ivy_read(void *, int);
static struct random_hardware_source random_ivy = {
- .ident = "Hardware, Intel IvyBridge+ RNG",
+ .ident = "Hardware, Intel Secure Key RNG",
.source = RANDOM_PURE_RDRAND,
.read = random_ivy_read
};