PERFORCE change 134594 for review

Warner Losh imp at FreeBSD.org
Fri Feb 1 09:57:52 PST 2008


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

Change 134594 by imp at imp_lighthouse on 2008/02/01 17:57:35

	NFS ROOT

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#7 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#7 (text+ko) ====

@@ -44,21 +44,22 @@
 options		SCHED_4BSD		#4BSD scheduler
 options		INET			#InterNETworking
 options		NFSCLIENT		#Network Filesystem Client
-#options	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
+options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
 options         PSEUDOFS		#Pseudo-filesystem framework
 options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 
 options         FFS                     #Berkeley Fast Filesystem
+options		BOOTP
 options         SOFTUPDATES             #Enable FFS soft updates support
 options         UFS_ACL                 #Support for access control lists
 options         UFS_DIRHASH             #Improve performance on big directories
 
 # Debugging for use in -current
-options		INVARIANTS		#Enable calls of extra sanity checking
-options		INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
-options		WITNESS			#Enable checks to detect deadlocks and cycles
-options		WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
-options		WITNESS_KDB		# break to debugger on witness warnings
+#options		INVARIANTS		#Enable calls of extra sanity checking
+#options		INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
+#options		WITNESS			#Enable checks to detect deadlocks and cycles
+#options		WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
+#options		WITNESS_KDB		# break to debugger on witness warnings
 
 device		genclock
 device		loop


More information about the p4-projects mailing list