mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:48:14 +00:00
![]() Before, the mapping of our HBA region would be done in the constructor. Since this can fail, I moved it into initialize(). Additionally, we now use the TypedMapping helper for mapping the HBA instead of doing it manually. This actually uncovered a bug where we would ignore any possible offset into the page we were mapping, which caused us to miss the mapped registers entirely. |
||
---|---|---|
.. | ||
Controller.cpp | ||
Controller.h | ||
Definitions.h | ||
InterruptHandler.cpp | ||
InterruptHandler.h | ||
Port.cpp | ||
Port.h |