mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
827322c139
As MMIO is placed at fixed physical addressed, and does not need to be backed by real RAM physical pages, there's no need to use PhysicalPage instances to track their pages. This results in slightly reduced allocations, but more importantly makes MMIO addresses which end up after the normal RAM ranges work, like 64-bit PCI BARs usually are. |
||
---|---|---|
.. | ||
Controller | ||
Access.cpp | ||
Access.h | ||
API.cpp | ||
API.h | ||
BarMapping.h | ||
Definitions.h | ||
Device.cpp | ||
Device.h | ||
DeviceIdentifier.cpp | ||
IDs.h | ||
Initializer.h |