* kdb v4.4 supports OHCI keyboard in 2.6
@ 2005-07-21 1:24 Keith Owens
0 siblings, 0 replies; 3+ messages in thread
From: Keith Owens @ 2005-07-21 1:24 UTC (permalink / raw)
To: kdb; +Cc: linux-kernel, linux-ia64
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 gratefully accepted.
ftp://oss.sgi.com/projects/kdb/download/v4.4/
ftp://ftp.ocs.com.au/pub/mirrors/oss.sgi.com/projects/kdb/download/v4.4/
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: kdb v4.4 supports OHCI keyboard in 2.6
@ 2005-07-21 11:11 Sid Boyce
2005-07-22 5:56 ` Keith Owens
0 siblings, 1 reply; 3+ messages in thread
From: Sid Boyce @ 2005-07-21 11:11 UTC (permalink / raw)
To: linux-kernel
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' previously defined here
make[1]: *** [arch/i386/kernel/traps.o] Error 1
make: *** [arch/i386/kernel] Error 2
Both lines are the same, enabling both kprobes and kdb causes the error,
so kprobes must be deselected.
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot
Retired IBM Mainframes and Sun Servers Tech Support Specialist
Microsoft Windows Free Zone - Linux used for all Computing Tasks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kdb v4.4 supports OHCI keyboard in 2.6
2005-07-21 11:11 kdb v4.4 supports OHCI keyboard in 2.6 Sid Boyce
@ 2005-07-22 5:56 ` Keith Owens
0 siblings, 0 replies; 3+ messages in thread
From: Keith Owens @ 2005-07-22 5:56 UTC (permalink / raw)
To: sboyce; +Cc: linux-kernel
On Thu, 21 Jul 2005 12:11:21 +0100,
Sid Boyce <sboyce@blueyonder.co.uk> 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:809: error: redefinition of `do_int3'
>arch/i386/kernel/traps.c:709: error: `do_int3' previously defined here
>make[1]: *** [arch/i386/kernel/traps.o] Error 1
>make: *** [arch/i386/kernel] Error 2
>
>Both lines are the same, enabling both kprobes and kdb causes the error,
>so kprobes must be deselected.
Fixed in kdb-v4.4-2.6.13-rc3-common-2 + kdb-v4.4-2.6.13-rc3-i386-2.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-22 5:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-21 11:11 kdb v4.4 supports OHCI keyboard in 2.6 Sid Boyce
2005-07-22 5:56 ` Keith Owens
-- strict thread matches above, loose matches on Subject: below --
2005-07-21 1:24 Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox