Rev 1933 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1933 | Rev 2064 | ||
---|---|---|---|
Line 103... | Line 103... | ||
103 | break; |
103 | break; |
104 | case CMD_PORT_WRITE_1: |
104 | case CMD_PORT_WRITE_1: |
105 | outb((long)code->cmds[i].addr, code->cmds[i].value); |
105 | outb((long)code->cmds[i].addr, code->cmds[i].value); |
106 | break; |
106 | break; |
107 | #endif |
107 | #endif |
108 | #if defined(ia64) |
108 | #if defined(ia64) && defined(SKI) |
109 | case CMD_IA64_GETCHAR: |
109 | case CMD_IA64_GETCHAR: |
110 | dstval = _getc(&ski_uconsole); |
110 | dstval = _getc(&ski_uconsole); |
111 | break; |
111 | break; |
112 | #endif |
112 | #endif |
113 | #if defined(ppc32) |
113 | #if defined(ppc32) |