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