Changeset 97f1691 in mainline for arch/sparc64/src/console.c
- Timestamp:
- 2006-02-28T00:02:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d6ec87
- Parents:
- d87c3f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/console.c
rd87c3f3 r97f1691 41 41 #include <proc/thread.h> 42 42 #include <synch/mutex.h> 43 #include <arch/mm/tlb.h> 43 44 44 45 #define KEYBOARD_POLL_PAUSE 50000 /* 50ms */ … … 76 77 ofw_console_active = 0; 77 78 stdin = NULL; 79 80 dtlb_insert_mapping(FB_VIRT_ADDRESS, FB_PHYS_ADDRESS, PAGESIZE_4M, true, false); 81 dtlb_insert_mapping(KBD_VIRT_ADDRESS, KBD_PHYS_ADDRESS, PAGESIZE_8K, true, false); 82 78 83 fb_init(FB_VIRT_ADDRESS, FB_X_RES, FB_Y_RES, FB_COLOR_DEPTH/8); 79 84 i8042_init();
Note:
See TracChangeset
for help on using the changeset viewer.