Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 00:10:01 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219822 for review
Message-ID:  <201211210010.qAL0A1Hs052278@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219822?ac=10

Change 219822 by brooks@brooks_zenith on 2012/11/21 00:09:54

	Add support for MBR partion tables and FAT filesystems to the
	default kernel config(s).

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/sys/mips/conf/BERI_TEMPLATE#5 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/sys/mips/conf/BERI_TEMPLATE#5 (text+ko) ====

@@ -36,6 +36,7 @@
 options 	SCHED_ULE
 
 options 	FFS			#Berkeley Fast Filesystem
+options 	MSDOSFS			#MSDOS Filesystem
 
 options 	INET
 options 	INET6
@@ -49,6 +50,8 @@
 #options 	WITNESS			#Enable checks to detect deadlocks and cycles
 #options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
+options         GEOM_PART_MBR
+
 device		geom_map
 
 device		md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211210010.qAL0A1Hs052278>