CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/07/23 05:47:20
Modified files: sys/arch/arm64/dev: apldart.c Log message: Implement suspend/resume support. This will turn off the power domain associated with a DART when we suspend and turn it back on upon resume. The DART is reconfigured with the same translation table that was present when we suspended. This is only done for DARTs that are under our control; locked DARTs and DARTs that were enabled at boot time are skipped. ok patrick@