Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mach/msim/msim.c

    r7de5f12 r07c913b  
    105105                }
    106106        }
     107       
     108        /*
     109         * This is the necessary evil until the userspace driver is entirely
     110         * 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));
    107116#endif
    108117}
Note: See TracChangeset for help on using the changeset viewer.