svn commit: r203011 - head/sys/mips/conf

Randall Stewart rrs at FreeBSD.org
Tue Jan 26 05:17:03 UTC 2010


Author: rrs
Date: Tue Jan 26 05:17:03 2010
New Revision: 203011
URL: http://svn.freebsd.org/changeset/base/203011

Log:
  My current conf, that comes up but
  locks up in make buildworld.
  
  You need to follow the mips wiki for building
  the nfs partition and setup things to mount there
  (in the conf and in your bootp setup).

Modified:
  head/sys/mips/conf/XLR

Modified: head/sys/mips/conf/XLR
==============================================================================
--- head/sys/mips/conf/XLR	Tue Jan 26 05:14:50 2010	(r203010)
+++ head/sys/mips/conf/XLR	Tue Jan 26 05:17:03 2010	(r203011)
@@ -79,10 +79,10 @@ options         BOOTP_NFSROOT
 options         BOOTP_NFSV3
 options         BOOTP_WIRED_TO=rge0
 options         BOOTP_COMPAT
-options		ROOTDEVNAME=\"nfs:10.1.1.15:/extra/nfsroot\"
+options		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
 #
 #options 	MD_ROOT			# MD is a potential root device
-#options		MD_ROOT_SIZE=21264
+#options		MD_ROOT_SIZE=27000
 #options		MD_ROOT_SIZE=5120
 #options		ROOTDEVNAME=\"ufs:md0\"
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
@@ -96,8 +96,8 @@ options 	DDB
 options 	KDB
 options 	GDB
 options 	ALT_BREAK_TO_DEBUGGER
-#options 	INVARIANTS		#Enable calls of extra sanity checking
-#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
+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 	KTR			# ktr(4) and ktrdump(8) support
@@ -110,10 +110,9 @@ device		pci
 #device		ata
 #device		atadisk
 #options 	XLR_PERFMON		# Enable XLR processor activity monitoring
-
+options  	BREAK_TO_DEBUGGER
 #device 		genclock
 device 		uart
-
 # Pseudo
 device 		loop
 device 		random


More information about the svn-src-all mailing list