summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-09-13 10:12:16 +0000
committerkib <kib@FreeBSD.org>2012-09-13 10:12:16 +0000
commit7b37f0ff967b73fd8dccf725b0fe439025e584a1 (patch)
tree411f6d51e5b6b61c3aacc809f7b362968db5721d /sys/amd64/conf
parent61e3bea9efce3ff44aff97ee58cb568de101c521 (diff)
downloadFreeBSD-src-7b37f0ff967b73fd8dccf725b0fe439025e584a1.zip
FreeBSD-src-7b37f0ff967b73fd8dccf725b0fe439025e584a1.tar.gz
Rename the IVY_RNG option to RDRAND_RNG.
Based on submission by: Arthur Mesh <arthurmesh@gmail.com> MFC after: 2 weeks
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 95f9d9b..7aff1e8 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -293,7 +293,7 @@ device wpi # Intel 3945ABG wireless NICs.
device loop # Network loopback
device random # Entropy device
options PADLOCK_RNG # VIA Padlock RNG
-options IVY_RNG # Intel Bull Mountain RNG
+options RDRAND_RNG # Intel Bull Mountain RNG
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tun # Packet tunnel.
OpenPOWER on IntegriCloud