Deleted Added
full compact
loader.conf (218815) loader.conf (219647)
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 218815 2011-02-18 17:43:22Z danger $
9# $FreeBSD: head/sys/boot/forth/loader.conf 219647 2011-03-14 22:42:41Z davidch $
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

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

263if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
264if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
265if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
266if_bfe_load="NO" # Broadcom BCM4401
267if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
268if_bridge_load="NO" # if_bridge(4) devices
269if_bwi_load="NO" # Broadcom BCM53xx IEEE 802.11b/g wireness NICs
270if_bwn_load="NO" # Broadcom BCM43xx IEEE 802.11 wireless NICs
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

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

263if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
264if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
265if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
266if_bfe_load="NO" # Broadcom BCM4401
267if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
268if_bridge_load="NO" # if_bridge(4) devices
269if_bwi_load="NO" # Broadcom BCM53xx IEEE 802.11b/g wireness NICs
270if_bwn_load="NO" # Broadcom BCM43xx IEEE 802.11 wireless NICs
271if_bxe_load="NO" # Broadcom NetXtreme II 10Gb Ethernet
271if_carp_load="NO" # carp(4) devices
272if_cas_load="NO" # Sun Cassini/Cassini+ and NS DP83065 Saturn
273if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
274if_cs_load="NO" # Crystal Semiconductor CS8920
275if_cue_load="NO" # CATC USB-EL1210A USB Ethernet
276if_cxgb_load="NO" # Chelsio T3 10 Gigabit Ethernet
277if_dc_load="NO" # DEC/Intel 21143 and various workalikes
278if_de_load="NO" # DEC DC21x4x Ethernet

--- 246 unchanged lines hidden ---
272if_carp_load="NO" # carp(4) devices
273if_cas_load="NO" # Sun Cassini/Cassini+ and NS DP83065 Saturn
274if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
275if_cs_load="NO" # Crystal Semiconductor CS8920
276if_cue_load="NO" # CATC USB-EL1210A USB Ethernet
277if_cxgb_load="NO" # Chelsio T3 10 Gigabit Ethernet
278if_dc_load="NO" # DEC/Intel 21143 and various workalikes
279if_de_load="NO" # DEC DC21x4x Ethernet

--- 246 unchanged lines hidden ---