[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH gnumach] Unmask irq 12 - fixes stuck console with apic
From: |
Damien Zammit |
Subject: |
[PATCH gnumach] Unmask irq 12 - fixes stuck console with apic |
Date: |
Sun, 19 Feb 2023 02:24:12 +0000 |
---
i386/i386at/model_dep.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index baff8da1..73b99f94 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -177,6 +177,8 @@ void machine_init(void)
#warning FIXME: Rather unmask them from their respective drivers
/* kd */
unmask_irq(1);
+ /* mouse ? */
+ unmask_irq(12);
/* com0 */
unmask_irq(4);
/* com1 */
--
2.34.1