Is anyone working on getting local kbd working?
I get
drivers/char/keyboard.c:1007: warning: #warning "Cannot generate rawmode
keyboard for your architecture yet."
and a kernel oops in keyboard.c kbd_keycode() when pressing any key.
more specifically, in kbd_keycode:
keysym = key_map[keycode];
fails, key_map isnt quite sane...
This is current code from:
:pserver:anon@linux-m68k-cvs.ubb.ca:/home/linux-m68k/cvsroot
on a 68060 A4000.
Cheers, H.