diff options
author | adrian <adrian@FreeBSD.org> | 2014-11-20 05:52:48 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2014-11-20 05:52:48 +0000 |
commit | d175585ccd3e32b5ec505d565ab92b92ef4d95a0 (patch) | |
tree | 3298903a81164c732caeec0a84d85124a7a34126 | |
parent | 15dd233652b77e5921e91ab97bb5f9126204e471 (diff) | |
download | FreeBSD-src-d175585ccd3e32b5ec505d565ab92b92ef4d95a0.zip FreeBSD-src-d175585ccd3e32b5ec505d565ab92b92ef4d95a0.tar.gz |
Include a random device.
-rw-r--r-- | sys/mips/conf/MALTA | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/conf/MALTA b/sys/mips/conf/MALTA index fc082ad..4a0684d 100644 --- a/sys/mips/conf/MALTA +++ b/sys/mips/conf/MALTA @@ -68,3 +68,4 @@ device miibus device bpf device md device uart +device random |