Changeset f2e78b0 in mainline
- Timestamp:
- 2015-03-22T16:03:27Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07c913b
- Parents:
- b402cf95
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/Makefile.inc
rb402cf95 rf2e78b0 66 66 ifeq ($(MACHINE),msim) 67 67 RD_DRVS_ESSENTIAL += \ 68 platform/msim 68 platform/msim \ 69 block/ddisk 69 70 endif 70 71 -
uspace/Makefile
rb402cf95 rf2e78b0 141 141 drv/block/ahci \ 142 142 drv/block/ata_bd \ 143 drv/block/ddisk \ 143 144 drv/char/i8042 \ 144 145 drv/char/pl050 \ -
uspace/drv/platform/msim/msim.c
rb402cf95 rf2e78b0 192 192 static bool msim_add_functions(ddf_dev_t *dev) 193 193 { 194 return msim_add_fun(dev, "disk0", "msim _disk", &disk_data);194 return msim_add_fun(dev, "disk0", "msim/ddisk", &disk_data); 195 195 } 196 196
Note:
See TracChangeset
for help on using the changeset viewer.