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 };