Deleted Added
full compact
loader.conf (193880) loader.conf (194246)
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 193880 2009-06-10 02:07:58Z yongari $
9# $FreeBSD: head/sys/boot/forth/loader.conf 194246 2009-06-15 18:22:41Z marius $
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

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

216if_ar_load="NO" # Digi SYNC/570i
217if_ath_load="NO" # Atheros IEEE 802.11 wireless NICs
218if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
219if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
220if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
221if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
222if_bfe_load="NO" # Broadcom BCM4401
223if_bge_load="NO" # Broadcom BCM570x PCI 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

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

216if_ar_load="NO" # Digi SYNC/570i
217if_ath_load="NO" # Atheros IEEE 802.11 wireless NICs
218if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
219if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
220if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
221if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
222if_bfe_load="NO" # Broadcom BCM4401
223if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
224if_cas_load="NO" # Sun Cassini/Cassini+ and NS DP83065 Saturn
224if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
225if_cs_load="NO" # Crystal Semiconductor CS8920
226if_cue_load="NO" # CATC USB-EL1210A USB Ethernet
227if_dc_load="NO" # DEC/Intel 21143 and various workalikes
228if_de_load="NO" # DEC DC21x4x Ethernet
229if_ed_load="NO" # National Semiconductor DS8390/WD83C690
230 # Ethernet
231if_em_load="NO" # Intel(R) PRO/1000 Gigabit Ethernet

--- 217 unchanged lines hidden ---
225if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
226if_cs_load="NO" # Crystal Semiconductor CS8920
227if_cue_load="NO" # CATC USB-EL1210A USB Ethernet
228if_dc_load="NO" # DEC/Intel 21143 and various workalikes
229if_de_load="NO" # DEC DC21x4x Ethernet
230if_ed_load="NO" # National Semiconductor DS8390/WD83C690
231 # Ethernet
232if_em_load="NO" # Intel(R) PRO/1000 Gigabit Ethernet

--- 217 unchanged lines hidden ---