PERFORCE change 221968 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Mon Feb 11 22:04:38 UTC 2013
    
    
  
http://p4web.freebsd.org/@@221968?ac=10
Change 221968 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/02/11 22:04:02
	Compile kernel crypto and GSS support into the BERI template
	kernel, for use with Kerberised NFS.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_TEMPLATE#6 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_TEMPLATE#6 (text+ko) ====
@@ -39,6 +39,7 @@
 
 options 	INET
 options 	INET6
+options 	KGSSAPI
 options 	NFSCL
 options 	NFS_ROOT
 
@@ -49,10 +50,11 @@
 #options 	WITNESS			#Enable checks to detect deadlocks and cycles
 #options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
+device		crypto
+device		cryptodev
+device		ether
 device		geom_map
-
+device		loop
 device		md
-device		ether
-device		loop
 device		random
 device		snp
    
    
More information about the p4-projects
mailing list