Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 22:04:37 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 221968 for review
Message-ID:  <201302112204.r1BM4bxg015697@skunkworks.freebsd.org>

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

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



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