Deleted Added
full compact
loader.conf (55944) loader.conf (55992)
1# This is loader.conf - a file full of useful variables that you can
2# set to change the default load behavior of your system. You should
3# not edit this file! Put any overrides into one of the
4# loader_conf_files instead and you will be able to update these
5# defaults later without spamming your local configuration information.
6#
7# All arguments must be in double quotes.
8#
1# This is loader.conf - a file full of useful variables that you can
2# set to change the default load behavior of your system. You should
3# not edit this file! Put any overrides into one of the
4# loader_conf_files instead and you will be able to update these
5# defaults later without spamming your local configuration information.
6#
7# All arguments must be in double quotes.
8#
9# $FreeBSD: head/sys/boot/forth/loader.conf 55944 2000-01-14 03:14:49Z wpaul $
9# $FreeBSD: head/sys/boot/forth/loader.conf 55992 2000-01-14 20:41:03Z wpaul $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="/kernel"

--- 119 unchanged lines hidden (view full) ---

137ipfw_load="NO" # Firewall
138
139
140##############################################################
141### Networking drivers #####################################
142##############################################################
143
144miibus_load="NO" # miibus support, needed for some drivers
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="/kernel"

--- 119 unchanged lines hidden (view full) ---

137ipfw_load="NO" # Firewall
138
139
140##############################################################
141### Networking drivers #####################################
142##############################################################
143
144miibus_load="NO" # miibus support, needed for some drivers
145if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
145if_dc_load="NO" # DEC/Intel 21143 and various workalikes
146if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558)
147if_rl_load="NO" # RealTek 8129/8139
148if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
149if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
150if_sk_load="NO" # SysKonnect SK-984x series PCI gigabit ethernet
151if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
152if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
153if_vr_load="NO" # VIA Rhine I and Rhine II
154if_wb_load="NO" # Winbond W89C840F
146if_dc_load="NO" # DEC/Intel 21143 and various workalikes
147if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558)
148if_rl_load="NO" # RealTek 8129/8139
149if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
150if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
151if_sk_load="NO" # SysKonnect SK-984x series PCI gigabit ethernet
152if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
153if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
154if_vr_load="NO" # VIA Rhine I and Rhine II
155if_wb_load="NO" # Winbond W89C840F
156if_wi_load="NO" # WaveLAN/IEEE 802.11 wireless NICs
155if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
156
157if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
158
157
158##############################################################
159### USB modules ############################################
160##############################################################
161
162usb_load="NO" # USB subsystem
163ugen_load="NO" # USB generic device, if all else fails ...
164uhid_load="NO" # Human Interface Devices
165ukbd_load="NO" # Keyboard

--- 26 unchanged lines hidden ---
159##############################################################
160### USB modules ############################################
161##############################################################
162
163usb_load="NO" # USB subsystem
164ugen_load="NO" # USB generic device, if all else fails ...
165uhid_load="NO" # Human Interface Devices
166ukbd_load="NO" # Keyboard

--- 26 unchanged lines hidden ---