loader.conf revision 202143
127074Ssteve# This is loader.conf - a file full of useful variables that you can
227074Ssteve# set to change the default load behavior of your system. You should
31592Srgrimes# not edit this file!  Put any overrides into one of the
41592Srgrimes# loader_conf_files instead and you will be able to update these
51592Srgrimes# defaults later without spamming your local configuration information.
61592Srgrimes#
71592Srgrimes# All arguments must be in double quotes.
81592Srgrimes#
91592Srgrimes# $FreeBSD: head/sys/boot/forth/loader.conf 202143 2010-01-12 07:49:34Z brooks $
101592Srgrimes
111592Srgrimes##############################################################
121592Srgrimes###  Basic configuration options  ############################
131592Srgrimes##############################################################
141592Srgrimes
151592Srgrimesexec=".( Loading /boot/defaults/loader.conf ) cr"
161592Srgrimes
171592Srgrimeskernel="kernel"		# /boot sub-directory containing kernel and modules
181592Srgrimesbootfile="kernel"	# Kernel name (possibly absolute path)
191592Srgrimeskernel_options=""	# Flags to be passed to the kernel
201592Srgrimes
211592Srgrimesloader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
221592Srgrimesnextboot_conf="/boot/nextboot.conf"
231592Srgrimesnextboot_enable="NO"
241592Srgrimes
251592Srgrimesverbose_loading="NO"		# Set to YES for verbose loader output
261592Srgrimes
271592Srgrimes
281592Srgrimes##############################################################
291592Srgrimes###  Splash screen configuration  ############################
301592Srgrimes##############################################################
311592Srgrimes
321592Srgrimessplash_bmp_load="NO"		# Set this to YES for bmp splash screen!
331592Srgrimessplash_pcx_load="NO"		# Set this to YES for pcx splash screen!
341592Srgrimesvesa_load="NO"			# Set this to YES to load the vesa module
351592Srgrimesbitmap_load="NO"		# Set this to YES if you want splash screen!
361592Srgrimesbitmap_name="splash.bmp"	# Set this to the name of the bmp or pcx file
371592Srgrimesbitmap_type="splash_image_data" # and place it on the module_path
381592Srgrimes
391592Srgrimes
401592Srgrimes##############################################################
411592Srgrimes###  Loader settings  ########################################
421592Srgrimes##############################################################
4327074Ssteve
441592Srgrimes#autoboot_delay="10"		# Delay in seconds before autobooting,
4527074Ssteve				# set to -1 if you don't want user to be
461592Srgrimes				# allowed to interrupt autoboot process and
471592Srgrimes				# escape to the loader prompt, set to
481592Srgrimes				# "NO" to disable autobooting
491592Srgrimes#beastie_disable="NO"		# Turn the beastie boot menu on and off
501592Srgrimes#loader_logo="fbsdbw"		# Desired logo: fbsdbw, beastiebw, beastie, none
511592Srgrimes#comconsole_speed="9600"	# Set the current serial console speed
521592Srgrimes#console="vidconsole"		# A comma separated list of console(s)
531592Srgrimes#currdev="disk1s1a"		# Set the current device
541592Srgrimesmodule_path="/boot/modules"	# Set the module search path
551592Srgrimes#prompt="\\${interpret}"	# Set the command prompt
561592Srgrimes#root_disk_unit="0"		# Force the root disk unit number
571592Srgrimes#rootdev="disk1s1a"		# Set the root filesystem
581592Srgrimes
591592Srgrimes
601592Srgrimes##############################################################
611592Srgrimes###  Kernel settings  ########################################
621592Srgrimes##############################################################
631592Srgrimes
641592Srgrimes# The following boot_ variables are enabled by setting them to any value.
651592Srgrimes# Their presence in the kernel environment (see kenv(1)) has the same
661592Srgrimes# effect as setting the given boot flag (see boot(8)).
671592Srgrimes
681592Srgrimes#boot_askname=""	# -a: Prompt the user for the name of the root device
691592Srgrimes#boot_cdrom=""		# -C: Attempt to mount root file system from CD-ROM
701592Srgrimes#boot_ddb=""		# -d: Instructs the kernel to start in the DDB debugger
711592Srgrimes#boot_dfltroot=""	# -r: Use the statically configured root file system
721592Srgrimes#boot_gdb=""		# -g: Selects gdb-remote mode for the kernel debugger
731592Srgrimes#boot_multicons=""	# -D: Use multiple consoles
741592Srgrimes#boot_mute=""		# -m: Mute the console
751592Srgrimes#boot_pause=""		# -p: Pause after each line during device probing
761592Srgrimes#boot_serial=""		# -h: Use serial console
771592Srgrimes#boot_single=""		# -s: Start system in single-user mode
781592Srgrimes#boot_verbose=""	# -v: Causes extra debugging information to be printed
791592Srgrimes#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall"
801592Srgrimes			# Sets the list of init candidates
811592Srgrimes#init_shell="/bin/sh"	# The shell binary used by init(8).
821592Srgrimes#init_script=""		# Initial script to run by init(8) before chrooting.
831592Srgrimes#init_chroot=""		# Directory for init(8) to chroot into.
841592Srgrimes
851592Srgrimes
861592Srgrimes##############################################################
871592Srgrimes###  Kernel tunables  ########################################
881592Srgrimes##############################################################
891592Srgrimes
901592Srgrimes#hw.physmem="1G"		# Limit physical memory. See loader(8)
911592Srgrimes#kern.dfldsiz=""		# Set the initial data size limit
921592Srgrimes#kern.dflssiz=""		# Set the initial stack size limit
931592Srgrimes#kern.hz="100"			# Set the kernel interval timer rate
941592Srgrimes#kern.maxbcache=""		# Set the max buffer cache KVA storage
951592Srgrimes#kern.maxdsiz=""		# Set the max data size
961592Srgrimes#kern.maxfiles=""		# Set the sys. wide open files limit
971592Srgrimes#kern.maxproc=""		# Set the maximum # of processes
981592Srgrimes#kern.maxssiz=""		# Set the max stack size
991592Srgrimes#kern.maxswzone=""		# Set the max swmeta KVA storage
1001592Srgrimes#kern.maxtsiz=""		# Set the max text size
1011592Srgrimes#kern.maxusers="32"		# Set size of various static tables
1021592Srgrimes#kern.nbuf=""			# Set the number of buffer headers
1031592Srgrimes#kern.ncallout=""		# Set the maximum # of timer events
1041592Srgrimes#kern.ngroups="1023"		# Set the maximum # of supplemental groups
1051592Srgrimes#kern.sgrowsiz=""		# Set the amount to grow stack
1061592Srgrimes#kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
1071592Srgrimes#kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
1081592Srgrimes#kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
1091592Srgrimes#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
1101592Srgrimes#kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
1111592Srgrimes#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
11227074Ssteve#vfs.root.mountfrom=""		# Specify root partition in a way the
1131592Srgrimes				# kernel understands
1141592Srgrimes#vm.kmem_size=""		# Sets the size of kernel memory (bytes)
1151592Srgrimes#debug.ktr.cpumask="0xf"	# Bitmask of CPUs to enable KTR on
1161592Srgrimes#debug.ktr.mask="0x1200"	# Bitmask of KTR events to enable
1171592Srgrimes#debug.ktr.verbose="1"		# Enable console dump of KTR events
1181592Srgrimes#net.graph.maxalloc="128"	# Maximum number of queue items to allocate
1191592Srgrimes
1201592Srgrimes
1211592Srgrimes##############################################################
1221592Srgrimes###  Filesystem and related modules  #########################
1231592Srgrimes##############################################################
1241592Srgrimes
1251592Srgrimes# Filesystems
1261592Srgrimes
1271592Srgrimescd9660_load="NO"		# ISO 9660 filesystem
1281592Srgrimescoda_load="NO"			# CODA filesystem
1291592Srgrimesfdescfs_load="NO"		# Filedescriptors filesystem
1301592Srgrimeslinprocfs_load="NO"		# Linux compatibility process filesystem
1311592Srgrimeslinsysfs_load="NO"		# Linux compatibility system filesystem
13227074Sstevemsdosfs_load="NO"		# FAT-12/16/32
1331592Srgrimesnfsclient_load="NO"		# NFS client
1341592Srgrimesnfsserver_load="NO"		# NFS server
1351592Srgrimesntfs_load="NO"			# NTFS
1361592Srgrimesnullfs_load="NO"		# Null filesystem
1371592Srgrimesportalfs_load="NO"		# Portal filesystem
1381592Srgrimesprocfs_load="NO"		# Process filesystem
1391592Srgrimesreiserfs_load="NO"		# ReiserFS
1401592Srgrimesunionfs_load="NO"		# Union filesystem
1411592Srgrimesxfs_load="NO"   		# XFS
1421592Srgrimeszfs_load="NO"   		# ZFS
1431592Srgrimes
1441592Srgrimes# Related stuff
14527074Ssteve
1461592Srgrimesgeom_bde_load="NO"		# Disk encryption driver (see gbde(4,8))
1471592Srgrimesgeom_ccd_load="NO"		# Concatenated disk driver (see ccd(4),
1481592Srgrimes				# ccdconfig(8))
1491592Srgrimesgeom_concat_load="NO"		# Concatenated disk driver (see gconcat(8))
1501592Srgrimesgeom_eli_load="NO"		# Disk encryption driver (see geli(8))
1511592Srgrimesgeom_gate_load="NO"		# Userland disk driver (see geom_gate(4),
15227074Ssteve				# ggatec(8), ggated(8), ggatel(8))
1531592Srgrimesgeom_journal_load="NO"		# Journaled filesystem driver (see gjournal(8))
1541592Srgrimesgeom_label_load="NO"		# File system labels (see glabel(8))
1551592Srgrimesgeom_md_load="NO"		# Memory disk driver (vnode/swap/malloc) (see
1561592Srgrimes				# md(4), mdconfig(8))
1571592Srgrimesgeom_mirror_load="NO"		# RAID1 disk driver (see gmirror(8))
1581592Srgrimesgeom_nop_load="NO"		# Transparent disk driver (see gnop(8))
1591592Srgrimesgeom_raid3_load="NO"		# RAID3 disk driver (see graid3(8))
1601592Srgrimesgeom_shsec_load="NO"		# Shared secret disk driver (see gshsec(8))
1611592Srgrimesgeom_stripe_load="NO"		# RAID0 disk driver (see gstripe(8))
1621592Srgrimesgeom_uzip_load="NO"		# Compressed disk images driver (see mkuzip(8))
1631592Srgrimesgeom_vinum_load="NO"		# Concatenated/mirror/raid driver (see vinum(4))
1641592Srgrimes
1651592Srgrimes
1661592Srgrimes##############################################################
1671592Srgrimes###  Screen saver modules  ###################################
1681592Srgrimes##############################################################
1691592Srgrimes
1701592Srgrimes# This is best done in rc.conf
1711592Srgrimes
1721592Srgrimesscreensave_load="NO"		# Set to YES to load a screensaver module
17327074Sstevescreensave_name="green_saver"	# Set to the name of the screensaver module
17427074Ssteve
1751592Srgrimes
1761592Srgrimes##############################################################
17727074Ssteve###  Emulation modules  ######################################
1781592Srgrimes##############################################################
1791592Srgrimes
1801592Srgrimesibcs2_load="NO"			# IBCS2 (SCO) emulation
1811592Srgrimesibcs2_coff_load="NO"
1821592Srgrimeslinux_load="NO"			# Linux emulation
1831592Srgrimeslindev_load="NO"		# Linux-specific pseudo devices (see lindev(4))
1841592Srgrimessvr4_load="NO"			# SystemV R4 emulation
1851592Srgrimesstreams_load="NO"		# System V streams module
1861592Srgrimes
187
188##############################################################
189###  Networking modules  #####################################
190##############################################################
191
192if_disc_load="NO"		# Discard device
193if_ef_load="NO"			# pseudo-device providing support for multiple
194				# ethernet frame types
195if_epair_load="NO"		# Virtual b-t-b Ethernet-like interface pair
196if_faith_load="NO"		# IPv6-to-IPv4 TCP relay capturing interface
197if_gif_load="NO"		# generic tunnel interface
198if_gre_load="NO"		# encapsulating network device
199if_ppp_load="NO"		# Kernel ppp
200if_sl_load="NO"			# SLIP
201if_stf_load="NO"		# 6to4 tunnel interface
202if_tap_load="NO"		# Ethernet tunnel software network interface
203if_tun_load="NO"		# Tunnel driver (user process ppp)
204if_vlan_load="NO"		# IEEE 802.1Q VLAN network interface
205ipfw_load="NO"			# Firewall
206pf_load="NO"			# packet filter
207
208
209##############################################################
210###  Networking drivers  #####################################
211##############################################################
212
213miibus_load="NO"		# miibus support, needed for some drivers
214if_ae_load="NO"			# Attansic/Atheros L2 FastEthernet
215if_age_load="NO"		# Attansic/Atheros L1 Gigabit Ethernet
216if_alc_load="NO"		# Atheros AR8131/AR8132 Ethernet
217if_ale_load="NO"		# Atheros AR8121/AR8113/AR8114 Ethernet
218if_an_load="NO"			# Aironet 4500/4800 802.11 wireless NICs
219if_ar_load="NO"			# Digi SYNC/570i
220if_ath_load="NO"		# Atheros IEEE 802.11 wireless NICs
221if_aue_load="NO"		# ADMtek AN986 Pegasus USB Ethernet
222if_awi_load="NO"		# AMD PCnetMobile IEEE 802.11 wireless NICs
223if_axe_load="NO"		# ASIX Electronics AX88172 USB Ethernet
224if_bce_load="NO"		# Broadcom NetXtreme II Gigabit Ethernet
225if_bfe_load="NO"		# Broadcom BCM4401
226if_bge_load="NO"		# Broadcom BCM570x PCI Gigabit Ethernet
227if_cas_load="NO"		# Sun Cassini/Cassini+ and NS DP83065 Saturn
228if_cm_load="NO"			# SMC (90c26, 90c56, 90c66)
229if_cs_load="NO"			# Crystal Semiconductor CS8920
230if_cue_load="NO"		# CATC USB-EL1210A USB Ethernet
231if_dc_load="NO"			# DEC/Intel 21143 and various workalikes
232if_de_load="NO"			# DEC DC21x4x Ethernet
233if_ed_load="NO"			# National Semiconductor DS8390/WD83C690
234				# Ethernet
235if_em_load="NO"			# Intel(R) PRO/1000 Gigabit Ethernet
236if_en_load="NO"			# Midway-based ATM interfaces
237if_ep_load="NO"			# 3Com Etherlink III (3c5x9)
238if_ex_load="NO"			# Intel EtherExpress Pro/10 Ethernet
239if_fe_load="NO"			# Fujitsu MB86960A/MB86965A based Ethernet
240				# adapters
241if_fxp_load="NO"		# Intel EtherExpress PRO/100B (82557, 82558)
242if_gem_load="NO"		# Sun GEM/Sun ERI/Apple GMAC
243if_hme_load="NO"		# Sun Microelectronics STP2002-STQ Ethernet
244if_ie_load="NO"			# Intel 82586
245if_igb_load="NO"		# Intel(R) PRO/1000 Gigabit Ethernet
246if_ipw_load="NO"		# Intel PRO/Wireless 2100 wireless
247if_iwi_load="NO"		# Intel PRO/Wireless 2200BG/2225BG/2915ABG
248				# wireless
249if_ixgb_load="NO"		# Intel PRO/10Gb Ethernet
250if_ixgbe_load="NO"		# Intel PRO/10Gb Ethernet PCI Express
251if_jme_load="NO"		# JMicron JMC250 Gigabit/JMC260 Fast Ethernet
252if_le_load="NO"			# AMD Am7900 LANCE and Am79C9xx PCnet
253if_lge_load="NO"		# Level 1 LXT1001 NetCellerator PCI Gigabit
254				# Ethernet
255if_malo_load="NO"		# Marvell Libertas 88W8335 802.11 wireless
256				# adapter
257if_msk_load="NO"		# Marvell/SysKonnect Yukon II Gigabit Ethernet
258if_mxge_load="NO"		# Myricom Myri10GE 10Gb Ethernet
259if_my_load="NO"			# Myson PCI Fast Ethernet
260if_nfe_load="NO"		# NVIDIA nForce MCP Networking Adapter
261if_nge_load="NO"		# National Semiconductor PCI Gigabit Ethernet
262if_nve_load="NO"		# NVIDIA nForce MCP Networking Adapter
263if_nxge_load="NO"		# Neterion Xframe 10Gb Ethernet
264if_pcn_load="NO"		# AMD PCnet PCI
265if_ral_load="NO"		# Ralink Technology wireless
266if_ray_load="NO"		# Raytheon Raylink/Webgear Aviator PCCard
267if_re_load="NO"			# RealTek 8139C+/8169/8169S/8110S
268if_rl_load="NO"			# RealTek 8129/8139
269if_rue_load="NO"		# RealTek RTL8150 USB to Fast Ethernet
270if_sbni_load="NO"		# Granch SBNI12 leased line adapters
271if_sf_load="NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")
272if_sis_load="NO"		# Silicon Integrated Systems SiS 900/7016
273if_sk_load="NO"			# SysKonnect SK-984x series PCI Gigabit Ethernet
274if_sn_load="NO"			# SMC 91Cxx
275if_sr_load="NO"			# synchronous RISCom/N2 / WANic 400/405
276if_ste_load="NO"		# Sundance Technologies ST201 Fast Ethernet
277if_stge_load="NO"		# Sundance/Tamarack TC9021 Gigabit Ethernet
278if_ti_load="NO"			# Alteon Networks Tigon 1 and Tigon 2
279if_tl_load="NO"			# Texas Instruments TNETE100 ("ThunderLAN")
280if_tx_load="NO"			# SMC 83c17x Fast Ethernet
281if_txp_load="NO"		# 3Com 3XP Typhoon/Sidewinder (3CR990)
282if_vge_load="NO"		# VIA VT6122 PCI Gigabit Ethernet
283if_uath_load="NO"		# Atheros USB wireless for AR5005UG & AR5005UX
284if_udav_load="NO"		# Davicom DM9601 USB Ethernet
285if_upgt_load="NO"		# Conexant/Intersil PrismGT USB wireless
286if_ural_load="NO"		# Ralink Technology USB wireless
287if_urtw_load="NO"		# Realtek 8187L USB wireless
288if_vr_load="NO"			# VIA Rhine I and Rhine II
289if_vx_load="NO"			# 3Com 3C590 family
290if_wb_load="NO"			# Winbond W89C840F
291if_wi_load="NO"			# WaveLAN/IEEE 802.11 wireless NICs
292if_wpi_load="NO"		# Intel 3945ABG Wireless LAN IEEE 802.11
293if_xe_load="NO"			# Xircom CreditCard PCMCIA
294if_xl_load="NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)
295
296##############################################################
297###  Netgraph modules  #######################################
298##############################################################
299
300ng_UI_load="NO"			# UI netgraph node type
301ng_async_load="NO"		# asynchronous framing netgraph node type
302ng_bpf_load="NO"		# Berkeley packet filter netgraph node type
303ng_bridge_load="NO"		# Ethernet bridging netgraph node type
304ng_cisco_load="NO"		# Cisco HDLC protocol netgraph node type
305ng_echo_load="NO"		# Netgraph echo node type
306ng_eiface_load="NO"		# generic Ethernet interface netgraph node type
307ng_etf_load="NO"		# Ethertype filtering netgraph node type
308ng_ether_load="NO"		# Ethernet netgraph node type
309ng_fec_load="NO"		# netgraph Fast EtherChannel node
310ng_frame_relay_load="NO"	# frame relay netgraph node type
311ng_gif_load="NO"		# generic tunnel interface netgraph node type
312ng_gif_demux_load="NO"		# demultiplexer for packets from ng_gif(4) nodes
313ng_hole_load="NO"		# Netgraph discard node type
314ng_hub_load="NO"		# packet distribution netgraph node type
315ng_iface_load="NO"		# interface Netgraph node type
316ng_ip_input_load="NO"		# netgraph IP input node type
317ng_ksocket_load="NO"		# kernel socket netgraph node type
318ng_l2tp_load="NO"		# L2TP protocol netgraph node type
319ng_lmi_load="NO"		# frame relay LMI protocol netgraph node type
320ng_mppc_load="NO"		# Microsoft MPPC/MPPE compression and
321				# encryption netgraph node type
322ng_netflow_load="NO"		# Cisco's NetFlow netgraph node type
323ng_one2many_load="NO"		# packet multiplexing netgraph node type
324ng_ppp_load="NO"		# PPP protocol netgraph node type
325ng_pppoe_load="NO"		# RFC 2516 PPPOE protocol netgraph node type
326ng_pptpgre_load="NO"		# PPTP GRE protocol netgraph node type
327ng_rfc1490_load="NO"		# RFC 1490 netgraph node type
328ng_socket_load="NO"		# Netgraph socket node type
329ng_split_load="NO"		# netgraph node to separate incoming and
330				# outgoing flows
331ng_sppp_load="NO"		# sppp netgraph node type
332ng_tee_load="NO"		# Netgraph ``tee'' node type
333ng_tty_load="NO"		# Netgraph node type that is also a line
334				# discipline
335ng_vjc_load="NO"		# Van Jacobsen compression netgraph node type
336ng_vlan_load="NO"		# IEEE 802.1Q VLAN tagging netgraph node type
337
338##############################################################
339###  Sound modules  ##########################################
340##############################################################
341
342sound_load="NO"			# Digital sound subsystem
343snd_ad1816_load="NO"		# ad1816
344snd_als4000_load="NO"		# als4000
345snd_atiixp_load="NO"		# atiixp
346snd_cmi_load="NO"		# cmi
347snd_cs4281_load="NO"		# cs4281
348snd_csa_load="NO"		# csa
349snd_ds1_load="NO"		# ds1
350snd_emu10k1_load="NO" 		# Creative Sound Blaster Live
351snd_emu10kx_load="NO" 		# Creative SoundBlaster Live! and Audigy
352snd_envy24_load="NO"		# VIA Envy24
353snd_envy24ht_load="NO"		# VIA Envy24HT
354snd_es137x_load="NO"		# es137x
355snd_ess_load="NO"		# ess
356snd_fm801_load="NO"		# fm801
357snd_hda_load="NO"		# Intel High Definition Audio (Controller)
358snd_ich_load="NO"		# Intel ICH
359snd_maestro_load="NO"		# Maestro
360snd_maestro3_load="NO"		# Maestro3
361snd_mss_load="NO"		# Mss
362snd_neomagic_load="NO"		# Neomagic
363snd_sb16_load="NO"		# Sound Blaster 16
364snd_sb8_load="NO"		# Sound Blaster Pro
365snd_sbc_load="NO"		# Sbc
366snd_solo_load="NO"		# Solo
367snd_spicds_load="NO"		# SPI codecs
368snd_t4dwave_load="NO"		# t4dwave
369snd_via8233_load="NO"		# via8233
370snd_via82c686_load="NO"		# via82c686
371snd_vibes_load="NO"		# vibes
372snd_driver_load="NO"		# All sound drivers
373
374##############################################################
375###  USB modules  ############################################
376##############################################################
377
378usb_load="NO"			# USB subsystem
379udbp_load="NO"			# USB double bulk pipe host 2 host cables
380ugen_load="NO"			# USB generic device, if all else fails ...
381ufm_load="NO"			# Fm Radio
382uhid_load="NO"			# Human Interface Devices
383ukbd_load="NO"			# Keyboard
384ulpt_load="NO"			# Printer
385ums_load="NO"			# Mouse
386umass_load="NO"			# Mass Storage Devices
387umodem_load="NO"		# Modems
388if_aue_load="NO"		# ADMtek USB ethernet
389if_axe_load="NO"		# ASIX Electronics AX88172 USB ethernet
390if_cue_load="NO"		# CATC USB ethernet
391if_kue_load="NO"		# Kawasaki LSI USB ethernet
392if_rum_load="NO"		# Ralink USB 802.11 wireless adapter
393if_ural_load="NO"		# Ralink RT2500USB 802.11 wireless adapter
394if_zyd_load="NO"		# ZyDAS ZD1211(B) USB 802.11 wireless adapter
395snd_uaudio_load="NO"		# USB audio
396
397##############################################################
398###  Other modules  ##########################################
399##############################################################
400
401bktr_load="NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card
402ispfw_load="NO"			# Qlogic ISP Firmware
403agp_load="NO"			# agp module
404accf_data_load="NO"		# Wait for data accept filter
405accf_dns_load="NO"		# Wait for full DNS request accept filter
406accf_http_load="NO"		# Wait for full HTTP request accept filter
407random_load="NO"		# Random device
408speaker_load="NO"		# AT speaker module
409coretemp_load="NO"		# Intel Core CPU temperature monitor
410amdtemp_load="NO"		# AMD K8/K10/K11 temperature monitor
411
412##############################################################
413###  ACPI settings  ##########################################
414##############################################################
415
416acpi_dsdt_load="NO"		# DSDT Overriding
417acpi_dsdt_type="acpi_dsdt"	# Don't change this
418acpi_dsdt_name="/boot/acpi_dsdt.aml"
419				# Override DSDT in BIOS by this file
420acpi_video_load="NO"		# Load the ACPI video extension driver
421
422##############################################################
423### TrustedBSD MAC settings ##################################
424##############################################################
425
426mac_biba_load="NO"		# Biba MAC policy
427mac_bsdextended_load="NO"	# BSD/extended MAC policy
428mac_ifoff="NO"			# Interface silencing policy
429mac_mls_load="NO"		# MLS MAC policy
430mac_none_load="NO"		# Null MAC policy
431mac_partition_load="NO"		# Partition MAC policy
432mac_seeotheruids_load="NO"	# UID visbility MAC policy
433
434##############################################################
435###  Module loading syntax example  ##########################
436##############################################################
437
438#module_load="YES"		# loads module "module"
439#module_name="realname"		# uses "realname" instead of "module"
440#module_type="type"		# passes "-t type" to load
441#module_flags="flags"		# passes "flags" to the module
442#module_before="cmd"		# executes "cmd" before loading the module
443#module_after="cmd"		# executes "cmd" after loading the module
444#module_error="cmd"		# executes "cmd" if load fails
445
446##############################################################
447###  Always try to load ZFS pool cache file  #################
448##############################################################
449
450zpool_cache_load="YES"
451zpool_cache_type="/boot/zfs/zpool.cache"
452zpool_cache_name="/boot/zfs/zpool.cache"
453