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

@@ -67,7 +67,7 @@ apm_out(uint16_t port, uint8_t val, void *p)
if (port == 0x0000) {
dev->cmd = val;
if (dev->do_smi)
smi_line = 1;
smi_raise();
} else
dev->stat = val;
}