Changeset d347b53 in mainline for uspace/srv/drivers/root/root.c
- Timestamp:
- 2010-03-21T19:33:58Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66babbd
- Parents:
- bda60d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/drivers/root/root.c
rbda60d9 rd347b53 75 75 } 76 76 77 // TODO - replace this with some better solution 77 // TODO - replace this with some better solution (sysinfo ?) 78 78 platform->name = STRING(UARCH); 79 79 printf(NAME ": the new device's name is %s.\n", platform->name); … … 113 113 // register root device's children 114 114 if (!add_platform_child(dev)) { 115 printf(NAME ": failed to add child device for platform.\n"); 115 116 return false; 116 117 }
Note:
See TracChangeset
for help on using the changeset viewer.