Index: kernel/arch/mips32/src/mach/msim/msim.c
===================================================================
--- kernel/arch/mips32/src/mach/msim/msim.c	(revision 6da15db79d9aaf490ef2139ceb05b2fe75ceb1e7)
+++ kernel/arch/mips32/src/mach/msim/msim.c	(revision 19d2ce011edc2ee831f0e815316d64bb3c764581)
@@ -105,13 +105,4 @@
 		}
 	}
-	
-	/*
-	 * This is the necessary evil until the userspace driver is entirely
-	 * self-sufficient.
-	 */
-	sysinfo_set_item_val("kbd", NULL, true);
-	sysinfo_set_item_val("kbd.inr", NULL, MSIM_KBD_IRQ);
-	sysinfo_set_item_val("kbd.address.physical", NULL,
-	    PA2KA(MSIM_KBD_ADDRESS));
 #endif
 }
