Page MenuHomeFreeBSD

pci_find_cap_method(): limit number of iterations for finding a capability
ClosedPublic

Authored by kib on Jan 6 2025, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 11:02 PM
Unknown Object (File)
Sep 10 2025, 2:53 PM
Unknown Object (File)
Aug 30 2025, 7:28 PM
Unknown Object (File)
Aug 13 2025, 5:52 AM
Unknown Object (File)
Aug 10 2025, 2:02 AM
Unknown Object (File)
Aug 3 2025, 7:43 AM
Unknown Object (File)
Aug 2 2025, 3:25 PM
Unknown Object (File)
Jul 16 2025, 12:22 PM
Subscribers

Details

Summary
Powered down device might return 0xff of extended config registers
reads, causing loop.

PR:     283815

Diff Detail

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

Event Timeline

kib requested review of this revision.Jan 6 2025, 11:32 PM

Any chance 0x40 has a constant already defined for it?

This revision is now accepted and ready to land.Jan 6 2025, 11:50 PM
In D48348#1102529, @imp wrote:

Any chance 0x40 has a constant already defined for it?

I tried to explain it in the comment above, your suggestion is welcomed. It should be the size of the fixed PCI header of some type.