Subversion Repositories HelenOS

Rev

Rev 3969 | Rev 4003 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3969 Rev 3978
Line 176... Line 176...
176
   
176
   
177
    ipcarg_t phonead;
177
    ipcarg_t phonead;
178
   
178
   
179
    if (sysinfo_value("kbd.cir.fhc") == 1)
179
    if (sysinfo_value("kbd.cir.fhc") == 1)
180
        cir_service = SERVICE_FHC;
180
        cir_service = SERVICE_FHC;
-
 
181
    else if (sysinfo_value("kbd.cir.obio") == 1)
-
 
182
        cir_service = SERVICE_OBIO;
181
   
183
   
182
    if (cir_service) {
184
    if (cir_service) {
183
        while (cir_phone < 0) {
185
        while (cir_phone < 0) {
184
            cir_phone = ipc_connect_me_to(PHONE_NS, cir_service,
186
            cir_phone = ipc_connect_me_to(PHONE_NS, cir_service,
185
                0, 0);
187
                0, 0);