Deleted Added
full compact
loader.conf (179343) loader.conf (180259)
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 179343 2008-05-27 02:13:25Z yongari $
9# $FreeBSD: head/sys/boot/forth/loader.conf 180259 2008-07-04 18:58:53Z jhb $
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### Networking drivers #####################################
207##############################################################
208
209miibus_load="NO" # miibus support, needed for some drivers
210if_age_load="NO" # Attansic/Atheros L1 Gigabit Ethernet
211if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
212if_ar_load="NO" # Digi SYNC/570i
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### Networking drivers #####################################
207##############################################################
208
209miibus_load="NO" # miibus support, needed for some drivers
210if_age_load="NO" # Attansic/Atheros L1 Gigabit Ethernet
211if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
212if_ar_load="NO" # Digi SYNC/570i
213if_arl_load="NO" # Aironet Arlan 655 wireless network adapter
214if_ath_load="NO" # Atheros IEEE 802.11 wireless NICs
215if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
216if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
217if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
218if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
219if_bfe_load="NO" # Broadcom BCM4401
220if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
221if_cm_load="NO" # SMC (90c26, 90c56, 90c66)

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

249 # adapter
250if_msk_load="NO" # Marvell/SysKonnect Yukon II Gigabit Ethernet
251if_mxge_load="NO" # Myricom Myri10GE 10Gb Ethernet
252if_my_load="NO" # Myson PCI Fast Ethernet
253if_nfe_load="NO" # NVIDIA nForce MCP Networking Adapter
254if_nge_load="NO" # National Semiconductor PCI Gigabit Ethernet
255if_nve_load="NO" # NVIDIA nForce MCP Networking Adapter
256if_nxge_load="NO" # Neterion Xframe 10Gb Ethernet
213if_ath_load="NO" # Atheros IEEE 802.11 wireless NICs
214if_aue_load="NO" # ADMtek AN986 Pegasus USB Ethernet
215if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
216if_axe_load="NO" # ASIX Electronics AX88172 USB Ethernet
217if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
218if_bfe_load="NO" # Broadcom BCM4401
219if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
220if_cm_load="NO" # SMC (90c26, 90c56, 90c66)

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

248 # adapter
249if_msk_load="NO" # Marvell/SysKonnect Yukon II Gigabit Ethernet
250if_mxge_load="NO" # Myricom Myri10GE 10Gb Ethernet
251if_my_load="NO" # Myson PCI Fast Ethernet
252if_nfe_load="NO" # NVIDIA nForce MCP Networking Adapter
253if_nge_load="NO" # National Semiconductor PCI Gigabit Ethernet
254if_nve_load="NO" # NVIDIA nForce MCP Networking Adapter
255if_nxge_load="NO" # Neterion Xframe 10Gb Ethernet
257if_oltr_load="NO" # Olicom
258if_pcn_load="NO" # AMD PCnet PCI
259if_ral_load="NO" # Ralink Technology wireless
260if_ray_load="NO" # Raytheon Raylink/Webgear Aviator PCCard
261if_re_load="NO" # RealTek 8139C+/8169/8169S/8110S
262if_rl_load="NO" # RealTek 8129/8139
263if_rue_load="NO" # RealTek RTL8150 USB to Fast Ethernet
264if_sbni_load="NO" # Granch SBNI12 leased line adapters
265if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")

--- 176 unchanged lines hidden ---
256if_pcn_load="NO" # AMD PCnet PCI
257if_ral_load="NO" # Ralink Technology wireless
258if_ray_load="NO" # Raytheon Raylink/Webgear Aviator PCCard
259if_re_load="NO" # RealTek 8139C+/8169/8169S/8110S
260if_rl_load="NO" # RealTek 8129/8139
261if_rue_load="NO" # RealTek RTL8150 USB to Fast Ethernet
262if_sbni_load="NO" # Granch SBNI12 leased line adapters
263if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")

--- 176 unchanged lines hidden ---