Page MenuHomeFreeBSD

Add an RF_CACHEABLE flag for rman activations
AbandonedPublic

Authored by jhibbits on Feb 22 2016, 1:38 AM.
Referenced Files
Unknown Object (File)
Thu, Nov 20, 11:58 PM
Unknown Object (File)
Thu, Nov 20, 11:58 PM
Unknown Object (File)
Thu, Nov 20, 11:53 PM
Unknown Object (File)
Wed, Nov 12, 12:34 AM
Unknown Object (File)
Fri, Oct 31, 1:17 PM
Unknown Object (File)
Oct 26 2025, 10:28 PM
Unknown Object (File)
Oct 26 2025, 1:32 AM
Unknown Object (File)
Oct 23 2025, 11:28 AM
Subscribers
None

Details

Reviewers
jhb
imp
Summary

This is intended for devices where the default memory flags don't suffice, for
example if a device has cache-inhibited and cache-enabled regions (Freescale
QorIQ DPAA portals).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jhibbits retitled this revision from to Add an RF_CACHEABLE flag for rman activations.
jhibbits updated this object.
jhibbits edited the test plan for this revision. (Show Details)
jhibbits added reviewers: jhb, imp.
jhibbits set the repository for this revision to rS FreeBSD src repository - subversion.
jhibbits added a project: Src Committers.

I've thought about having a RF_WC for WC mappings as well, but I'd really rather finish bus_map_resource() and use that for handling non-default memory attributes instead.