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)
Sun, Mar 2, 12:08 AM
Unknown Object (File)
Fri, Feb 28, 6:43 AM
Unknown Object (File)
Wed, Feb 19, 5:08 PM
Unknown Object (File)
Feb 10 2025, 6:57 AM
Unknown Object (File)
Feb 9 2025, 5:54 PM
Unknown Object (File)
Jan 13 2025, 8:24 PM
Unknown Object (File)
Jan 12 2025, 8:53 PM
Unknown Object (File)
Jan 12 2025, 2:27 AM
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.