Ignore:
Timestamp:
2006-09-22T21:44:54Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d684e4
Parents:
16529d5
Message:

Convert sparc64 to detect keyboard and determine
its physical address by walking the memory representation
of the OpenFirmware device tree.

Add bus-specific functions that know how to apply the
"ranges" property to one component of the "reg" property.
Buses supported so far include FHC, EBUS and PCI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/boot/boot.h

    r16529d5 r28ecadb  
    8080
    8181typedef struct {
    82         uintptr_t addr;
    83         uint32_t size;
    84 } keyboard_t;
    85 
    86 typedef struct {
    8782        uint32_t clock_frequency;
    8883} processor_t;
     
    9691        memmap_t memmap;
    9792        screen_t screen;
    98         keyboard_t keyboard;
    9993        processor_t processor;
    10094        ballocs_t ballocs;
Note: See TracChangeset for help on using the changeset viewer.