Changeset 253f35a1 in mainline for kernel/arch/sparc64/src/sparc64.c


Ignore:
Timestamp:
2006-09-07T19:56:44Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab1ae2d9
Parents:
801579fe
Message:

sparc64 work.

  • Changes to enable userspace keyboard drivers.
  • Fix z8530 initialization (i.e. clear any pending Tx interrupts).
  • Experimental support for framebuffers with inverted colors.
File:
1 edited

Legend:

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

    r801579fe r253f35a1  
    9494}
    9595
    96 /** Acquire console back for kernel
    97  *
    98  */
    99 void arch_grab_console(void)
    100 {
    101 }
    102 /** Return console to userspace
    103  *
    104  */
    105 void arch_release_console(void)
    106 {
    107 }
    108 
    10996/** Switch to userspace. */
    11097void userspace(uspace_arg_t *kernel_uarg)
Note: See TracChangeset for help on using the changeset viewer.