Page MenuHomeFreeBSD

pcib: Refine handling of resources allocated from bridge windows
ClosedPublic

Authored by jhb on Jan 31 2024, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 16, 2:03 AM
Unknown Object (File)
Sat, Mar 7, 11:02 PM
Unknown Object (File)
Mon, Mar 2, 2:44 PM
Unknown Object (File)
Sun, Mar 1, 2:05 PM
Unknown Object (File)
Feb 7 2026, 10:24 PM
Unknown Object (File)
Feb 7 2026, 7:15 PM
Unknown Object (File)
Jan 31 2026, 12:11 PM
Unknown Object (File)
Jan 25 2026, 6:23 AM
Subscribers
None

Details

Summary

Fix a long-standing layering violation in the original NEW_PCIB code
by not passing suballocated resources up to the parent bus for
activation and mapping. Instead, handle activation and mapping of
sub-allocated resources in this driver. When mapping resources,
request a mapping from a suitable sub-region of the resource allocated
from the parent bus for the associated bridge window.

Note that this does require passing RF_ACTIVE (with RF_UNMAPPED) when
allocating bridge window resources from the parent.

Diff Detail

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