Norman Feske 0d48b74bec Remove Dataspace::phys_addr RPC function
The official way to obtain DMA addresses for RAM dataspaces is
the RPC function 'Pd_session::dma_addr' now. User-level device drivers
should not call this function directly but use the 'Platform_session'
interface of the platform driver instead.

Fixes #2243
2022-02-15 10:23:58 +01:00
..
2022-01-19 12:38:13 +01:00
2021-06-25 11:41:44 +02:00

This repository contains the Linux-specific implementation of Genode.