[Midnightbsd-cvs] src [6829] trunk/sys/i386/conf/GENERIC: add quota and tcp offload to generic
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 3 08:01:21 EDT 2014
Revision: 6829
http://svnweb.midnightbsd.org/src/?rev=6829
Author: laffer1
Date: 2014-10-03 08:01:21 -0400 (Fri, 03 Oct 2014)
Log Message:
-----------
add quota and tcp offload to generic
Modified Paths:
--------------
trunk/sys/i386/conf/GENERIC
Modified: trunk/sys/i386/conf/GENERIC
===================================================================
--- trunk/sys/i386/conf/GENERIC 2014-10-03 11:56:38 UTC (rev 6828)
+++ trunk/sys/i386/conf/GENERIC 2014-10-03 12:01:21 UTC (rev 6829)
@@ -24,6 +24,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
@@ -30,6 +31,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
@@ -260,7 +262,7 @@
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
device an # Aironet 4500/4800 802.11 wireless NICs.
-device ath # Atheros NIC's
+device ath # Atheros NICs
device ath_pci # Atheros pci/cardbus glue
device ath_hal # pci/cardbus chip support
options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
More information about the Midnightbsd-cvs
mailing list