Fix indentation of comments.
This commit is contained in:
parent
7b988fe73c
commit
78d4da2af3
@ -91,7 +91,7 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
|
||||
#kern.ncallout="" # Set the maximum # of timer events
|
||||
#kern.sgrowsiz="" # Set the amount to grow stack
|
||||
#kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
|
||||
#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
|
||||
#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
|
||||
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
|
||||
#kern.ipc.nmbufs="" # Set the maximum number of mbufs
|
||||
#kern.ipc.nsfbufs="" # Set the number of sendfile(2) bufs
|
||||
@ -159,15 +159,15 @@ streams_load="NO" # System V streams module
|
||||
|
||||
if_disc_load="NO" # Discard device
|
||||
if_ef_load="NO" # pseudo-device providing support for multiple ethernet frame types
|
||||
if_faith_load="NO" # IPv6-to-IPv4 TCP relay capturing interface
|
||||
if_gif_load="NO" # generic tunnel interface
|
||||
if_gre_load="NO" # encapsulating network device
|
||||
if_faith_load="NO" # IPv6-to-IPv4 TCP relay capturing interface
|
||||
if_gif_load="NO" # generic tunnel interface
|
||||
if_gre_load="NO" # encapsulating network device
|
||||
if_ppp_load="NO" # Kernel ppp
|
||||
if_sl_load="NO" # SLIP
|
||||
if_stf_load="NO" # 6to4 tunnel interface
|
||||
if_tap_load="NO" # Ethernet tunnel software network interface
|
||||
if_stf_load="NO" # 6to4 tunnel interface
|
||||
if_tap_load="NO" # Ethernet tunnel software network interface
|
||||
if_tun_load="NO" # Tunnel driver (user process ppp)
|
||||
if_vlan_load="NO" # IEEE 802.1Q VLAN network interface
|
||||
if_vlan_load="NO" # IEEE 802.1Q VLAN network interface
|
||||
ipfw_load="NO" # Firewall
|
||||
|
||||
|
||||
@ -178,7 +178,7 @@ ipfw_load="NO" # Firewall
|
||||
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_bge_load="NO" # Broadcom BCM570x PCI gigabit ethernet
|
||||
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
|
||||
if_de_load="NO" # DEC DC21x4x ethernet
|
||||
@ -189,24 +189,24 @@ if_ep_load="NO" # 3Com Etherlink III (3c5x9)
|
||||
if_fe_load="NO" # Fujitsu MB86960A/MB86965A based Ethernet adapters
|
||||
if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558)
|
||||
if_gx_load="NO" # Intel Pro/1000 gigabit ethernet
|
||||
if_lge_load="NO" # Level 1 LXT1001 NetCellerator PCI gigabit ethernet
|
||||
if_lnc_load="NO" # AMD Lance/PCnet Ethernet
|
||||
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_lge_load="NO" # Level 1 LXT1001 NetCellerator PCI gigabit ethernet
|
||||
if_lnc_load="NO" # AMD Lance/PCnet Ethernet
|
||||
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_rl_load="NO" # RealTek 8129/8139
|
||||
if_sbni_load="NO" # Granch SBNI12 leased line adapters
|
||||
if_sbni_load="NO" # Granch SBNI12 leased line adapters
|
||||
if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
|
||||
if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
|
||||
if_sk_load="NO" # SysKonnect SK-984x series PCI gigabit ethernet
|
||||
if_sn_load="NO" # SMC 91Cxx
|
||||
if_sr_load="NO" # synchronous RISCom/N2 / WANic 400/405
|
||||
if_ste_load="NO" # Sundance Technologies ST201 fast ethernet
|
||||
if_ste_load="NO" # Sundance Technologies ST201 fast ethernet
|
||||
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_txp_load="NO" # 3Com 3XP Typhoon/Sidewinder (3CR990)
|
||||
if_vr_load="NO" # VIA Rhine I and Rhine II
|
||||
if_vx_load="NO" # 3Com 3C590 family
|
||||
if_wb_load="NO" # Winbond W89C840F
|
||||
|
Loading…
Reference in New Issue
Block a user