- Timestamp:
- 2009-02-27T20:41:23Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a28812
- Parents:
- 12081e6
- Location:
- uspace
- Files:
-
- 2 added
- 3 edited
-
Makefile (modified) (1 diff)
-
lib/libc/include/ipc/services.h (modified) (1 diff)
-
srv/kbd/generic/kbd.c (modified) (1 diff)
-
srv/obio/Makefile (added)
-
srv/obio/obio.c (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r12081e6 r42742c5a 64 64 65 65 ifeq ($(UARCH),sparc64) 66 DIRS += srv/fhc 66 DIRS += \ 67 srv/fhc \ 68 srv/obio 67 69 endif 68 70 -
uspace/lib/libc/include/ipc/services.h
r12081e6 r42742c5a 46 46 SERVICE_VFS, 47 47 SERVICE_DEVMAP, 48 SERVICE_FHC 48 SERVICE_FHC, 49 SERVICE_OBIO 49 50 } services_t; 50 51 -
uspace/srv/kbd/generic/kbd.c
r12081e6 r42742c5a 179 179 if (sysinfo_value("kbd.cir.fhc") == 1) 180 180 cir_service = SERVICE_FHC; 181 else if (sysinfo_value("kbd.cir.obio") == 1) 182 cir_service = SERVICE_OBIO; 181 183 182 184 if (cir_service) {
Note:
See TracChangeset
for help on using the changeset viewer.
