PERFORCE change 210432 for review

Robert Watson rwatson at FreeBSD.org
Mon Apr 30 23:08:35 UTC 2012


http://p4web.freebsd.org/@@210432?ac=10

Change 210432 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/04/30 23:08:01

	Include support for ethernet, IPv4, IPv6, and NFS (including NFS
	root file systems) in our FreeBSD kernel configurations for BERI.
	No MAC driver yet, of course, but one thing at a time.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_MDROOT#7 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SDROOT#7 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_MDROOT#7 (text+ko) ====

@@ -33,6 +33,11 @@
 
 options 	FFS			#Berkeley Fast Filesystem
 
+options 	INET
+options 	INET6
+options 	NFSCL
+options 	NFS_ROOT
+
 # Debugging for use in -current
 #options 	DEADLKRES		#Enable the deadlock resolver
 options 	INVARIANTS		#Enable calls of extra sanity checking
@@ -55,6 +60,7 @@
 device		terasic_mtl
 
 device		md
+device		ether
 device		loop
 device		random
 device		sc

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SDROOT#7 (text+ko) ====

@@ -32,6 +32,11 @@
 
 options 	FFS			#Berkeley Fast Filesystem
 
+options 	INET
+options 	INET6
+options 	NFSCL
+options 	NFS_ROOT
+
 # Debugging for use in -current
 #options 	DEADLKRES		#Enable the deadlock resolver
 options 	INVARIANTS		#Enable calls of extra sanity checking
@@ -47,6 +52,7 @@
 device		terasic_mtl
 
 device		md
+device		ether
 device		loop
 device		random
 device		sc


More information about the p4-projects mailing list