From e2a1e38b4875db012b25b1a9c682ab51c2e599a1 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 26 Jul 2008 00:21:30 +0000 Subject: [PATCH] Remove some *_load lines for stuff we don't have. --- sys/boot/forth/loader-bootp.conf | 21 ++++++--------------- sys/boot/forth/loader.conf | 21 ++++++--------------- 2 files changed, 12 insertions(+), 30 deletions(-) diff --git a/sys/boot/forth/loader-bootp.conf b/sys/boot/forth/loader-bootp.conf index 8e97367a20..b18d14b16a 100644 --- a/sys/boot/forth/loader-bootp.conf +++ b/sys/boot/forth/loader-bootp.conf @@ -7,7 +7,7 @@ # All arguments must be in double quotes. # # $FreeBSD: src/sys/boot/forth/loader.conf,v 1.72 2003/07/01 01:03:32 brueffer Exp $ -# $DragonFly: src/sys/boot/forth/loader-bootp.conf,v 1.24 2008/07/25 22:28:16 swildner Exp $ +# $DragonFly: src/sys/boot/forth/loader-bootp.conf,v 1.25 2008/07/26 00:21:30 swildner Exp $ ############################################################## ### Basic configuration options ############################ @@ -148,8 +148,6 @@ screensave_name="green_saver" # Set to the name of the screensaver module ### Emulation modules ###################################### ############################################################## -fpu_load="NO" # Floating point emulation -gnufpu_load="NO" # GNU floating point emulation linux_load="NO" # Linux emulation @@ -230,6 +228,7 @@ if_wi_load="NO" # WaveLAN/IEEE 802.11 wireless NICs if_xe_load="NO" # Xircom CreditCard PCMCIA if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B) + ############################################################## ### Netgraph modules ####################################### ############################################################## @@ -257,6 +256,7 @@ ng_tee_load="NO" # Netgraph ``tee'' node type ng_tty_load="NO" # Netgraph node type that is also a line discipline ng_vjc_load="NO" # Van Jacobsen compression netgraph node type + ############################################################## ### Sound modules ########################################## ############################################################## @@ -288,6 +288,7 @@ snd_via8233_load="NO" # via8233 snd_via82c686_load="NO" # via82c686 snd_driver_load="NO" # All sound drivers + ############################################################## ### USB modules ############################################ ############################################################## @@ -311,6 +312,7 @@ if_rum_load="NO" # Ralink RT2501USB/RT2601USB 802.11 wireless NICs if_ural_load="NO" # Ralink RT2500USB 802.11 wireless NICs snd_uaudio_load="NO" # USB audio + ############################################################## ### Other modules ########################################## ############################################################## @@ -323,6 +325,7 @@ accf_http_load="NO" # Wait for full HTTP request accept filter random_load="NO" # Random device atspeaker_load="NO" # AT speaker module + ############################################################## ### ACPI settings ########################################## ############################################################## @@ -332,17 +335,6 @@ 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 ########################## @@ -355,4 +347,3 @@ mac_seeotheruids_load="NO" # UID visbility MAC policy #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 - diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 1a868de43d..0c221a0ed4 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -7,7 +7,7 @@ # All arguments must be in double quotes. # # $FreeBSD: src/sys/boot/forth/loader.conf,v 1.72 2003/07/01 01:03:32 brueffer Exp $ -# $DragonFly: src/sys/boot/forth/loader.conf,v 1.31 2008/07/25 22:28:16 swildner Exp $ +# $DragonFly: src/sys/boot/forth/loader.conf,v 1.32 2008/07/26 00:21:30 swildner Exp $ ############################################################## ### Basic configuration options ############################ @@ -148,8 +148,6 @@ screensave_name="green_saver" # Set to the name of the screensaver module ### Emulation modules ###################################### ############################################################## -fpu_load="NO" # Floating point emulation -gnufpu_load="NO" # GNU floating point emulation linux_load="NO" # Linux emulation @@ -226,6 +224,7 @@ if_wi_load="NO" # WaveLAN/IEEE 802.11 wireless NICs if_xe_load="NO" # Xircom CreditCard PCMCIA if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B) + ############################################################## ### Netgraph modules ####################################### ############################################################## @@ -253,6 +252,7 @@ ng_tee_load="NO" # Netgraph ``tee'' node type ng_tty_load="NO" # Netgraph node type that is also a line discipline ng_vjc_load="NO" # Van Jacobsen compression netgraph node type + ############################################################## ### Sound modules ########################################## ############################################################## @@ -284,6 +284,7 @@ snd_via8233_load="NO" # via8233 snd_via82c686_load="NO" # via82c686 snd_driver_load="NO" # All sound drivers + ############################################################## ### USB modules ############################################ ############################################################## @@ -307,6 +308,7 @@ if_rum_load="NO" # Ralink RT2501USB/RT2601USB 802.11 wireless NICs if_ural_load="NO" # Ralink RT2500USB 802.11 wireless NICs snd_uaudio_load="NO" # USB audio + ############################################################## ### Other modules ########################################## ############################################################## @@ -319,6 +321,7 @@ accf_http_load="NO" # Wait for full HTTP request accept filter random_load="NO" # Random device atspeaker_load="NO" # AT speaker module + ############################################################## ### ACPI settings ########################################## ############################################################## @@ -328,17 +331,6 @@ 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 ########################## @@ -351,4 +343,3 @@ mac_seeotheruids_load="NO" # UID visbility MAC policy #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 - -- 2.41.0