Ignore:
Timestamp:
2017-11-15T20:23:50Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ac1243d, 7f4937e
Parents:
e7a8bd2
Message:

MSIM console driver can use hw_res instead of sysinfo for configuration.

File:
1 edited

Legend:

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

    re7a8bd2 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.