| ff46fd16 | 19-Dec-2017 |
Stephen Hurd <[email protected]> |
Add log messages for unknown and unhandled phy types
Previously, it silently only supported auto, instead, log a message indicating why only auto is supported.
Submitted by: Bhargava Chenna Marredd
Add log messages for unknown and unhandled phy types
Previously, it silently only supported auto, instead, log a message indicating why only auto is supported.
Submitted by: Bhargava Chenna Marreddy <[email protected]> Sponsored by: Broadcom Limited Differential Revision: https://reviews.freebsd.org/D13358
show more ...
|
| a0b66030 | 19-Dec-2017 |
Stephen Hurd <[email protected]> |
On Link up & down, update media types
It's possible to change the SFP module when link is down, which would change the available media types. This is part of D13358.
Submitted by: Bhargava Chenna
On Link up & down, update media types
It's possible to change the SFP module when link is down, which would change the available media types. This is part of D13358.
Submitted by: Bhargava Chenna Marreddy <[email protected]> Sponsored by: Broadcom Limited
show more ...
|
| 980da9f2 | 19-Dec-2017 |
Stephen Hurd <[email protected]> |
Support short HWRM commands
New Stratus bnxt devices require support for short HWRM commands for VFs to function. Enable their use, but only use them if it's both supported and required... prefer t
Support short HWRM commands
New Stratus bnxt devices require support for short HWRM commands for VFs to function. Enable their use, but only use them if it's both supported and required... prefer the long HWRM commands when possible.
Submitted by: Bhargava Chenna Marreddy <[email protected]> Sponsored by: Broadcom Limited Differential Revision: https://reviews.freebsd.org/D13269?id=36180
show more ...
|
| e284fa0d | 05-Oct-2017 |
Stephen Hurd <[email protected]> |
bnxt: fix intermittent VLAN issues
bnxt_init() is invokes Function Reset (bnxt_hwrm_func_reset) and thus FW configuration for VLANs get erased. To fix this, in bnxt_init(), Invoking HWRM to configu
bnxt: fix intermittent VLAN issues
bnxt_init() is invokes Function Reset (bnxt_hwrm_func_reset) and thus FW configuration for VLANs get erased. To fix this, in bnxt_init(), Invoking HWRM to configure VLANs (bnxt_hwrm_cfa_l2_set_rx_mask).
Submitted by: Siva Kallam <siva.kallam@@broadcom.com> Reviewed by: shurd, sbruno Approved by: sbruno (mentor) Sponsored by: Broadcom Limited Differential Revision: https://reviews.freebsd.org/D12527
show more ...
|
| 87054643 | 06-Sep-2017 |
Stephen Hurd <[email protected]> |
bnxt: Update firmware header file with the latest one
hsi_struct_def.h file contains all firmware (HWRM) data struct's, updated that with the latest one which was released on 30'th Aug.
After this
bnxt: Update firmware header file with the latest one
hsi_struct_def.h file contains all firmware (HWRM) data struct's, updated that with the latest one which was released on 30'th Aug.
After this upgrade, HWRM version will be 1.8.1.5 (earlier it was 1.4.0).
Submitted by: Bhargava Chenna Marreddy <[email protected]> Reviewed by: shurd, sbruno Approved by: sbruno (mentor) Sponsored by: Broadcom Limited Differential Revision: https://reviews.freebsd.org/D12203
show more ...
|