Changeset 1f383dde in mainline for uspace/srv/devman/main.c
- Timestamp:
- 2011-01-07T13:54:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d99120f
- Parents:
- 82122f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
r82122f3 r1f383dde 477 477 } 478 478 479 printf(NAME ": devman_forward: forward connection to device %s to "480 "driver %s.\n", dev->pathname, driver->name);479 // printf(NAME ": devman_forward: forward connection to device %s to " 480 // "driver %s.\n", dev->pathname, driver->name); 481 481 ipc_forward_fast(iid, driver->phone, method, dev->handle, 0, IPC_FF_NONE); 482 482 }
Note:
See TracChangeset
for help on using the changeset viewer.