Changeset b3e8c90 in mainline for boot/arch/sparc64/loader/main.c
- Timestamp:
- 2006-08-01T11:24:27Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e386cbf
- Parents:
- c049309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.c
rc049309 rb3e8c90 61 61 bootinfo.screen.addr = ofw_translate(bootinfo.screen.addr); 62 62 63 if (!ofw_keyboard(&bootinfo.keyboard)) { 64 printf("Error: unable to get keyboard properties, halting.\n"); 65 halt(); 66 } 63 if (!ofw_keyboard(&bootinfo.keyboard)) 64 printf("Error: unable to get keyboard properties\n"); 67 65 68 66 printf("\nDevice statistics\n");
Note:
See TracChangeset
for help on using the changeset viewer.