Follow the lead of mxgb(4) and build the module for ixgb(4).
Originally it wasn't enabled since the hardware wasn't commonplace, but as 10GE hardware is becoming more widely used, building the module by default should be beneficial. Approved by: rwatson (mentor) MFC after: 2 weeks
This commit is contained in:
parent
0d5e6d6efe
commit
b41a7b9de8
@ -124,6 +124,7 @@ SUBDIR= ${_3dfx} \
|
||||
isp \
|
||||
ispfw \
|
||||
${_iwi} \
|
||||
${_ixgb} \
|
||||
joy \
|
||||
kbdmux \
|
||||
kue \
|
||||
@ -416,6 +417,7 @@ _ipmi= ipmi
|
||||
_ips= ips
|
||||
_ipw= ipw
|
||||
_iwi= iwi
|
||||
_ixgb= ixgb
|
||||
_mly= mly
|
||||
_mxge= mxge
|
||||
_nfe= nfe
|
||||
@ -465,6 +467,7 @@ _ipmi= ipmi
|
||||
_ips= ips
|
||||
_ipw= ipw
|
||||
_iwi= iwi
|
||||
_ixgb= ixgb
|
||||
_mly= mly
|
||||
_mxge= mxge
|
||||
_ndis= ndis
|
||||
|
Loading…
Reference in New Issue
Block a user