PCI TRC hard resets now also reset the AT keyboard controller.

This commit is contained in:
OBattler
2019-10-30 18:08:35 +01:00
parent c06ff7f76c
commit 84adef4c25
3 changed files with 14 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
*
* Implementation the PCI bus.
*
* Version: @(#)pci.c 1.0.2 2019/10/30
* Version: @(#)pci.c 1.0.3 2019/10/30
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -620,6 +620,7 @@ trc_reset(uint8_t val)
flushmmucache();
pci_reset();
keyboard_at_reset();
}
resetx86();