Changeset 8b1e15ac in mainline for uspace/app/tester/hw/serial/serial1.c
- Timestamp:
- 2011-02-11T22:26:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68414f4a
- Parents:
- 1b367b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/serial/serial1.c
r1b367b4 r8b1e15ac 74 74 75 75 devman_handle_t handle; 76 res = devman_device_get_handle("/hw/pci0/00:01.0/com1 ", &handle,76 res = devman_device_get_handle("/hw/pci0/00:01.0/com1/a", &handle, 77 77 IPC_FLAG_BLOCKING); 78 78 if (res != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.