Deleted Added
full compact
loader.conf (183592) loader.conf (184870)
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 183592 2008-10-04 11:49:53Z stas $
9# $FreeBSD: head/sys/boot/forth/loader.conf 184870 2008-11-12 09:52:06Z yongari $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules

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

205
206##############################################################
207### Networking drivers #####################################
208##############################################################
209
210miibus_load="NO" # miibus support, needed for some drivers
211if_ae_load="NO" # Attansic/Atheros L2 FastEthernet
212if_age_load="NO" # Attansic/Atheros L1 Gigabit Ethernet
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules

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

205
206##############################################################
207### Networking drivers #####################################
208##############################################################
209
210miibus_load="NO" # miibus support, needed for some drivers
211if_ae_load="NO" # Attansic/Atheros L2 FastEthernet
212if_age_load="NO" # Attansic/Atheros L1 Gigabit Ethernet
213if_ale_load="NO" # Atheros AR8121/AR8113/AR8114 Ethernet
213if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
214if_ar_load="NO" # Digi SYNC/570i
215if_ath_load="NO" # Atheros IEEE 802.11 wireless NICs
216if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
217if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
218if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
219if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
220if_bfe_load="NO" # Broadcom BCM4401

--- 225 unchanged lines hidden ---
214if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
215if_ar_load="NO" # Digi SYNC/570i
216if_ath_load="NO" # Atheros IEEE 802.11 wireless NICs
217if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
218if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
219if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
220if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
221if_bfe_load="NO" # Broadcom BCM4401

--- 225 unchanged lines hidden ---