Menu

[r10367]: / legacy / build / kernel-config / FREENAS-i386  Maximize  Restore  History

Download this file

68 lines (56 with data), 2.0 kB

include         GENERIC
ident		FREENAS-x86

#####################################################################
# FREENAS
#####################################################################
device		speaker

# Kernel tuning (see http://wiki.freebsd.org/ZFSTuningGuide)
options		KVA_PAGES=512
# for ZFS tuning
options		VM_KMEM_SIZE_SCALE=2
options		VM_KMEM_SIZE_MAX=(1280UL*1024*1024)

# Networking options
#options		DEVICE_POLLING
#options		HZ=1000

# GEOM classes
options 	GEOM_ELI		# Disk encryption.
options 	GEOM_UZIP		# Read-only compressed disks

device		lagg			# Link aggregation interface.
device		vlan			# 802.1Q VLAN support
device		if_bridge		# Bridge interface.

# 10GbE adapters
device		cxgb		# Chelsio T3 10 Gigabit Ethernet
device		cxgb_t3fw	# Chelsio T3 10 Gigabit Ethernet firmware
device		cxgbe		# Chelsio T4 10GbE PCIe adapter
device		ixgb		# Intel Pro/10Gbe PCI-X Ethernet
device		mxge		# Myricom Myri-10G 10GbE NIC
device		nxge		# Neterion Xframe 10GbE Server/Storage Adapter
#device		qlxgb		# QLogic 3200 and 8200 10GbE/CNA Adapter
device		vxge		# Exar/Neterion XFrame 3100 10GbE

# Hardware crypto acceleration
device		crypto
device		cryptodev

# Temperature sensors:
#
# coretemp: on-die sensor on Intel Core and newer CPUs
#
device		coretemp
# amdtemp: on-die digital thermal sensor for AMD K8, K10 and K11
device		amdtemp
# cpuctl: cpuctl pseudo device
device		cpuctl

# IP firewall
options		IPFIREWALL
options		IPFIREWALL_VERBOSE
options		IPFIREWALL_VERBOSE_LIMIT=5
options		IPFIREWALL_DEFAULT_TO_ACCEPT

# Disk quotas are supported when this option is enabled.
options 	QUOTA			#enable disk quotas

# use module
#nooption 	NFSCLIENT		# Network File System client
#nooption 	NFSSERVER		# Network File System server
#nooption 	NFSLOCKD		# Network Lock Manager
#nooption 	NFS_ROOT		# NFS usable as /, requires NFSCL
#nooption 	NFSCL			# New Network Filesystem Client
#nooption 	NFSD			# New Network Filesystem Server
#nodevice	xhci			# XHCI PCI->USB interface (USB 3.0)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.