svn commit: r274740 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Thu Nov 20 05:54:30 UTC 2014


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


More information about the svn-src-all mailing list