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)
Sat, Sep 5, 1:55 PM
Unknown Object (File)
Sat, Sep 5, 6:24 AM
Unknown Object (File)
Thu, Sep 3, 10:29 PM
Unknown Object (File)
Thu, Sep 3, 5:45 PM
Unknown Object (File)
Wed, Sep 2, 2:28 PM
Unknown Object (File)
Wed, Sep 2, 12:05 AM
Unknown Object (File)
Mon, Aug 31, 2:03 AM
Unknown Object (File)
Mon, Aug 31, 12:11 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.