Changeset b927375 in mainline
- Timestamp:
- 2011-02-19T18:11:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8cf6709
- Parents:
- 8b1ea2d4
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/misc/virtchar1.c
r8b1ea2d4 rb927375 47 47 #include "../../tester.h" 48 48 49 #define DEVICE_PATH_NORMAL "/dev/devices/\\virt\\null "49 #define DEVICE_PATH_NORMAL "/dev/devices/\\virt\\null\\a" 50 50 #define DEVICE_PATH_CLASSES "/dev/class/virt-null\\1" 51 51 #define BUFFER_SIZE 64 -
uspace/srv/devman/main.c
r8b1ea2d4 rb927375 562 562 } 563 563 564 async_forward_fast(iid, dev->drv->phone, DRIVER_CLIENT, dev->handle, 0,564 async_forward_fast(iid, dev->drv->phone, DRIVER_CLIENT, fun->handle, 0, 565 565 IPC_FF_NONE); 566 566 printf(NAME ": devman_connection_devmapper: forwarded connection to "
Note:
See TracChangeset
for help on using the changeset viewer.