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, Nov 11, 8:20 AM
Unknown Object (File)
Sun, Nov 9, 4:19 AM
Unknown Object (File)
Sat, Nov 8, 4:43 AM
Unknown Object (File)
Wed, Oct 29, 10:04 AM
Unknown Object (File)
Wed, Oct 29, 9:17 AM
Unknown Object (File)
Wed, Oct 29, 7:47 AM
Unknown Object (File)
Oct 7 2025, 11:02 PM
Unknown Object (File)
Sep 10 2025, 2:53 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.