summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-11-20 05:54:29 +0000
committeradrian <adrian@FreeBSD.org>2014-11-20 05:54:29 +0000
commit0309e4e4bb0a82c618a051893d6b60623a482b47 (patch)
tree0330782bb66a84619335c37dd79d198fb3d312b3 /sys/mips
parentd175585ccd3e32b5ec505d565ab92b92ef4d95a0 (diff)
downloadFreeBSD-src-0309e4e4bb0a82c618a051893d6b60623a482b47.zip
FreeBSD-src-0309e4e4bb0a82c618a051893d6b60623a482b47.tar.gz
* Add a random device
* Use the same rootdev path as MALTA, so the same emulator setups can be used with minimal fuss.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/MALTA643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/mips/conf/MALTA64 b/sys/mips/conf/MALTA64
index 0f5bfdf..53c6298 100644
--- a/sys/mips/conf/MALTA64
+++ b/sys/mips/conf/MALTA64
@@ -53,7 +53,7 @@ options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
-options ROOTDEVNAME=\"ufs:ada0s1a\"
+options ROOTDEVNAME=\"ufs:ada0\"
# Debugging for use in -current
@@ -70,3 +70,4 @@ device miibus
device md
device bpf
device uart
+device random
OpenPOWER on IntegriCloud