Changeset 07c913b in mainline
- Timestamp:
- 2015-04-09T16:31:47Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eacc32
- Parents:
- f2e78b0
- Location:
- kernel/arch/mips32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/drivers/msim.h
rf2e78b0 r07c913b 39 39 #define MSIM_VIDEORAM 0x90000000 40 40 #define MSIM_KBD_ADDRESS 0x90000000 41 41 42 #define MSIM_KBD_IRQ 2 43 #define MSIM_DDISK_IRQ 6 42 44 43 45 #endif -
kernel/arch/mips32/src/mach/msim/msim.c
rf2e78b0 r07c913b 62 62 void msim_init(void) 63 63 { 64 cp0_unmask_int(MSIM_DDISK_IRQ); 64 65 } 65 66
Note:
See TracChangeset
for help on using the changeset viewer.