PERFORCE change 71634 for review

John-Mark Gurney jmg at FreeBSD.org
Tue Feb 22 22:35:34 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=71634

Change 71634 by jmg at jmg_carbon on 2005/02/23 06:35:20

	comment these out, I plan to use them, but it seems that there
	are issues with large kernels that cause random issues...

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/TS7200#5 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/TS7200#5 (text+ko) ====

@@ -47,6 +47,9 @@
 options 	SOFTUPDATES		#Enable FFS soft updates support
 options 	UFS_ACL			#Support for access control lists
 options 	UFS_DIRHASH		#Improve performance on big directories
+options 	MD_ROOT			# MD is a potential root device
+#options 	MD_ROOT_SIZE="1536"	# MD is 1meg
+#options 	GEOM_UZIP
 options 	NFSCLIENT		#Network Filesystem Client
 options 	NFSSERVER		#Network Filesystem Server
 options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
@@ -96,8 +99,6 @@
 # To make an SMP kernel, the next two are needed
 #options 	SMP			# Symmetric MultiProcessor Kernel
 #options 	APIC_IO			# Symmetric (APIC) I/O
-device md
+
+device		md
 device          random          # Entropy device
-
-# Floppy drives
-


More information about the p4-projects mailing list