Page MenuHomeFreeBSD

pci_host_generic: Enumerate resource ranges under bootverbose
ClosedPublic

Authored by jhb on Feb 27 2024, 7:58 PM.
Tags
None
Referenced Files
F132337157: D44132.id135281.diff
Thu, Oct 16, 12:49 AM
F132337151: D44132.id135296.diff
Thu, Oct 16, 12:49 AM
F132337144: D44132.id135121.diff
Thu, Oct 16, 12:49 AM
F132290912: D44132.diff
Wed, Oct 15, 2:11 PM
Unknown Object (File)
Sat, Sep 20, 4:51 AM
Unknown Object (File)
Sep 13 2025, 8:02 PM
Unknown Object (File)
Sep 13 2025, 7:19 AM
Unknown Object (File)
Sep 13 2025, 4:36 AM
Subscribers

Details

Summary

Previously ranges were only enumerated for the FDT attachment but not
ACPI. This commit moves the enumeration to the shared attach routine
so it is done for both. While here, don't list empty ranges but do
include the resource type for each range.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Feb 27 2024, 7:58 PM
jrtc27 added inline comments.
sys/dev/pci/pci_host_generic_fdt.c
185–186

Now unused?

jhb marked an inline comment as done.Mar 1 2024, 6:42 PM
This revision is now accepted and ready to land.Mar 1 2024, 7:05 PM