Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2012 23:08:32 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 210432 for review
Message-ID:  <201204302308.q3UN8WI1052564@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@210432?ac=10

Change 210432 by rwatson@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



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