summaryrefslogtreecommitdiffstats
path: root/sys/modules/random
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-01-09 23:20:30 +0000
committerjkim <jkim@FreeBSD.org>2012-01-09 23:20:30 +0000
commitff2010b86c6b67928c735d9fb6d3144308dda880 (patch)
treeb9c025c2f7453938771168e50ec14dab97c83566 /sys/modules/random
parent7b24e933235fed8644759a8a95994a3e22dd0c2e (diff)
downloadFreeBSD-src-ff2010b86c6b67928c735d9fb6d3144308dda880.zip
FreeBSD-src-ff2010b86c6b67928c735d9fb6d3144308dda880.tar.gz
Enable hardware RNG for VIA Nano processors.
PR: kern/163974
Diffstat (limited to 'sys/modules/random')
-rw-r--r--sys/modules/random/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index 37c4d82..746f45a 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -6,7 +6,7 @@
KMOD= random
SRCS= randomdev.c probe.c
-.if ${MACHINE} == "i386"
+.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
SRCS+= nehemiah.c
.endif
SRCS+= randomdev_soft.c yarrow.c hash.c
OpenPOWER on IntegriCloud