| cd310c01 | 14-Oct-2024 |
Kevin Bowling <[email protected]> |
igc: Function prototype cleanup
Drop variable names of function prototypes since the file is mixed in listing them or not and they fall out of sync.
Sponsored by: BBOX.io
(cherry picked from commi
igc: Function prototype cleanup
Drop variable names of function prototypes since the file is mixed in listing them or not and they fall out of sync.
Sponsored by: BBOX.io
(cherry picked from commit 1b0e41ddffbf0ac84c88019df84dfd50ce9f7788)
show more ...
|
| e624987f | 14-Oct-2024 |
Kevin Bowling <[email protected]> |
igc: Rename 'struct adapter' to 'struct igc_softc'
Rename the 'struct adapter' to 'struct igc_softc' to avoid type ambiguity in things like kgdb and make sharing code with e1000 and ixgbe easier.
S
igc: Rename 'struct adapter' to 'struct igc_softc'
Rename the 'struct adapter' to 'struct igc_softc' to avoid type ambiguity in things like kgdb and make sharing code with e1000 and ixgbe easier.
Sponsored by: BBOX.io
(cherry picked from commit 542f5d56317e94676cf19cb9d66207bf9a6b6758)
show more ...
|
| 2a166549 | 13-Oct-2024 |
Kevin Bowling <[email protected]> |
igc: Want AIM at 2.5G
This should have been commited with bc9402a, need to account for link_speed of 2500 as well on igc.
Sponsored by: Rubicon Communications, LLC ("Netgate") Sponsored by: BBOX.io
igc: Want AIM at 2.5G
This should have been commited with bc9402a, need to account for link_speed of 2500 as well on igc.
Sponsored by: Rubicon Communications, LLC ("Netgate") Sponsored by: BBOX.io
(cherry picked from commit 669d26e5764f612cc60a4a61cdcf22ae46ddd360)
show more ...
|
| 013d817b | 29-Sep-2024 |
Kevin Bowling <[email protected]> |
igc: Add NVM/firmware prints and sysctl
This chipset suffered an (un)usual number of bugs and iterations. Let's add our NVM/firmware code from e1000 and the similar igc_nvm function from DPDK to kee
igc: Add NVM/firmware prints and sysctl
This chipset suffered an (un)usual number of bugs and iterations. Let's add our NVM/firmware code from e1000 and the similar igc_nvm function from DPDK to keep track of issues.
Sponsored by: BBOX.io
(cherry picked from commit 33ed9bdca307bedb3d66a50ed7d4d7b4bf4acf39)
show more ...
|
| 2eaef8ec | 10-Oct-2022 |
Kevin Bowling <[email protected]> |
igc: Fix up hw vlan ops
Adapt 2796f7cab10785ef40efbba97ef67ab319c96e9c to igc(4)
* Don't reset the entire adapter for vlan changes, fix up the problems * Remove the VFTA, this hardware doesn't seem
igc: Fix up hw vlan ops
Adapt 2796f7cab10785ef40efbba97ef67ab319c96e9c to igc(4)
* Don't reset the entire adapter for vlan changes, fix up the problems * Remove the VFTA, this hardware doesn't seem to implement it
Approved by: grehan MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31979
show more ...
|