Page MenuHomeFreeBSD

igc: Use hardware routine for PHY reset
ClosedPublic

Authored by grehan on Nov 1 2021, 12:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 12, 2:41 PM
Unknown Object (File)
Sun, Sep 1, 3:57 AM
Unknown Object (File)
Mon, Aug 19, 2:45 PM
Unknown Object (File)
Aug 15 2024, 8:34 PM
Unknown Object (File)
Aug 12 2024, 5:30 PM
Unknown Object (File)
Aug 7 2024, 10:25 PM
Unknown Object (File)
Aug 5 2024, 8:40 AM
Unknown Object (File)
Jul 27 2024, 6:17 AM
Subscribers

Details

Summary

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. This was seen with the onboard igc port
on an 11th-gen Intel NUC.

The software reset isn't used in the Linux driver so all related
code has been removed.

Tested on: Netgate 6100 onboard ports, a discrete PCIe I225-LM card,
and an 11th-gen Intel NUC.

Reported by: woodsb02
Tested by: woodsb02 (NUC)
MFC after: 3 days
Sponsored by: Rubicon Communications, LLC ("Netgate")

Test Plan

Verify device probes correctly

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable