Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 22:52:20 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r360719 - projects/nfs-over-tls/sys/amd64/conf
Message-ID:  <202005062252.046MqKrX060278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Wed May  6 22:52:20 2020
New Revision: 360719
URL: https://svnweb.freebsd.org/changeset/base/360719

Log:
  Get rid of MYTEST and modify GENERIC, so that builds are easier for testers.

Deleted:
  projects/nfs-over-tls/sys/amd64/conf/MYTEST
Modified:
  projects/nfs-over-tls/sys/amd64/conf/GENERIC

Modified: projects/nfs-over-tls/sys/amd64/conf/GENERIC
==============================================================================
--- projects/nfs-over-tls/sys/amd64/conf/GENERIC	Wed May  6 22:49:21 2020	(r360718)
+++ projects/nfs-over-tls/sys/amd64/conf/GENERIC	Wed May  6 22:52:20 2020	(r360719)
@@ -84,6 +84,7 @@ options 	INCLUDE_CONFIG_FILE	# Include this file in ke
 options 	RACCT			# Resource accounting framework
 options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options 	RCTL			# Resource limits
+options		KERN_TLS
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
@@ -365,8 +366,8 @@ device		hyperv			# HyperV drivers 
 
 # Xen HVM Guest Optimizations
 # NOTE: XENHVM depends on xenpci.  They must be added or removed together.
-options 	XENHVM			# Xen HVM kernel infrastructure
-device		xenpci			# Xen HVM Hypervisor services driver
+# options 	XENHVM			# Xen HVM kernel infrastructure
+# device		xenpci			# Xen HVM Hypervisor services driver
 
 # Netmap provides direct access to TX/RX rings on supported NICs
 device		netmap			# netmap(4) support



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