Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 06:35:32 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71634 for review
Message-ID:  <200502230635.j1N6ZWAK020627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71634

Change 71634 by jmg@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
-



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