aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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
};