Changeset 3cc6a52 in mainline for kernel/arch/sparc64/src/console.c


Ignore:
Timestamp:
2009-04-10T19:51:16Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1d89ad
Parents:
6eb2e96
Message:

fix serengeti console

File:
1 edited

Legend:

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

    r6eb2e96 r3cc6a52  
    9696        kbrdin = sgcnin_init();
    9797        if (kbrdin)
    98                 srlnin_init(kbrdin);
     98                srln_init(kbrdin);
    9999#endif
    100100#ifdef CONFIG_SGCN_PRN
     
    135135        scr_redraw();
    136136#endif
     137       
    137138        switch (kbd_type) {
    138 #ifdef CONFIG_SGCN
     139#ifdef CONFIG_SGCN_KBD
    139140        case KBD_SGCN:
    140141                sgcn_grab();
     
    152153{
    153154        switch (kbd_type) {
    154 #ifdef CONFIG_SGCN
     155#ifdef CONFIG_SGCN_KBD
    155156        case KBD_SGCN:
    156157                sgcn_release();
Note: See TracChangeset for help on using the changeset viewer.