svn commit: r360719 - projects/nfs-over-tls/sys/amd64/conf
Rick Macklem
rmacklem at FreeBSD.org
Wed May 6 22:52:20 UTC 2020
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
More information about the svn-src-projects
mailing list