loader.conf revision 168554
174462Salfred# This is loader.conf - a file full of useful variables that you can
274462Salfred# set to change the default load behavior of your system. You should
31902Swollman# not edit this file!  Put any overrides into one of the
41902Swollman# loader_conf_files instead and you will be able to update these
51902Swollman# defaults later without spamming your local configuration information.
61902Swollman#
71902Swollman# All arguments must be in double quotes.
81902Swollman#
91902Swollman# $FreeBSD: head/sys/boot/forth/loader.conf 168554 2007-04-09 22:09:09Z pjd $
108870Srgrimes
111902Swollman##############################################################
121902Swollman###  Basic configuration options  ############################
131902Swollman##############################################################
148870Srgrimes
151902Swollmanexec=".( Loading /boot/defaults/loader.conf ) cr"
161902Swollman
171902Swollmankernel="kernel"		# /boot sub-directory containing kernel and modules
188870Srgrimesbootfile="kernel"	# Kernel name (possibly absolute path)
191902Swollmankernel_options=""	# Flags to be passed to the kernel
201902Swollman
211902Swollmanloader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
228870Srgrimesnextboot_conf="/boot/nextboot.conf"
231902Swollmannextboot_enable="NO"
241902Swollman
251902Swollmanverbose_loading="NO"		# Set to YES for verbose loader output
268870Srgrimes
271902Swollman
281902Swollman##############################################################
291902Swollman###  Splash screen configuration  ############################
301902Swollman##############################################################
311902Swollman
3274462Salfredsplash_bmp_load="NO"		# Set this to YES for bmp splash screen!
331902Swollmansplash_pcx_load="NO"		# Set this to YES for pcx splash screen!
3474462Salfredvesa_load="NO"			# Set this to YES to load the vesa module
3574462Salfredbitmap_load="NO"		# Set this to YES if you want splash screen!
3650476Speterbitmap_name="splash.bmp"	# Set this to the name of the bmp or pcx file
371902Swollmanbitmap_type="splash_image_data" # and place it on the module_path
381902Swollman
391902Swollman
4074462Salfred##############################################################
411902Swollman###  Loader settings  ########################################
421902Swollman##############################################################
431902Swollman
441902Swollman#autoboot_delay="10"		# Delay in seconds before autobooting,
451902Swollman				# set to -1 if you don't want user to be
461902Swollman				# allowed to interrupt autoboot process and
471902Swollman				# escape to the loader prompt
481902Swollman#beastie_disable="NO"		# Turn the beastie boot menu on and off
4974462Salfred#loader_logo="fbsdbw"		# Desired logo: fbsdbw, beastiebw, beastie, none
501902Swollman#comconsole_speed="9600"	# Set the current serial console speed
511902Swollman#console="vidconsole"		# A comma separated list of console(s)
5274462Salfred#currdev="disk1s1a"		# Set the current device
5374462Salfredmodule_path="/boot/modules"	# Set the module search path
5474462Salfred#prompt="\\${interpret}"	# Set the command prompt
551902Swollman#root_disk_unit="0"		# Force the root disk unit number
561902Swollman#rootdev="disk1s1a"		# Set the root filesystem
5774462Salfred
581902Swollman
591902Swollman##############################################################
601902Swollman###  Kernel settings  ########################################
6121062Speter##############################################################
621902Swollman
631902Swollman# The following boot_ variables are enabled by setting them to any value.
6421062Speter# Their presence in the kernel environment (see kenv(1)) has the same
6521062Speter# effect as setting the given boot flag (see boot(8)).
6674462Salfred
6774462Salfred#boot_askname=""	# -a: Prompt the user for the name of the root device
6821062Speter#boot_cdrom=""		# -C: Attempt to mount root file system from CD-ROM
691902Swollman#boot_ddb=""		# -d: Instructs the kernel to start in the DDB debugger
701902Swollman#boot_dfltroot=""	# -r: Use the statically configured root file system
711902Swollman#boot_gdb=""		# -g: Selects gdb-remote mode for the kernel debugger
7274462Salfred#boot_multicons=""	# -D: Use multiple consoles
731902Swollman#boot_mute=""		# -m: Mute the console
741902Swollman#boot_pause=""		# -p: Pause after each line during device probing
751902Swollman#boot_serial=""		# -h: Use serial console
761902Swollman#boot_single=""		# -s: Start system in single-user mode
771902Swollman#boot_verbose=""	# -v: Causes extra debugging information to be printed
781902Swollman#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall"
791902Swollman			# Sets the list of init candidates
801902Swollman#init_shell="/bin/sh"	# The shell binary used by init(8).
811902Swollman#init_script=""		# Initial script to run by init(8) before chrooting.
821902Swollman#init_chroot=""		# Directory for init(8) to chroot into.
831902Swollman
841902Swollman
851902Swollman##############################################################
861902Swollman###  Kernel tunables  ########################################
871902Swollman##############################################################
881902Swollman
891902Swollman#hw.physmem="1G"		# Limit physical memory. See loader(8)
901902Swollman#kern.dfldsiz=""		# Set the initial data size limit
911902Swollman#kern.dflssiz=""		# Set the initial stack size limit
921902Swollman#kern.hz="100"			# Set the kernel interval timer rate
931902Swollman#kern.maxbcache=""		# Set the max buffer cache KVA storage
941902Swollman#kern.maxdsiz=""		# Set the max data size
951902Swollman#kern.maxfiles=""		# Set the sys. wide open files limit
961902Swollman#kern.maxproc=""		# Set the maximum # of processes
971902Swollman#kern.maxssiz=""		# Set the max stack size
981902Swollman#kern.maxswzone=""		# Set the max swmeta KVA storage
991902Swollman#kern.maxtsiz=""		# Set the max text size
1001902Swollman#kern.maxusers="32"		# Set size of various static tables
1011902Swollman#kern.nbuf=""			# Set the number of buffer headers
1021902Swollman#kern.ncallout=""		# Set the maximum # of timer events
1031902Swollman#kern.sgrowsiz=""		# Set the amount to grow stack
1041902Swollman#kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
10574462Salfred#kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
10674462Salfred#kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
1071902Swollman#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
10874462Salfred#kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
1091902Swollman#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
1101902Swollman#vfs.root.mountfrom=""		# Specify root partition in a way the
1111902Swollman				# kernel understands
1121902Swollman#vm.kmem_size=""		# Sets the size of kernel memory (bytes)
1131902Swollman#debug.ktr.cpumask="0xf"	# Bitmask of CPUs to enable KTR on
1141902Swollman#debug.ktr.mask="0x1200"	# Bitmask of KTR events to enable
1151902Swollman#debug.ktr.verbose="1"		# Enable console dump of KTR events
1161902Swollman#net.graph.maxalloc="128"	# Maximum number of queue items to allocate
1178870Srgrimes
11874462Salfred
1191902Swollman##############################################################
1201902Swollman###  Filesystem and related modules  #########################
1211902Swollman##############################################################
1221902Swollman
1231902Swollman# Filesystems
1241902Swollman
1251902Swollmancd9660_load="NO"		# ISO 9660 filesystem
1261902Swollmancoda_load="NO"			# CODA filesystem
1271902Swollmanfdescfs_load="NO"		# Filedescriptors filesystem
1281902Swollmanlinprocfs_load="NO"		# Linux compatibility process filesystem
1291902Swollmanlinsysfs_load="NO"		# Linux compatibility system filesystem
1301902Swollmanmsdosfs_load="NO"		# FAT-12/16/32
1311902Swollmannfsclient_load="NO"		# NFS client
1321902Swollmannfsserver_load="NO"		# NFS server
1331902Swollmanntfs_load="NO"			# NTFS
1341902Swollmannullfs_load="NO"		# Null filesystem
13574462Salfredportalfs_load="NO"		# Portal filesystem
1361902Swollmanprocfs_load="NO"		# Process filesystem
1371902Swollmanreiserfs_load="NO"		# ReiserFS
1381902Swollman#umapfs_load="NO"		# User-id map filesystem
1391902Swollmanunionfs_load="NO"		# Union filesystem
14074462Salfredxfs_load="NO"   		# XFS
1411902Swollmanzfs_load="NO"   		# ZFS
1421902Swollman
14374462Salfred# Related stuff
1441902Swollman
1451902Swollmangeom_bde_load="NO"		# Disk encryption driver (see gbde(4,8))
1461902Swollmangeom_ccd_load="NO"		# Concatenated disk driver (see ccd(4),
1471902Swollman				# ccdconfig(8))
1481902Swollmangeom_concat_load="NO"		# Concatenated disk driver (see gconcat(8))
1491902Swollmangeom_eli_load="NO"		# Disk encryption driver (see geli(8))
1501902Swollmangeom_gate_load="NO"		# Userland disk driver (see geom_gate(4),
1511902Swollman				# ggatec(8), ggated(8), ggatel(8))
1521902Swollmangeom_label_load="NO"		# File system labels (see glabel(8))
1531902Swollmangeom_md_load="NO"		# Memory disk driver (vnode/swap/malloc) (see
1541902Swollman				# md(4), mdconfig(8))
1551902Swollmangeom_mirror_load="NO"		# RAID1 disk driver (see gmirror(8))
1561902Swollmangeom_nop_load="NO"		# Transparent disk driver (see gnop(8))
1571902Swollmangeom_raid3_load="NO"		# RAID3 disk driver (see graid3(8))
1581902Swollmangeom_shsec_load="NO"		# Shared secret disk driver (see gshsec(8))
1591902Swollmangeom_stripe_load="NO"		# RAID0 disk driver (see gstripe(8))
1601902Swollmangeom_uzip_load="NO"		# Compressed disk images driver (see mkuzip(8))
1611902Swollmangeom_vinum_load="NO"		# Concatenated/mirror/raid driver (see vinum(4))
1621902Swollman
1631902Swollman
1641902Swollman##############################################################
16574462Salfred###  Screen saver modules  ###################################
1661902Swollman##############################################################
1671902Swollman
1681902Swollman# This is best done in rc.conf
16974462Salfred
1701902Swollmanscreensave_load="NO"		# Set to YES to load a screensaver module
1711902Swollmanscreensave_name="green_saver"	# Set to the name of the screensaver module
1721902Swollman
1731902Swollman
1741902Swollman##############################################################
1751902Swollman###  Emulation modules  ######################################
1761902Swollman##############################################################
1771902Swollman
1781902Swollmanibcs2_load="NO"			# IBCS2 (SCO) emulation
1791902Swollmanibcs2_coff_load="NO"
1801902Swollmanlinux_load="NO"			# Linux emulation
1811902Swollmansvr4_load="NO"			# SystemV R4 emulation
1821902Swollmanstreams_load="NO"		# System V streams module
1831902Swollman
1841902Swollman
1851902Swollman##############################################################
1861902Swollman###  Networking modules  #####################################
1871902Swollman##############################################################
1881902Swollman
1891902Swollmanif_disc_load="NO"		# Discard device
1901902Swollmanif_ef_load="NO"			# pseudo-device providing support for multiple
1911902Swollman				# ethernet frame types
1921902Swollmanif_faith_load="NO"		# IPv6-to-IPv4 TCP relay capturing interface
1931902Swollmanif_gif_load="NO"		# generic tunnel interface
1941902Swollmanif_gre_load="NO"		# encapsulating network device
1951902Swollmanif_ppp_load="NO"		# Kernel ppp
1961902Swollmanif_sl_load="NO"			# SLIP
1971902Swollmanif_stf_load="NO"		# 6to4 tunnel interface
1981902Swollmanif_tap_load="NO"		# Ethernet tunnel software network interface
1991902Swollmanif_tun_load="NO"		# Tunnel driver (user process ppp)
2001902Swollmanif_vlan_load="NO"		# IEEE 802.1Q VLAN network interface
2011902Swollmanipfw_load="NO"			# Firewall
2021902Swollmanpf_load="NO"			# packet filter
2031902Swollman
2041902Swollman
2051902Swollman##############################################################
2061902Swollman###  Networking drivers  #####################################
20774462Salfred##############################################################
2081902Swollman
2091902Swollmanmiibus_load="NO"		# miibus support, needed for some drivers
21021062Speterif_an_load="NO"			# Aironet 4500/4800 802.11 wireless NICs
21174462Salfredif_ar_load="NO"			# Digi SYNC/570i
21221062Speterif_arl_load="NO"		# Aironet Arlan 655 wireless network adapter
21321062Speterif_ath_load="NO"		# Atheros IEEE 802.11 wireless NICs
21474462Salfredif_aue_load="NO"		# ADMtek AN986 Pegasus USB Ethernet
2151902Swollmanif_awi_load="NO"		# AMD PCnetMobile IEEE 802.11 wireless NICs
2161902Swollmanif_axe_load="NO"		# ASIX Electronics AX88172 USB Ethernet
21774462Salfredif_bce_load="NO"		# Broadcom NetXtreme II Gigabit Ethernet
2181902Swollmanif_bfe_load="NO"		# Broadcom BCM4401
2191902Swollmanif_bge_load="NO"		# Broadcom BCM570x PCI Gigabit Ethernet
2201902Swollmanif_cm_load="NO"			# SMC (90c26, 90c56, 90c66)
2211902Swollmanif_cs_load="NO"			# Crystal Semiconductor CS8920
2221902Swollmanif_cue_load="NO"		# CATC USB-EL1210A USB Ethernet
2231902Swollmanif_dc_load="NO"			# DEC/Intel 21143 and various workalikes
2241902Swollmanif_de_load="NO"			# DEC DC21x4x Ethernet
22574462Salfredif_ed_load="NO"			# National Semiconductor DS8390/WD83C690
2261902Swollman				# Ethernet
22774462Salfredif_em_load="NO"			# Intel(R) PRO/1000 Gigabit Ethernet
22821062Speterif_en_load="NO"			# Midway-based ATM interfaces
22921062Speterif_ep_load="NO"			# 3Com Etherlink III (3c5x9)
23074462Salfredif_ex_load="NO"			# Intel EtherExpress Pro/10 Ethernet
2311902Swollmanif_fe_load="NO"			# Fujitsu MB86960A/MB86965A based Ethernet
23274462Salfred				# adapters
23321062Speterif_fxp_load="NO"		# Intel EtherExpress PRO/100B (82557, 82558)
23421062Speterif_gem_load="NO"		# Sun GEM/Sun ERI/Apple GMAC
23574462Salfredif_hme_load="NO"		# Sun Microelectronics STP2002-STQ Ethernet
2361902Swollmanif_ie_load="NO"			# Intel 82586
23721062Speterif_ipw_load="NO"		# Intel PRO/Wireless 2100 wireless
2381902Swollmanif_iwi_load="NO"		# Intel PRO/Wireless 2200BG/2225BG/2915ABG
2391902Swollman				# wireless
2401902Swollmanif_ixgb_load="NO"		# Intel PRO/10Gb Ethernet
2411902Swollmanif_le_load="NO"			# AMD Am7900 LANCE and Am79C9xx PCnet
2421902Swollmanif_lge_load="NO"		# Level 1 LXT1001 NetCellerator PCI Gigabit
2431902Swollman				# Ethernet
2441902Swollmanif_msk_load="NO"		# Marvell/SysKonnect Yukon II Gigabit Ethernet
2451902Swollmanif_mxge_load="NO"		# Myricom Myri10GE 10Gb Ethernet
2461902Swollmanif_my_load="NO"			# Myson PCI Fast Ethernet
2471902Swollmanif_nfe_load="NO"		# NVIDIA nForce MCP Networking Adapter
2481902Swollmanif_nge_load="NO"		# National Semiconductor PCI Gigabit Ethernet
2491902Swollmanif_nve_load="NO"		# NVIDIA nForce MCP Networking Adapter
2501902Swollmanif_oltr_load="NO"		# Olicom
2511902Swollmanif_pcn_load="NO"		# AMD PCnet PCI
2521902Swollmanif_ray_load="NO"		# Raytheon Raylink/Webgear Aviator PCCard
2531902Swollmanif_re_load="NO"			# RealTek 8139C+/8169/8169S/8110S
2541902Swollmanif_rl_load="NO"			# RealTek 8129/8139
2551902Swollmanif_rue_load="NO"		# RealTek RTL8150 USB to Fast Ethernet
2561902Swollmanif_sbni_load="NO"		# Granch SBNI12 leased line adapters
2571902Swollmanif_sf_load="NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")
2581902Swollmanif_sis_load="NO"		# Silicon Integrated Systems SiS 900/7016
25974462Salfredif_sk_load="NO"			# SysKonnect SK-984x series PCI Gigabit Ethernet
26074462Salfredif_sn_load="NO"			# SMC 91Cxx
2611902Swollmanif_sr_load="NO"			# synchronous RISCom/N2 / WANic 400/405
2621902Swollmanif_ste_load="NO"		# Sundance Technologies ST201 Fast Ethernet
2631902Swollmanif_stge_load="NO"		# Sundance/Tamarack TC9021 Gigabit Ethernet
2641902Swollmanif_ti_load="NO"			# Alteon Networks Tigon 1 and Tigon 2
26574462Salfredif_tl_load="NO"			# Texas Instruments TNETE100 ("ThunderLAN")
2661902Swollmanif_tx_load="NO"			# SMC 83c17x Fast Ethernet
26774462Salfredif_txp_load="NO"		# 3Com 3XP Typhoon/Sidewinder (3CR990)
26821062Speterif_vge_load="NO"		# VIA VT6122 PCI Gigabit Ethernet
26921062Speterif_udav_load="NO"		# Davicom DM9601 USB Ethernet
27074462Salfredif_vr_load="NO"			# VIA Rhine I and Rhine II
2711902Swollmanif_vx_load="NO"			# 3Com 3C590 family
27274462Salfredif_wb_load="NO"			# Winbond W89C840F
27321062Speterif_wi_load="NO"			# WaveLAN/IEEE 802.11 wireless NICs
27421062Speterif_xe_load="NO"			# Xircom CreditCard PCMCIA
27574462Salfredif_xl_load="NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)
2761902Swollman
27721062Speter##############################################################
2781902Swollman###  Netgraph modules  #######################################
27974462Salfred##############################################################
28074462Salfred
2811902Swollmanng_UI_load="NO"			# UI netgraph node type
2821902Swollmanng_async_load="NO"		# asynchronous framing netgraph node type
2831902Swollmanng_bpf_load="NO"		# Berkeley packet filter netgraph node type
2841902Swollmanng_bridge_load="NO"		# Ethernet bridging netgraph node type
2851902Swollmanng_cisco_load="NO"		# Cisco HDLC protocol netgraph node type
2861902Swollmanng_echo_load="NO"		# Netgraph echo node type
2871902Swollmanng_eiface_load="NO"		# generic Ethernet interface netgraph node type
2881902Swollmanng_etf_load="NO"		# Ethertype filtering netgraph node type
2891902Swollmanng_ether_load="NO"		# Ethernet netgraph node type
2901902Swollmanng_fec_load="NO"		# netgraph Fast EtherChannel node
2911902Swollmanng_frame_relay_load="NO"	# frame relay netgraph node type
2921902Swollmanng_gif_load="NO"		# generic tunnel interface netgraph node type
2931902Swollmanng_gif_demux_load="NO"		# demultiplexer for packets from ng_gif(4) nodes
2941902Swollmanng_hole_load="NO"		# Netgraph discard node type
2951902Swollmanng_hub_load="NO"		# packet distribution netgraph node type
2961902Swollmanng_iface_load="NO"		# interface Netgraph node type
2971902Swollmanng_ip_input_load="NO"		# netgraph IP input node type
2981902Swollmanng_ksocket_load="NO"		# kernel socket netgraph node type
2991902Swollmanng_l2tp_load="NO"		# L2TP protocol netgraph node type
3001902Swollmanng_lmi_load="NO"		# frame relay LMI protocol netgraph node type
3011902Swollmanng_mppc_load="NO"		# Microsoft MPPC/MPPE compression and
3021902Swollman				# encryption netgraph node type
3031902Swollmanng_netflow_load="NO"		# Cisco's NetFlow netgraph node type
3041902Swollmanng_one2many_load="NO"		# packet multiplexing netgraph node type
3051902Swollmanng_ppp_load="NO"		# PPP protocol netgraph node type
3061902Swollmanng_pppoe_load="NO"		# RFC 2516 PPPOE protocol netgraph node type
30774462Salfredng_pptpgre_load="NO"		# PPTP GRE protocol netgraph node type
3081902Swollmanng_rfc1490_load="NO"		# RFC 1490 netgraph node type
3091902Swollmanng_socket_load="NO"		# Netgraph socket node type
310ng_split_load="NO"		# netgraph node to separate incoming and
311				# outgoing flows
312ng_sppp_load="NO"		# sppp netgraph node type
313ng_tee_load="NO"		# Netgraph ``tee'' node type
314ng_tty_load="NO"		# Netgraph node type that is also a line
315				# discipline
316ng_vjc_load="NO"		# Van Jacobsen compression netgraph node type
317ng_vlan_load="NO"		# IEEE 802.1Q VLAN tagging netgraph node type
318
319##############################################################
320###  Sound modules  ##########################################
321##############################################################
322
323sound_load="NO"			# Digital sound subsystem
324snd_ad1816_load="NO"		# ad1816
325snd_als4000_load="NO"		# als4000
326snd_atiixp_load="NO"		# atiixp
327snd_cmi_load="NO"		# cmi
328snd_cs4281_load="NO"		# cs4281
329snd_csa_load="NO"		# csa
330snd_ds1_load="NO"		# ds1
331snd_emu10k1_load="NO" 		# Creative Sound Blaster Live
332snd_emu10kx_load="NO" 		# Creative SoundBlaster Live! and Audigy
333snd_envy24_load="NO"		# VIA Envy24
334snd_envy24ht_load="NO"		# VIA Envy24HT
335snd_es137x_load="NO"		# es137x
336snd_ess_load="NO"		# ess
337snd_fm801_load="NO"		# fm801
338snd_hda_load="NO"		# Intel High Definition Audio (Controller)
339snd_ich_load="NO"		# Intel ICH
340snd_maestro_load="NO"		# Maestro
341snd_maestro3_load="NO"		# Maestro3
342snd_mss_load="NO"		# Mss
343snd_neomagic_load="NO"		# Neomagic
344snd_sb16_load="NO"		# Sound Blaster 16
345snd_sb8_load="NO"		# Sound Blaster Pro
346snd_sbc_load="NO"		# Sbc
347snd_solo_load="NO"		# Solo
348snd_spicds_load="NO"		# SPI codecs
349snd_t4dwave_load="NO"		# t4dwave
350snd_via8233_load="NO"		# via8233
351snd_via82c686_load="NO"		# via82c686
352snd_vibes_load="NO"		# vibes
353snd_driver_load="NO"		# All sound drivers
354
355##############################################################
356###  USB modules  ############################################
357##############################################################
358
359usb_load="NO"			# USB subsystem
360udbp_load="NO"			# USB double bulk pipe host 2 host cables
361ugen_load="NO"			# USB generic device, if all else fails ...
362ufm_load="NO"			# Fm Radio
363uhid_load="NO"			# Human Interface Devices
364ukbd_load="NO"			# Keyboard
365ulpt_load="NO"			# Printer
366ums_load="NO"			# Mouse
367umass_load="NO"			# Mass Storage Devices
368umodem_load="NO"		# Modems
369uscanner_load="NO"		# Scanners
370if_aue_load="NO"		# ADMtek USB ethernet
371if_axe_load="NO"		# ASIX Electronics AX88172 USB ethernet
372if_cue_load="NO"		# CATC USB ethernet
373if_kue_load="NO"		# Kawasaki LSI USB ethernet
374snd_uaudio_load="NO"		# USB audio
375
376##############################################################
377###  Other modules  ##########################################
378##############################################################
379
380bktr_load="NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card
381ispfw_load="NO"			# Qlogic ISP Firmware
382agp_load="NO"			# agp module
383accf_data_load="NO"		# Wait for data accept filter
384accf_http_load="NO"		# Wait for full HTTP request accept filter
385random_load="NO"		# Random device
386speaker_load="NO"		# AT speaker module
387
388##############################################################
389###  ACPI settings  ##########################################
390##############################################################
391
392acpi_dsdt_load="NO"		# DSDT Overriding
393acpi_dsdt_type="acpi_dsdt"	# Don't change this
394acpi_dsdt_name="/boot/acpi_dsdt.aml"
395				# Override DSDT in BIOS by this file
396acpi_video_load="NO"		# Load the ACPI video extension driver
397
398##############################################################
399### TrustedBSD MAC settings ##################################
400##############################################################
401
402mac_biba_load="NO"		# Biba MAC policy
403mac_bsdextended_load="NO"	# BSD/extended MAC policy
404mac_ifoff="NO"			# Interface silencing policy
405mac_mls_load="NO"		# MLS MAC policy
406mac_none_load="NO"		# Null MAC policy
407mac_partition_load="NO"		# Partition MAC policy
408mac_seeotheruids_load="NO"	# UID visbility MAC policy
409
410##############################################################
411###  Module loading syntax example  ##########################
412##############################################################
413
414#module_load="YES"		# loads module "module"
415#module_name="realname"		# uses "realname" instead of "module"
416#module_type="type"		# passes "-t type" to load
417#module_flags="flags"		# passes "flags" to the module
418#module_before="cmd"		# executes "cmd" before loading the module
419#module_after="cmd"		# executes "cmd" after loading the module
420#module_error="cmd"		# executes "cmd" if load fails
421
422##############################################################
423###  Always try to load ZFS pool cache file  #################
424##############################################################
425
426zpool_cache_load="YES"
427zpool_cache_type="/boot/zfs/zpool.cache"
428zpool_cache_name="/boot/zfs/zpool.cache"
429