mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add if_ prefix to network drivers.
This commit is contained in:
parent
c0a929b430
commit
8bde83d551
1 changed files with 14 additions and 14 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
##############################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue