ACPI, APM, PIC, and USB.

This commit is contained in:
OBattler
2022-07-16 02:54:49 +02:00
parent d12b8b8c30
commit d68121ae89
4 changed files with 7 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ ohci_mmio_write(uint32_t addr, uint8_t val, void *p)
if (val & 0x08) {
dev->ohci_mmio[0x0f] = 0x40;
if ((dev->ohci_mmio[0x13] & 0xc0) == 0xc0)
smi_line = 1;
smi_raise();
}
/* bit HostControllerReset must be cleared for the controller to be seen as initialized */