PERFORCE change 219822 for review

Brooks Davis brooks at FreeBSD.org
Wed Nov 21 00:10:02 UTC 2012


http://p4web.freebsd.org/@@219822?ac=10

Change 219822 by brooks at 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


More information about the p4-projects mailing list