From: Paulo Marques <pmarques@grupopie.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Linus Torvalds <torvalds@osdl.org>,
Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.6.12-rc4: IRQ14 nobody cared
Date: Mon, 09 May 2005 18:36:34 +0100 [thread overview]
Message-ID: <427F9FA2.30506@grupopie.com> (raw)
In-Reply-To: <58cb370e050509074352e98f6a@mail.gmail.com>
Bartlomiej Zolnierkiewicz wrote:
> On 5/9/05, Paulo Marques <pmarques@grupopie.com> wrote:
>>[...]
>>
>>2.6.12-rc4 halts during boot with a "IRQ 14: nobody cared" message.
>>
>>2.6.12-rc3 boots (and works) fine with the same configuration.
>>
>>[...]
>
> Perhaps you can try first -rc3 git snapshot (still a lot of stuff):
> http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.12-rc3-git1.bz2
I tried this version with the same results.
It seems that I've got something weird in my compilation setup.
I set up a serial console to see the messages from boot and near the
beggining I get:
"Unknown bustype PCI - ignoring"
The code that generates this is at arch/i386/mpparse.c:
> } else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI)-1) == 0) {
> ...
> } else if (strncmp(str, BUSTYPE_MCA, sizeof(BUSTYPE_MCA)-1) == 0) {
> ...
> } else {
> printk(KERN_WARNING "Unknown bustype %s - ignoring\n", str);
> }
BUSTYPE_PCI is defined at include/asm-i386/mpspec_def.h:
#define BUSTYPE_PCI "PCI"
so that first "if" statement translates to
> } else if (strncmp(str, "PCI", 3) == 0) {
which should be always valid for "PCI ", and that message should never
appear :(
Well, sorry about the noise, I must dig deeper now...
--
Paulo Marques - www.grupopie.com
An expert is a person who has made all the mistakes that can be
made in a very narrow field.
Niels Bohr (1885 - 1962)
next prev parent reply other threads:[~2005-05-09 17:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-07 5:59 Linux v2.6.12-rc4 Linus Torvalds
2005-05-09 14:09 ` Linux v2.6.12-rc4: IRQ14 nobody cared Paulo Marques
2005-05-09 14:43 ` Bartlomiej Zolnierkiewicz
2005-05-09 17:36 ` Paulo Marques [this message]
2005-05-10 14:34 ` Paulo Marques
2005-05-10 11:58 ` Linux v2.6.12-rc4 Paulo Marques
2005-05-11 4:55 ` Sam Ravnborg
2005-05-10 16:28 ` Coywolf Qi Hunt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=427F9FA2.30506@grupopie.com \
--to=pmarques@grupopie.com \
--cc=bzolnier@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox