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 8a363ab3476276b762e5312db32618ad424dd71e)
@@ -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;
 }
