Changes in kernel/arch/mips32/src/mach/msim/msim.c [07c913b:7de5f12] in mainline
- File:
-
- 1 edited
-
kernel/arch/mips32/src/mach/msim/msim.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mach/msim/msim.c
r07c913b r7de5f12 105 105 } 106 106 } 107 108 /*109 * This is the necessary evil until the userspace driver is entirely110 * self-sufficient.111 */112 sysinfo_set_item_val("kbd", NULL, true);113 sysinfo_set_item_val("kbd.inr", NULL, MSIM_KBD_IRQ);114 sysinfo_set_item_val("kbd.address.physical", NULL,115 PA2KA(MSIM_KBD_ADDRESS));116 107 #endif 117 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
