CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/11 00:14:15
Modified files:
sys/dev/pci : if_igc.c igc_api.h igc_hw.h igc_i225.c
igc_phy.c igc_phy.h
Log message:
Use hardware routine for PHY reset and always accept the PHY that's present.
The previously used software reset routine wasn't sufficient to reset the PHY
if the bootloader hadn't left the device in an initialized state.
>From FreeBSD.
Bug reported and the fix tested by daniel@
