Re-enable the Io spac in lower memory after system reset
This commit is contained in:
parent
b57d036a26
commit
303c07138b
@ -137,6 +137,7 @@ impl Backplane {
|
||||
}
|
||||
|
||||
pub fn reset(&self) {
|
||||
self.io_at_top_16mb.store(true, Ordering::Relaxed);
|
||||
for card in &self.cards {
|
||||
card.borrow_mut().reset();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user