opnsense-src/sys/dev/igc
Mah Yock Gen f2a0b610b8 igc: remove unnecessary PHY ID checks
I225 devices have only one PHY vendor. There is unnecessary to check
_I_PHY_ID during the link establishment and auto-negotiation process,
the checking also caused devices like i225-IT failed. This patch is to
remove the mentioned unnecessary checking.

Cc: stable@dpdk.org

Signed-off-by: Mah Yock Gen <yock.gen.mah@intel.com>
Signed-off-by: Taripin Samuel <samuel.taripin@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Approved by:	grehan
Differential Revision:	https://reviews.freebsd.org/D36923

(cherry picked from commit 29d7f1ff57)
2022-10-16 20:35:57 -07:00
..
if_igc.c igc: Don't start in promiscious mode by default 2022-09-26 09:33:58 +02:00
if_igc.h
igc_api.c igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_api.h igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_base.c
igc_base.h
igc_defines.h
igc_hw.h igc: Update PCI IDs 2022-05-17 17:30:36 -07:00
igc_i225.c igc: remove unnecessary PHY ID checks 2022-10-16 20:35:57 -07:00
igc_i225.h
igc_mac.c
igc_mac.h
igc_nvm.c
igc_nvm.h
igc_osdep.h
igc_phy.c igc: remove unnecessary PHY ID checks 2022-10-16 20:35:57 -07:00
igc_phy.h igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_regs.h
igc_txrx.c igc: Remove redundant IFCAP_VLAN_HWTAGGING check 2022-01-30 13:40:02 -07:00