Rev 1382 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1382 | Rev 1410 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | void standalone_sparc64_console_init(void) |
75 | void standalone_sparc64_console_init(void) |
76 | { |
76 | { |
77 | ofw_console_active = 0; |
77 | ofw_console_active = 0; |
78 | stdin = NULL; |
78 | stdin = NULL; |
79 | 79 | ||
80 | dtlb_insert_mapping(KBD_VIRT_ADDRESS, KBD_PHYS_ADDRESS, PAGESIZE_8K, true, false); |
- | |
81 | 80 | kbd_init(); |
|
82 | fb_init(FB_PHYS_ADDRESS, FB_X_RES, FB_Y_RES, FB_COLOR_DEPTH, FB_X_RES * FB_COLOR_DEPTH / 8); |
81 | fb_init(FB_PHYS_ADDRESS, FB_X_RES, FB_Y_RES, FB_COLOR_DEPTH, FB_X_RES * FB_COLOR_DEPTH / 8); |
83 | i8042_init(); |
- | |
84 | } |
82 | } |
85 | 83 | ||
86 | /** Write one character using OpenFirmware. |
84 | /** Write one character using OpenFirmware. |
87 | * |
85 | * |
88 | * @param d Character device (ignored). |
86 | * @param d Character device (ignored). |