mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Now ifconfig(8) can set the media option as 10Gbase-T for ixgbe(4).
Differential Revision: D823 Reviewed by: jfvogel Approved by: jfvogel Sponsored by: QNAP Systems Inc.
This commit is contained in:
parent
df634d45d3
commit
18733a0b76
1 changed files with 1 additions and 0 deletions
|
|
@ -1764,6 +1764,7 @@ ixgbe_media_change(struct ifnet * ifp)
|
|||
return (EINVAL);
|
||||
|
||||
switch (IFM_SUBTYPE(ifm->ifm_media)) {
|
||||
case IFM_10G_T:
|
||||
case IFM_AUTO:
|
||||
adapter->hw.phy.autoneg_advertised =
|
||||
IXGBE_LINK_SPEED_100_FULL |
|
||||
|
|
|
|||
Loading…
Reference in a new issue