Re: kdb v4.4 supports OHCI keyboard in 2.6

2005-07-21 Thread Keith Owens
On Thu, 21 Jul 2005 12:11:21 +0100, Sid Boyce <[EMAIL PROTECTED]> wrote: > CHK include/linux/version.h >make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. > CHK include/linux/compile.h > CHK usr/initramfs_list > CC arch/i386/kernel/traps.o >arch/i386/kernel/traps.c:8

RE: kdb v4.4 supports OHCI keyboard in 2.6

2005-07-21 Thread Sid Boyce
CHK include/linux/version.h make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h CHK usr/initramfs_list CC arch/i386/kernel/traps.o arch/i386/kernel/traps.c:809: error: redefinition of `do_int3' arch/i386/kernel/traps.c:709: error: `do_int3'

kdb v4.4 supports OHCI keyboard in 2.6

2005-07-20 Thread Keith Owens
The 2.6.13-rc3 version of KDB (Linux Kernel Debugger) supports a USB keyboard (CONFIG_KDB_USB). At the moment it only supports the OHCI interface, this is what SGI hardware uses. If anybody has hardware that uses the UHCI interface for the keyboard and can create a kdb patch, that patch will be g