PERFORCE change 139828 for review

Randall R. Stewart rrs at FreeBSD.org
Fri Apr 11 17:14:14 UTC 2008


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

Change 139828 by rrs at rrs-mips2-jnpr on 2008/04/11 17:13:36

	Need added make option.

Affected files ...

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

Differences ...

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

@@ -25,7 +25,7 @@
 
 # Don't build any modules yet.
 makeoptions	MODULES_OVERRIDE=""
-
+makeoptions     TARGET_BIG_ENDIAN=defined
 options		KERNVIRTADDR=0x80100000
 include		"../mips32/octeon32/std.octeon32"
 
@@ -43,13 +43,13 @@
 
 options		SCHED_4BSD		#4BSD scheduler
 options		INET			#InterNETworking
-#options		NFSCLIENT		#Network Filesystem Client
-#options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
+options		NFSCLIENT		#Network Filesystem Client
+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		BOOTP
 options         SOFTUPDATES             #Enable FFS soft updates support
 options         UFS_ACL                 #Support for access control lists
 options         UFS_DIRHASH             #Improve performance on big directories
@@ -57,8 +57,8 @@
 # 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			#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
@@ -69,6 +69,8 @@
 device		uart
 device 		rgmii
 device          octeon_cf
+device          pty
+device          random
 #options 	VERBOSE_SYSINIT
 #options		SMP
 
@@ -84,3 +86,6 @@
 #options         ROOTDEVNAME = \"ufs:md0\"
 #options         MD_ROOT_SIZE = 25200
 #options         TARGET_EMULATOR
+options 	INET6			#IPv6 communications protocols
+options 	SCTP			#SCTP
+


More information about the p4-projects mailing list