Changeset d347b53 in mainline for uspace/srv/drivers/root/root.c


Ignore:
Timestamp:
2010-03-21T19:33:58Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66babbd
Parents:
bda60d9
Message:

child device registration - parts of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/root/root.c

    rbda60d9 rd347b53  
    7575        }
    7676       
    77         // TODO - replace this with some better solution
     77        // TODO - replace this with some better solution (sysinfo ?)
    7878        platform->name = STRING(UARCH);
    7979        printf(NAME ": the new device's name is %s.\n", platform->name);
     
    113113        // register root device's children     
    114114        if (!add_platform_child(dev)) {
     115                printf(NAME ": failed to add child device for platform.\n");
    115116                return false;
    116117        }
Note: See TracChangeset for help on using the changeset viewer.