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 992b47eab73d55e4b0993c13d771282f3afa2a00)
@@ -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;
 }
