Re: [ES40-developers] 8042 translation is faulty
Status: Alpha
Brought to you by:
iamcamiel
From: Brian W. <bdw...@in...> - 2008-02-07 18:39:38
|
Actually, skip the line 1850 stuff, it doesn't seem to work. However, if (state.kbd_controller.scancodes_translate && 0) on line 609 (or thereabouts) does fix the problem. Brian On Thu, 2008-02-07 at 13:17 -0500, Brian Wheeler wrote: > It looks like the 8042 keyboard translation is faulty. SRM turns it off > during the bootup sequence, and netbsd turns it off (again), and then on > right before it goes to the debugger. I've forced it to 0 on > AliM1543C.cpp around line 1850: > > state.kbd_controller.scancodes_translate = 0; > > and the netbsd debugger is working as expected. > > I also commented out the XWarpPointer call in gui/gui_x11.cpp and it > doesn't keep moving the mouse to the center of the window. > > > Brian > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |