Rev 4344 | Rev 4346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4344 | Rev 4345 | ||
|---|---|---|---|
| Line 181... | Line 181... | ||
| 181 | else if (sysinfo_value("kbd.cir.obio") == 1) |
181 | else if (sysinfo_value("kbd.cir.obio") == 1) |
| 182 | cir_service = SERVICE_OBIO; |
182 | cir_service = SERVICE_OBIO; |
| 183 | 183 | ||
| 184 | if (cir_service) { |
184 | if (cir_service) { |
| 185 | while (cir_phone < 0) { |
185 | while (cir_phone < 0) { |
| 186 | cir_phone = ipc_connect_me_to(PHONE_NS, cir_service, |
186 | cir_phone = ipc_connect_me_to_blocking(PHONE_NS, cir_service, |
| 187 | 0, 0); |
187 | 0, 0); |
| 188 | } |
188 | } |
| 189 | } |
189 | } |
| 190 | 190 | ||
| 191 | /* Initialize port driver. */ |
191 | /* Initialize port driver. */ |