Rev 4042 | Rev 4103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4042 | Rev 4070 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | #include <print.h> |
55 | #include <print.h> |
56 | #include <sysinfo/sysinfo.h> |
56 | #include <sysinfo/sysinfo.h> |
57 | 57 | ||
58 | kbd_type_t kbd_type = KBD_UNKNOWN; |
58 | kbd_type_t kbd_type = KBD_UNKNOWN; |
59 | 59 | ||
- | 60 | #if defined (CONFIG_Z8530) || defined (CONFIG_NS16550) |
|
- | 61 | ||
60 | /** Initialize keyboard. |
62 | /** Initialize keyboard. |
61 | * |
63 | * |
62 | * Traverse OpenFirmware device tree in order to find necessary |
64 | * Traverse OpenFirmware device tree in order to find necessary |
63 | * info about the keyboard device. |
65 | * info about the keyboard device. |
64 | * |
66 | * |
Line 206... | Line 208... | ||
206 | printf("Kernel is not compiled with the necessary keyboard " |
208 | printf("Kernel is not compiled with the necessary keyboard " |
207 | "driver this machine requires.\n"); |
209 | "driver this machine requires.\n"); |
208 | } |
210 | } |
209 | } |
211 | } |
210 | 212 | ||
- | 213 | #endif |
|
211 | /** @} |
214 | /** @} |
212 | */ |
215 | */ |