svn commit: r263200 - head/sys/amd64/conf

Robert Watson rwatson at FreeBSD.org
Sat Mar 15 00:59:23 UTC 2014


Author: rwatson
Date: Sat Mar 15 00:59:23 2014
New Revision: 263200
URL: http://svnweb.freebsd.org/changeset/base/263200

Log:
  Revert a small portion of r263198 left over from local testing: don't
  enable PCB groups and RSS by default [yet].

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Sat Mar 15 00:58:08 2014	(r263199)
+++ head/sys/amd64/conf/GENERIC	Sat Mar 15 00:59:23 2014	(r263200)
@@ -28,8 +28,6 @@ options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
-options 	PCBGROUP		# Protocol control-block groups
-options 	RSS			# Receive-side scaling support
 options 	TCP_OFFLOAD		# TCP offload
 options 	SCTP			# Stream Control Transmission Protocol
 options 	FFS			# Berkeley Fast Filesystem


More information about the svn-src-all mailing list