Bring this file more up to date.
This commit is contained in:
parent
73b20fb9b8
commit
7756db1184
@ -16,7 +16,7 @@ exec=".( Loading /boot/defaults/loader.conf ) cr"
|
||||
|
||||
kernel="kernel" # /boot sub-directory containing kernel and modules
|
||||
bootfile="kernel" # Kernel name (possibly absolute path)
|
||||
kernel_options=""
|
||||
kernel_options="" # Flags to be passed to the kernel
|
||||
|
||||
loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
|
||||
nextboot_conf="/boot/nextboot.conf"
|
||||
@ -119,19 +119,20 @@ coda_load="NO" # CODA filesystem
|
||||
fdescfs_load="NO" # Filedescriptors filesystem
|
||||
linprocfs_load="NO" # Linux compatibility process filesystem
|
||||
msdosfs_load="NO" # FAT-12/16/32
|
||||
nfs_load="NO" # NFS
|
||||
nfsclient_load="NO" # NFS client
|
||||
nfsserver_load="NO" # NFS server
|
||||
ntfs_load="NO" # NTFS
|
||||
nullfs_load="NO" # Null filesystem
|
||||
portalfs_load="NO" # Portal filesystem
|
||||
procfs_load="NO" # Process filesystem
|
||||
umapfs_load="NO" # User-id map filesystem
|
||||
#umapfs_load="NO" # User-id map filesystem
|
||||
unionfs_load="NO" # Union filesystem
|
||||
|
||||
# Related stuff
|
||||
|
||||
ccd_load="NO" # Concatenated disk driver
|
||||
vinum_load="NO" # Concatenated/mirror/raid driver
|
||||
md_load="NO" # Memory disk driver (vnode/swap/malloc)
|
||||
geom_ccd_load="NO" # Concatenated disk driver
|
||||
geom_vinum_load="NO" # Concatenated/mirror/raid driver
|
||||
g_md_load="NO" # Memory disk driver (vnode/swap/malloc)
|
||||
|
||||
|
||||
##############################################################
|
||||
@ -148,8 +149,6 @@ screensave_name="green_saver" # Set to the name of the screensaver module
|
||||
### Emulation modules ######################################
|
||||
##############################################################
|
||||
|
||||
fpu_load="NO" # Floating point emulation
|
||||
gnufpu_load="NO" # GNU floating point emulation
|
||||
ibcs2_load="NO" # IBCS2 (SCO) emulation
|
||||
ibcs2_coff_load="NO"
|
||||
linux_load="NO" # Linux emulation
|
||||
@ -184,6 +183,7 @@ miibus_load="NO" # miibus support, needed for some drivers
|
||||
if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
|
||||
if_ar_load="NO" # Digi SYNC/570i
|
||||
if_awi_load="NO" # AMD PCnetMobile IEEE 802.11 wireless NICs
|
||||
if_bfe_load="NO" # Broadcom BCM4401
|
||||
if_bge_load="NO" # Broadcom BCM570x PCI gigabit ethernet
|
||||
if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
|
||||
if_dc_load="NO" # DEC/Intel 21143 and various workalikes
|
||||
@ -205,6 +205,7 @@ if_nge_load="NO" # National Semiconductor PCI gigabit ethernet
|
||||
if_oltr_load="NO" # Olicom
|
||||
if_pcn_load="NO" # AMD PCnet PCI
|
||||
if_ray_load="NO" # Raytheon Raylink/Webgear Aviator PCCard
|
||||
if_re_load="NO" # RealTek 8139C+/8169/8169S/8110S
|
||||
if_rl_load="NO" # RealTek 8129/8139
|
||||
if_sbni_load="NO" # Granch SBNI12 leased line adapters
|
||||
if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
|
||||
@ -217,6 +218,7 @@ if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
|
||||
if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
|
||||
if_tx_load="NO" # SMC 83c17x fast ethernet
|
||||
if_txp_load="NO" # 3Com 3XP Typhoon/Sidewinder (3CR990)
|
||||
if_vge_load="NO" # VIA VT6122 PCI Gigabit Ethernet
|
||||
if_vr_load="NO" # VIA Rhine I and Rhine II
|
||||
if_vx_load="NO" # 3Com 3C590 family
|
||||
if_wb_load="NO" # Winbond W89C840F
|
||||
@ -235,22 +237,34 @@ ng_bpf_load="NO" # Berkeley packet filter netgraph node type
|
||||
ng_bridge_load="NO" # Ethernet bridging netgraph node type
|
||||
ng_cisco_load="NO" # Cisco HDLC protocol netgraph node type
|
||||
ng_echo_load="NO" # Netgraph echo node type
|
||||
ng_eiface_load="NO" # generic Ethernet interface netgraph node type
|
||||
ng_etf_load="NO" # Ethertype filtering netgraph node type
|
||||
ng_ether_load="NO" # Ethernet netgraph node type
|
||||
ng_fec_load="NO" # netgraph Fast EtherChannel node
|
||||
ng_frame_relay_load="NO" # frame relay netgraph node type
|
||||
ng_gif_load="NO" # generic tunnel interface netgraph node type
|
||||
ng_gif_demux_load="NO" # demultiplexer for packets from ng_gif(4) nodes
|
||||
ng_hole_load="NO" # Netgraph discard node type
|
||||
ng_hub_load="NO" # packet distribution netgraph node type
|
||||
ng_iface_load="NO" # interface Netgraph node type
|
||||
ng_ip_input_load="NO" # netgraph IP input node type
|
||||
ng_ksocket_load="NO" # kernel socket netgraph node type
|
||||
ng_l2tp_load="NO" # L2TP protocol netgraph node type
|
||||
ng_lmi_load="NO" # frame relay LMI protocol netgraph node type
|
||||
ng_mppc_load="NO" # Microsoft MPPC/MPPE compression and encryption netgraph node type
|
||||
ng_netflow_load="NO" # Cisco's NetFlow netgraph note type
|
||||
ng_one2many_load="NO" # packet multiplexing netgraph node type
|
||||
ng_ppp_load="NO" # PPP protocol netgraph node type
|
||||
ng_pppoe_load="NO" # RFC 2516 PPPOE protocol netgraph node type
|
||||
ng_pptpgre_load="NO" # PPTP GRE protocol netgraph node type
|
||||
ng_rfc1490_load="NO" # RFC 1490 netgraph node type
|
||||
ng_socket_load="NO" # Netgraph socket node type
|
||||
ng_split_load="NO" # netgraph node to separate incoming and outgoing flows
|
||||
ng_sppp_load="NO" # sppp netgraph node type
|
||||
ng_tee_load="NO" # Netgraph ``tee'' node type
|
||||
ng_tty_load="NO" # Netgraph node type that is also a line discipline
|
||||
ng_vjc_load="NO" # Van Jacobsen compression netgraph node type
|
||||
ng_vlan_load="NO" # IEEE 802.1Q VLAN tagging netgraph node type
|
||||
|
||||
##############################################################
|
||||
### Sound modules ##########################################
|
||||
@ -258,26 +272,28 @@ ng_vjc_load="NO" # Van Jacobsen compression netgraph node type
|
||||
|
||||
sound_load="NO" # Digital sound subsystem
|
||||
snd_ad1816_load="NO" # ad1816
|
||||
snd_als4000_load="NO" # als4000
|
||||
snd_cmi_load="NO" # cmi
|
||||
snd_csa_load="NO" # csa
|
||||
snd_cs4281_load="NO" # cs4281
|
||||
snd_csa_load="NO" # csa
|
||||
snd_ds1_load="NO" # ds1
|
||||
snd_emu10k1_load="NO" # Creative Sound Blaster Live
|
||||
snd_ess_load="NO" # ess
|
||||
snd_es137x_load="NO" # es137x
|
||||
snd_ess_load="NO" # ess
|
||||
snd_fm801_load="NO" # fm801
|
||||
snd_ich_load="NO" # Intel ICH
|
||||
snd_maestro_load="NO" # Maestro
|
||||
snd_maestro3_load="NO" # Maestro3
|
||||
snd_mss_load="NO" # Mss
|
||||
snd_neomagic_load="NO" # Neomagic
|
||||
snd_sbc_load="NO" # Sbc
|
||||
snd_sb8_load="NO" # Sound Blaster Pro
|
||||
snd_sb16_load="NO" # Sound Blaster 16
|
||||
snd_sb8_load="NO" # Sound Blaster Pro
|
||||
snd_sbc_load="NO" # Sbc
|
||||
snd_solo_load="NO" # Solo
|
||||
snd_t4dwave_load="NO" # t4dwave
|
||||
snd_via8233_load="NO" # via8233
|
||||
snd_via82c686_load="NO" # via82c686
|
||||
snd_vibes_load="NO" # vibes
|
||||
snd_driver_load="NO" # All sound drivers
|
||||
|
||||
##############################################################
|
||||
@ -299,6 +315,7 @@ if_aue_load="NO" # ADMtek USB ethernet
|
||||
if_axe_load="NO" # ASIX Electronics AX88172 USB ethernet
|
||||
if_cue_load="NO" # CATC USB ethernet
|
||||
if_kue_load="NO" # Kawasaki LSI USB ethernet
|
||||
snd_uaudio_load="NO" # USB audio
|
||||
|
||||
##############################################################
|
||||
### Other modules ##########################################
|
||||
|
Loading…
Reference in New Issue
Block a user