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)
Wed, Apr 15, 10:28 AM
Unknown Object (File)
Tue, Apr 14, 10:14 PM
Unknown Object (File)
Tue, Apr 14, 2:09 PM
Unknown Object (File)
Tue, Apr 14, 6:53 AM
Unknown Object (File)
Tue, Apr 14, 3:19 AM
Unknown Object (File)
Wed, Apr 8, 10:03 PM
Unknown Object (File)
Mon, Apr 6, 5:27 PM
Unknown Object (File)
Mon, Apr 6, 3:33 PM
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.