freebsd-dev/sys/dev/igc
Hubert Mazur 55760984d5 igc: Don't start in promiscious mode by default
The igc driver always sets the promiscious mode during initialization,
ignoring what is set in ifp.
Fix this by checking the interface flags and setting mode appropriately.

Reviewed by:	grehan
Obtained from:	Semihalf
Sponsored by:	Stormshield
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D36591
2022-09-19 09:18:19 +02:00
..
if_igc.c igc: Don't start in promiscious mode by default 2022-09-19 09:18:19 +02:00
if_igc.h
igc_api.c igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_api.h igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_base.c
igc_base.h
igc_defines.h
igc_hw.h igc: Update PCI IDs 2022-05-15 15:09:58 -07:00
igc_i225.c Default to always accepting the PHY that's present. Linux did 2022-02-26 18:29:08 -07:00
igc_i225.h
igc_mac.c
igc_mac.h
igc_nvm.c
igc_nvm.h
igc_osdep.h
igc_phy.c Fix 'take effect' spelling in menus and comments. 2021-11-18 23:22:12 -07:00
igc_phy.h igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_regs.h
igc_txrx.c igc: Remove redundant IFCAP_VLAN_HWTAGGING check 2021-12-29 09:37:34 -07:00