Changeset c245f16e in mainline for uspace/drv
- Timestamp:
- 2010-12-01T23:59:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18a6243
- Parents:
- 398c4d7
- Location:
- uspace/drv
- Files:
-
- 3 added
- 2 edited
-
rootvirt/devices.def (modified) (1 diff)
-
test1/test1.c (modified) (1 diff)
-
test2/Makefile (added)
-
test2/test2.c (added)
-
test2/test2.ma (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/rootvirt/devices.def
r398c4d7 rc245f16e 8 8 .match_id = "virtual&test1" 9 9 }, 10 { 11 .name = "test2alpha", 12 .match_id = "virtual&test2" 13 }, 14 { 15 .name = "test2bravo", 16 .match_id = "virtual&test2" 17 }, -
uspace/drv/test1/test1.c
r398c4d7 rc245f16e 66 66 match_id, match_score); 67 67 68 if (rc != EOK) { 68 if (rc == EOK) { 69 printf(NAME ": registered child device `%s'.\n", name); 70 } else { 69 71 printf(NAME ": failed to register child `%s' (%s).\n", 70 72 name, str_error(rc));
Note:
See TracChangeset
for help on using the changeset viewer.
