[Midnightbsd-cvs] src [6833] trunk/sys/dev/random/ivy.c: add marketing speak

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 3 08:06:02 EDT 2014


Revision: 6833
          http://svnweb.midnightbsd.org/src/?rev=6833
Author:   laffer1
Date:     2014-10-03 08:06:02 -0400 (Fri, 03 Oct 2014)
Log Message:
-----------
add marketing speak

Modified Paths:
--------------
    trunk/sys/dev/random/ivy.c

Modified: trunk/sys/dev/random/ivy.c
===================================================================
--- trunk/sys/dev/random/ivy.c	2014-10-03 12:03:30 UTC (rev 6832)
+++ trunk/sys/dev/random/ivy.c	2014-10-03 12:06:02 UTC (rev 6833)
@@ -47,7 +47,7 @@
 static int random_ivy_read(void *, int);
 
 struct random_systat random_ivy = {
-	.ident = "Hardware, Intel IvyBridge+ RNG",
+	.ident = "Hardware, Intel Secure Key RNG",
 	.init = random_ivy_init,
 	.deinit = random_ivy_deinit,
 	.read = random_ivy_read,



More information about the Midnightbsd-cvs mailing list