Ignore:
File:
1 edited

Legend:

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

    r07c913b r7de5f12  
    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));
    116107#endif
    117108}
Note: See TracChangeset for help on using the changeset viewer.