Date: Thu, 20 Nov 2014 05:54:30 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274740 - head/sys/mips/conf Message-ID: <201411200554.sAK5sUsQ063322@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Nov 20 05:54:29 2014 New Revision: 274740 URL: https://svnweb.freebsd.org/changeset/base/274740 Log: * Add a random device * Use the same rootdev path as MALTA, so the same emulator setups can be used with minimal fuss. Modified: head/sys/mips/conf/MALTA64 Modified: head/sys/mips/conf/MALTA64 ============================================================================== --- head/sys/mips/conf/MALTA64 Thu Nov 20 05:52:48 2014 (r274739) +++ head/sys/mips/conf/MALTA64 Thu Nov 20 05:54:29 2014 (r274740) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411200554.sAK5sUsQ063322>