Changeset f651e80 in mainline for kernel/arch/sparc64/src/drivers/sgcn.c
- Timestamp:
- 2009-01-08T12:07:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/sgcn.c
rc571f42 rf651e80 200 200 chosen = ofw_tree_lookup("/chosen"); 201 201 if (!chosen) 202 panic("Can 't find /chosen.\n");202 panic("Cannot find '/chosen'."); 203 203 204 204 iosram_toc = ofw_tree_getprop(chosen, "iosram-toc"); 205 205 if (!iosram_toc) 206 panic("Can 't find property \"iosram-toc\".\n");206 panic("Cannot find property 'iosram-toc'."); 207 207 if (!iosram_toc->value) 208 panic("Can 't find SRAM TOC.\n");208 panic("Cannot find SRAM TOC."); 209 209 210 210 sram_begin_physical = SBBC_START + SBBC_SRAM_OFFSET … … 329 329 static void sgcn_irq_handler(irq_t *irq, void *arg, ...) 330 330 { 331 panic("Not yet implemented, SGCN works in polled mode. \n");331 panic("Not yet implemented, SGCN works in polled mode."); 332 332 } 333 333
Note:
See TracChangeset
for help on using the changeset viewer.