Index: uspace/srv/hw/irc/apic/apic.c
===================================================================
--- uspace/srv/hw/irc/apic/apic.c	(revision c94f643d5ed1198b3fc36189f2aa3c068ea857d4)
+++ uspace/srv/hw/irc/apic/apic.c	(revision 1737bfbb56d25e2fecc4883511f0989a03a3ce26)
@@ -133,4 +133,6 @@
 	// FIXME: get the map from the kernel, even though this may work
 	//	  for simple cases
+	if (irq == 0)
+		return 2;
 	return irq;
 }
