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
F149916013: D44132.id135296.diff
Sat, Mar 28, 2:31 AM
Unknown Object (File)
Fri, Mar 20, 10:44 AM
Unknown Object (File)
Wed, Mar 18, 10:49 AM
Unknown Object (File)
Wed, Mar 18, 3:18 AM
Unknown Object (File)
Sun, Mar 15, 7:24 AM
Unknown Object (File)
Sat, Mar 14, 6:26 AM
Unknown Object (File)
Sat, Mar 14, 12:22 AM
Unknown Object (File)
Fri, Mar 13, 6:38 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 56379
Build 53267: arc lint + arc unit

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