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)
Mon, Mar 18, 7:55 PM
Unknown Object (File)
Feb 16 2024, 8:25 AM
Unknown Object (File)
Feb 16 2024, 7:11 AM
Unknown Object (File)
Dec 20 2023, 12:13 AM
Unknown Object (File)
Nov 2 2023, 11:18 PM
Unknown Object (File)
Sep 8 2023, 8:43 PM
Unknown Object (File)
Sep 2 2023, 4:12 AM
Unknown Object (File)
Jul 20 2023, 8:06 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.