Changeset f2e78b0 in mainline for uspace/drv/platform/msim/msim.c


Ignore:
Timestamp:
2015-03-22T16:03:27Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07c913b
Parents:
b402cf95
Message:

Very basic and incomplete ddisk driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/platform/msim/msim.c

    rb402cf95 rf2e78b0  
    192192static bool msim_add_functions(ddf_dev_t *dev)
    193193{
    194         return msim_add_fun(dev, "disk0", "msim_disk", &disk_data);
     194        return msim_add_fun(dev, "disk0", "msim/ddisk", &disk_data);
    195195}
    196196
Note: See TracChangeset for help on using the changeset viewer.