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
F132566597: D43690.id133669.diff
Sat, Oct 18, 1:03 AM
F132566593: D43690.id134054.diff
Sat, Oct 18, 1:02 AM
Unknown Object (File)
Wed, Oct 15, 5:59 AM
Unknown Object (File)
Wed, Oct 15, 5:45 AM
Unknown Object (File)
Sat, Oct 11, 11:09 PM
Unknown Object (File)
Thu, Sep 25, 5:39 PM
Unknown Object (File)
Sep 14 2025, 6:33 PM
Unknown Object (File)
Sep 9 2025, 1:36 PM
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