Deleted Added
full compact
loader.conf (182194) loader.conf (182912)
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 182194 2008-08-26 13:27:48Z matteo $
9# $FreeBSD: head/sys/boot/forth/loader.conf 182912 2008-09-10 18:36:58Z 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

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

255if_nve_load="NO" # NVIDIA nForce MCP Networking Adapter
256if_nxge_load="NO" # Neterion Xframe 10Gb Ethernet
257if_pcn_load="NO" # AMD PCnet PCI
258if_ral_load="NO" # Ralink Technology wireless
259if_ray_load="NO" # Raytheon Raylink/Webgear Aviator PCCard
260if_re_load="NO" # RealTek 8139C+/8169/8169S/8110S
261if_rl_load="NO" # RealTek 8129/8139
262if_rue_load="NO" # RealTek RTL8150 USB to Fast 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

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

255if_nve_load="NO" # NVIDIA nForce MCP Networking Adapter
256if_nxge_load="NO" # Neterion Xframe 10Gb Ethernet
257if_pcn_load="NO" # AMD PCnet PCI
258if_ral_load="NO" # Ralink Technology wireless
259if_ray_load="NO" # Raytheon Raylink/Webgear Aviator PCCard
260if_re_load="NO" # RealTek 8139C+/8169/8169S/8110S
261if_rl_load="NO" # RealTek 8129/8139
262if_rue_load="NO" # RealTek RTL8150 USB to Fast Ethernet
263if_sbni_load="NO" # Granch SBNI12 leased line adapters
263if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
264if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
265if_sk_load="NO" # SysKonnect SK-984x series PCI Gigabit Ethernet
266if_sn_load="NO" # SMC 91Cxx
267if_sr_load="NO" # synchronous RISCom/N2 / WANic 400/405
268if_ste_load="NO" # Sundance Technologies ST201 Fast Ethernet
269if_stge_load="NO" # Sundance/Tamarack TC9021 Gigabit Ethernet
270if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2

--- 173 unchanged lines hidden ---
264if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
265if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
266if_sk_load="NO" # SysKonnect SK-984x series PCI Gigabit Ethernet
267if_sn_load="NO" # SMC 91Cxx
268if_sr_load="NO" # synchronous RISCom/N2 / WANic 400/405
269if_ste_load="NO" # Sundance Technologies ST201 Fast Ethernet
270if_stge_load="NO" # Sundance/Tamarack TC9021 Gigabit Ethernet
271if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2

--- 173 unchanged lines hidden ---