Changeset 753d851 in mainline for kernel/arch/sparc64/src/console.c
- Timestamp:
- 2009-02-08T22:25:30Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 198a9ef
- Parents:
- fd375a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/console.c
rfd375a8d r753d851 70 70 static void standard_console_init(ofw_tree_node_t *aliases) 71 71 { 72 #ifdef CONFIG_FB 72 73 stdin = NULL; 73 74 … … 97 98 98 99 kbd_init(keyboard); 100 #else 101 panic("Standard console requires FB, " 102 "but the kernel is not compiled with FB support."); 103 #endif 99 104 } 100 105 … … 176 181 void arch_grab_console(void) 177 182 { 183 #ifdef CONFIG_FB 178 184 scr_redraw(); 185 #endif 179 186 switch (kbd_type) { 180 187 #ifdef CONFIG_Z8530
Note:
See TracChangeset
for help on using the changeset viewer.