Deleted Added
full compact
loader.conf (212861) loader.conf (216829)
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 212861 2010-09-19 14:40:37Z nork $
9# $FreeBSD: head/sys/boot/forth/loader.conf 216829 2010-12-31 00:21:41Z 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

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

323if_sn_load="NO" # SMC 91Cxx
324if_ste_load="NO" # Sundance Technologies ST201 Fast Ethernet
325if_stge_load="NO" # Sundance/Tamarack TC9021 Gigabit Ethernet
326if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
327if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
328if_tx_load="NO" # SMC 83c17x Fast Ethernet
329if_txp_load="NO" # 3Com 3XP Typhoon/Sidewinder (3CR990)
330if_vge_load="NO" # VIA VT6122 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

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

323if_sn_load="NO" # SMC 91Cxx
324if_ste_load="NO" # Sundance Technologies ST201 Fast Ethernet
325if_stge_load="NO" # Sundance/Tamarack TC9021 Gigabit Ethernet
326if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
327if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
328if_tx_load="NO" # SMC 83c17x Fast Ethernet
329if_txp_load="NO" # 3Com 3XP Typhoon/Sidewinder (3CR990)
330if_vge_load="NO" # VIA VT6122 PCI Gigabit Ethernet
331if_vte_load="NO" # DM&P Vortex86 RDC R6040 Fast Ethernet
331if_uath_load="NO" # Atheros USB wireless for AR5005UG & AR5005UX
332if_udav_load="NO" # Davicom DM9601 USB Ethernet
333if_upgt_load="NO" # Conexant/Intersil PrismGT USB wireless
334if_ural_load="NO" # Ralink Technology USB wireless
335if_urtw_load="NO" # Realtek 8187L USB wireless
336if_vr_load="NO" # VIA Rhine I and Rhine II
337if_vx_load="NO" # 3Com 3C590 family
338if_wb_load="NO" # Winbond W89C840F

--- 180 unchanged lines hidden ---
332if_uath_load="NO" # Atheros USB wireless for AR5005UG & AR5005UX
333if_udav_load="NO" # Davicom DM9601 USB Ethernet
334if_upgt_load="NO" # Conexant/Intersil PrismGT USB wireless
335if_ural_load="NO" # Ralink Technology USB wireless
336if_urtw_load="NO" # Realtek 8187L USB wireless
337if_vr_load="NO" # VIA Rhine I and Rhine II
338if_vx_load="NO" # 3Com 3C590 family
339if_wb_load="NO" # Winbond W89C840F

--- 180 unchanged lines hidden ---