verbose_loading="YES" # Set to YES for verbose loader output hw.ltmdm.intr="INTR_TYPE_NET" hw.ata.atapi_dma="1" # Run the CD-ROM/DVD in DMA mode ############################################################## ### Splash screen configuration ############################ ############################################################## splash_bmp_load="NO" # Set this to YES for bmp splash screen! splash_pcx_load="NO" # Set this to YES for pcx splash screen! vesa_load="YES" # Set this to YES to load the vesa module bitmap_load="NO" # Set this to YES if you want splash screen! bitmap_name="splash.bmp" # Set this to the name of the bmp or pcx file bitmap_type="splash_image_data" # and place it on the module_path ############################################################## ### Loader settings ######################################## ############################################################## autoboot_delay="2" # Delay in seconds before autobooting ############################################################## ### Kernel settings ######################################## ############################################################## boot_verbose="YES" # Causes extra debugging information to be printed ############################################################## ### Sound modules ########################################## ############################################################## snd_ds1_load="YES" # ds1 ############################################################## ### USB modules ############################################ ############################################################## usb_load="YES" # USB subsystem udbp_load="NO" # USB double bulk pipe host 2 host cables ugen_load="YES" # USB generic device, if all else fails ... ufm_load="NO" # Fm Radio uhid_load="YES" # Human Interface Devices ukbd_load="YES" # Keyboard ulpt_load="YES" # Printer ums_load="YES" # Mouse umass_load="YES" # Mass Storage Devices umodem_load="NO" # Modems uscanner_load="NO" # Scanners ucom_load="YES" # Serial Ports uplcom_load="YES" # Prolific PL-2303 serial adapters if_aue_load="NO" # ADMtek USB ethernet if_cue_load="NO" # CATC USB ethernet if_kue_load="NO" # Kawasaki LSI USB ethernet ############################################################## ### Other modules ########################################## ############################################################## #agp_load="NO" # agp module #accf_data_load="NO" # Wait for data accept filter #accf_http_load="NO" # Wait for full HTTP request accept filter #atspeaker_load="NO" # AT speaker module ############################################################## ### ACPI settings ########################################## ############################################################## hw.acpi.verbose=1 hw.acpi.ec.burst_mode=1 #acpi_dsdt_load="NO" # DSDT Overriding #acpi_dsdt_type="acpi_dsdt" # Don't change this #acpi_dsdt_name="/boot/acpi_dsdt.aml" # Override DSDT in BIOS by this file ############################################################## ### TrustedBSD MAC settings ################################## ############################################################## mac_biba_load="NO" # Biba MAC policy mac_bsdextended_load="NO" # BSD/extended MAC policy mac_ifoff="NO" # Interface silencing policy mac_mls_load="NO" # MLS MAC policy mac_none_load="NO" # Null MAC policy mac_partition_load="NO" # Partition MAC policy mac_seeotheruids_load="NO" # UID visbility MAC policy ############################################################## ### Module loading syntax example ########################## ############################################################## #module_load="YES" # loads module "module" #module_name="realname" # uses "realname" instead of "module" #module_type="type" # passes "-t type" to load #module_flags="flags" # passes "flags" to the module #module_before="cmd" # executes "cmd" before loading the module #module_after="cmd" # executes "cmd" after loading the module #module_error="cmd" # executes "cmd" if load fails