Changeset 82da5f5 in mainline for arch/sparc64/src/console.c


Ignore:
Timestamp:
2006-05-24T13:38:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
567807b1
Parents:
8182031
Message:

Modify sparc64 to choose optimal page size in each invocation of hw_map().
Use hw_map() to map keyboard device memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/console.c

    r8182031 r82da5f5  
    7878        stdin = NULL;
    7979
    80         dtlb_insert_mapping(KBD_VIRT_ADDRESS, KBD_PHYS_ADDRESS, PAGESIZE_8K, true, false);
    81 
     80        kbd_init();
    8281        fb_init(FB_PHYS_ADDRESS, FB_X_RES, FB_Y_RES, FB_COLOR_DEPTH, FB_X_RES * FB_COLOR_DEPTH / 8);
    83         i8042_init();
    8482}
    8583
Note: See TracChangeset for help on using the changeset viewer.