summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-07-25 16:20:04 +0000
committertrasz <trasz@FreeBSD.org>2015-07-25 16:20:04 +0000
commitec9474eb23d5a8089dbc17fff04cd27a72e06f3e (patch)
tree32fd8d3e58fd3e6eb16e7556b13d32ed47b8ea26 /sys/boot/forth
parent5bc481bce4c0723182b2363541d5cc005dd452a0 (diff)
downloadFreeBSD-src-ec9474eb23d5a8089dbc17fff04cd27a72e06f3e.zip
FreeBSD-src-ec9474eb23d5a8089dbc17fff04cd27a72e06f3e.tar.gz
Use double newlines consistently.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index a844889..32d6582 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -53,6 +53,7 @@ entropy_cache_type="/boot/entropy" # Required for the kernel to find
# must not change value even if the
# _name above does change!
+
##############################################################
### RAM Blacklist configuration #############################
##############################################################
@@ -64,6 +65,7 @@ ram_blacklist_name="/boot/blacklist.txt" # Set this to the name of the file
ram_blacklist_type="ram_blacklist" # Required for the kernel to find
# the blacklist module
+
##############################################################
### Loader settings ########################################
##############################################################
@@ -381,6 +383,7 @@ if_xe_load="NO" # Xircom CreditCard PCMCIA
if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
utopia_load="NO" # ATM PHY driver
+
##############################################################
### Netgraph modules #######################################
##############################################################
@@ -422,6 +425,7 @@ ng_tty_load="NO" # Netgraph node type that is also a line
ng_vjc_load="NO" # Van Jacobsen compression netgraph node type
ng_vlan_load="NO" # IEEE 802.1Q VLAN tagging netgraph node type
+
##############################################################
### Sound modules ##########################################
##############################################################
@@ -458,6 +462,7 @@ snd_via82c686_load="NO" # via82c686
snd_vibes_load="NO" # vibes
snd_driver_load="NO" # All sound drivers
+
##############################################################
### USB modules ############################################
##############################################################
@@ -490,6 +495,7 @@ if_ural_load="NO" # Ralink RT2500USB 802.11 wireless adapter
if_zyd_load="NO" # ZyDAS ZD1211(B) USB 802.11 wireless adapter
snd_uaudio_load="NO" # USB audio
+
##############################################################
### Other modules ##########################################
##############################################################
@@ -514,6 +520,7 @@ amdtemp_load="NO" # AMD K8/K10/K11 temperature monitor
tpm_load="NO" # Trusted Platform Module
wbwd_load="NO" # Winbond watchdog
+
##############################################################
### ACPI settings ##########################################
##############################################################
@@ -524,6 +531,7 @@ acpi_dsdt_name="/boot/acpi_dsdt.aml"
# Override DSDT in BIOS by this file
acpi_video_load="NO" # Load the ACPI video extension driver
+
##############################################################
### TrustedBSD MAC settings ##################################
##############################################################
@@ -536,6 +544,7 @@ 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 ##########################
##############################################################
OpenPOWER on IntegriCloud