Rev 2927 | Rev 4337 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3588 | ||
---|---|---|---|
Line 145... | Line 145... | ||
145 | z8530_init(devno, inr, vaddr); |
145 | z8530_init(devno, inr, vaddr); |
146 | break; |
146 | break; |
147 | #endif |
147 | #endif |
148 | #ifdef CONFIG_NS16550 |
148 | #ifdef CONFIG_NS16550 |
149 | case KBD_NS16550: |
149 | case KBD_NS16550: |
150 | ns16550_init(devno, inr, vaddr); |
150 | ns16550_init(devno, inr, (ioport_t)vaddr); |
151 | break; |
151 | break; |
152 | #endif |
152 | #endif |
153 | default: |
153 | default: |
154 | printf("Kernel is not compiled with the necessary keyboard driver this machine requires.\n"); |
154 | printf("Kernel is not compiled with the necessary keyboard driver this machine requires.\n"); |
155 | } |
155 | } |