Rev 3665 | Rev 3745 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3665 | Rev 3742 | ||
|---|---|---|---|
| Line 61... | Line 61... | ||
| 61 | 61 | ||
| 62 | #define KEYBOARD_POLL_PAUSE 50000 /* 50ms */ |
62 | #define KEYBOARD_POLL_PAUSE 50000 /* 50ms */ |
| 63 | 63 | ||
| 64 | /** |
64 | /** |
| 65 | * Initialize kernel console to use framebuffer and keyboard directly. |
65 | * Initialize kernel console to use framebuffer and keyboard directly. |
| 66 | * Called on UltraSPARC64 machines with standard keyboard and framebuffer. |
66 | * Called on UltraSPARC machines with standard keyboard and framebuffer. |
| 67 | * |
67 | * |
| 68 | * @param aliases the "/aliases" OBP node |
68 | * @param aliases the "/aliases" OBP node |
| 69 | */ |
69 | */ |
| 70 | static void standard_console_init(ofw_tree_node_t *aliases) |
70 | static void standard_console_init(ofw_tree_node_t *aliases) |
| 71 | { |
71 | { |