[Midnightbsd-cvs] src [6831] trunk/sys/amd64/conf/GENERIC: add quota and tcp offload to generic amd64
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 3 08:03:02 EDT 2014
Revision: 6831
http://svnweb.midnightbsd.org/src/?rev=6831
Author: laffer1
Date: 2014-10-03 08:03:02 -0400 (Fri, 03 Oct 2014)
Log Message:
-----------
add quota and tcp offload to generic amd64
Modified Paths:
--------------
trunk/sys/amd64/conf/GENERIC
Modified: trunk/sys/amd64/conf/GENERIC
===================================================================
--- trunk/sys/amd64/conf/GENERIC 2014-10-03 12:02:41 UTC (rev 6830)
+++ trunk/sys/amd64/conf/GENERIC 2014-10-03 12:03:02 UTC (rev 6831)
@@ -22,6 +22,7 @@
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+options TCP_OFFLOAD # TCP offload
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
@@ -28,6 +29,7 @@
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
+options QUOTA # Enable disk quotas for UFS
options MD_ROOT # MD is a potential root device
options NFSCL # New Network Filesystem Client
options NFSD # New Network Filesystem Server
More information about the Midnightbsd-cvs
mailing list