Page MenuHomeFreeBSD

qoriq_dw_pci: Fix typo in link status checking code
ClosedPublic

Authored by bag_semihalf.com on Aug 11 2021, 3:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 7:47 PM
Unknown Object (File)
Dec 4 2024, 9:34 PM
Unknown Object (File)
Nov 18 2024, 8:47 AM
Unknown Object (File)
Nov 10 2024, 1:50 PM
Unknown Object (File)
Oct 31 2024, 2:46 PM
Unknown Object (File)
Oct 17 2024, 1:57 PM
Unknown Object (File)
Oct 17 2024, 1:57 PM
Unknown Object (File)
Oct 17 2024, 1:57 PM

Details

Summary

On some DesignWare PCIe controllers accessing config registers of slots
whose link is down triggers a SError. Because of that we need to check the
link status before any acceses config space.
Due to a typo link was always reported up.
This fixes a SError that occured during boot on LS1028A-RDB.

Diff Detail

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