aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386at/model_dep.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index f83d24cb..21a36bf2 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -174,7 +174,14 @@ void machine_init(void)
smp_init();
ioapic_configure();
lapic_enable_timer();
+
+#warning FIXME: Rather unmask them from their respective drivers
+ /* kd */
unmask_irq(1);
+ /* com0 */
+ unmask_irq(4);
+ /* com1 */
+ unmask_irq(3);
#endif /* NCPUS > 1 */
#ifdef LINUX_DEV