FreeNAS Code
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
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)