Changeset 5d684e4 in mainline for kernel/arch/sparc64/src/console.c
- Timestamp:
- 2006-09-23T13:12:10Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ff1f1e
- Parents:
- 28ecadb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/console.c
r28ecadb r5d684e4 36 36 #include <arch/types.h> 37 37 #include <typedefs.h> 38 #include <genarch/fb/fb.h>39 #include <arch/drivers/fb.h>40 38 39 #include <arch/drivers/scr.h> 41 40 #include <arch/drivers/kbd.h> 41 42 42 #ifdef CONFIG_Z8530 43 43 #include <genarch/kbd/z8530.h> … … 53 53 #include <proc/thread.h> 54 54 #include <arch/mm/tlb.h> 55 #include <arch/boot/boot.h>56 55 #include <genarch/ofw/ofw_tree.h> 57 56 #include <arch.h> … … 84 83 panic("Can't find %s\n", prop->value); 85 84 86 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, 87 bootinfo.screen.bpp, bootinfo.screen.scanline, true); 88 85 scr_init(screen); 86 89 87 prop = ofw_tree_getprop(aliases, "keyboard"); 90 88 if (!prop)
Note:
See TracChangeset
for help on using the changeset viewer.