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
Unknown Object (File)
Tue, Feb 18, 4:33 AM
Unknown Object (File)
Feb 3 2025, 12:41 AM
Unknown Object (File)
Feb 3 2025, 12:35 AM
Unknown Object (File)
Jan 17 2025, 1:29 PM
Unknown Object (File)
Jan 8 2025, 10:00 PM
Unknown Object (File)
Dec 22 2024, 2:20 AM
Unknown Object (File)
Dec 8 2024, 8:30 AM
Unknown Object (File)
Nov 30 2024, 6:24 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