Changeset 12f9f0d0 in mainline for uspace/app/tester
- Timestamp:
- 2011-08-17T13:39:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e280857
- Parents:
- 45058baa
- Location:
- uspace/app/tester
- Files:
-
- 4 deleted
- 3 edited
-
Makefile (modified) (1 diff)
-
devs/devman1.c (deleted)
-
devs/devman1.def (deleted)
-
devs/devman2.c (deleted)
-
devs/devman2.def (deleted)
-
hw/misc/virtchar1.c (modified) (2 diffs)
-
tester.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r45058baa r12f9f0d0 56 56 mm/malloc3.c \ 57 57 mm/mapping1.c \ 58 devs/devman1.c \59 devs/devman2.c \60 58 hw/misc/virtchar1.c \ 61 59 hw/serial/serial1.c \ -
uspace/app/tester/hw/misc/virtchar1.c
r45058baa r12f9f0d0 49 49 50 50 #define DEVICE_PATH_NORMAL "/loc/devices/\\virt\\null\\a" 51 #define DEVICE_PATH_CLASSES "/loc/class/virt-null\\1"52 51 #define BUFFER_SIZE 64 53 52 … … 105 104 } 106 105 107 res = test_virtchar1_internal(DEVICE_PATH_CLASSES);108 if (res != NULL) {109 return res;110 }111 112 106 return NULL; 113 107 } -
uspace/app/tester/tester.c
r45058baa r12f9f0d0 68 68 #include "hw/misc/virtchar1.def" 69 69 #include "libext2/libext2_1.def" 70 #include "devs/devman1.def"71 #include "devs/devman2.def"72 70 {NULL, NULL, NULL, false} 73 71 };
Note:
See TracChangeset
for help on using the changeset viewer.
