kdb
[Top] [All Lists]

Re: [kdb] KDB makes Nehalem hang at early boot until key press

To: Martin Hicks <mort@xxxxxxx>
Subject: Re: [kdb] KDB makes Nehalem hang at early boot until key press
From: Thomas Renninger <trenn@xxxxxxx>
Date: Tue, 3 Nov 2009 17:30:28 +0100
Cc: kdb@xxxxxxxxxxx
In-reply-to: <20091102145752.GG11632@xxxxxxxxxxxxxxxxxxxxxxxxx>
Organization: SUSE Products GmbH
References: <200910301102.57634.trenn@xxxxxxx> <200911010148.01214.trenn@xxxxxxx> <20091102145752.GG11632@xxxxxxxxxxxxxxxxxxxxxxxxx>
User-agent: KMail/1.10.3 (Linux/2.6.27.29-0.1-default; KDE/4.1.3; x86_64; ; )
On Monday 02 November 2009 15:57:52 Martin Hicks wrote:
> 
> Okay, I found a bug that SGI has hacked around on our boxborough-EX
> machines that looks similar.  The bug wasn't assigned to me, so I 
didn't
> know it was hacked around. :)
> 
> Can you try this (may not apply.  I cut & pasted)?  Obviously it's a
> terribly patch, but it'll show us if it's the same problem.
> 
> Index: linux/arch/x86/kdb/kdba_io.c
> ===================================================================
> --- linux.orig/arch/x86/kdb/kdba_io.c   2009-02-11 08:57:34.000000000 
-0600
> +++ linux/arch/x86/kdb/kdba_io.c        2009-02-12 08:39:09.000000000 
-0600
> @@ -564,7 +564,7 @@ get_char_func poll_funcs[] = {
> 
>  void kdba_local_arch_setup(void)
>  {
> -#ifdef CONFIG_VT_CONSOLE
> +#ifdef ZZCONFIG_VT_CONSOLE
>         int timeout;
>         unsigned char c;
> 
> @@ -589,7 +589,7 @@ void kdba_local_arch_setup(void)
> 
>  void kdba_local_arch_cleanup(void)
>  {
> -#ifdef CONFIG_VT_CONSOLE
> +#ifdef ZZCONFIG_VT_CONSOLE
>         int timeout;
>         unsigned char c;
Unfortunately this did not work.

      Thomas

> This was in our stack of patches that we thought were just working
> around bugs in our BIOS.  It seems that our BIOS always returns 0xff
> while reading from 0x64.

<Prev in Thread] Current Thread [Next in Thread>