diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 0932a84ba66..89d023fbdec 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -141,20 +141,20 @@ ipfw_load="NO" # Firewall ############################################################## mii_load="NO" # miibus support, needed for some drivers -ax_load="NO" # ASIX Electronics AX88140A -dm_load="NO" # Davicom DM9100/DM9102 -fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558) -mx_load="NO" # Macronix 98713, 987615, 98725 -pn_load="NO" # Lite-On PNIC (82c168, 82c169) -sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire") -sis_load="NO" # Silicon Integrated Systems SiS 900/7016 -sk_load="NO" # SysKonnect SK-984x series PCI gigabit ethernet -rl_load="NO" # RealTek 8129/8139 -ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2 -tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN") -vr_load="NO" # VIA Rhine I and Rhine II -wb_load="NO" # Winbond W89C840F -xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B) +if_ax_load="NO" # ASIX Electronics AX88140A +if_dm_load="NO" # Davicom DM9100/DM9102 +if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558) +if_mx_load="NO" # Macronix 98713, 987615, 98725 +if_pn_load="NO" # Lite-On PNIC (82c168, 82c169) +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_rl_load="NO" # RealTek 8129/8139 +if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2 +if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN") +if_vr_load="NO" # VIA Rhine I and Rhine II +if_wb_load="NO" # Winbond W89C840F +if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B) ##############################################################