Re: Kernel panic during boot (Can't get irq for primary IDE!)

Mark Lord (mlord@pobox.com)
Wed, 28 Oct 1998 08:15:28 -0500


Thomas Iversen wrote:
>
> Hello there!
>
> With recent kernels (2.1.125) I sometimes get the following sequence at
> boot. I have tried to get at clear picture of what's going on, and what
> triggers the kernel panic. I found that for this panic to happend (it seems
...
> PIIX3: IDE Controller on PCI bu 00 dev 39
> PIIX3: not 100% native mode will probe irqs later
> ide0: BM-DMA at 0xe800-0xe807, bios settings hda:pio, hdb:pio
> ide1: BM-DMA at 0xe808-0xe80f, bios settings hdc:pio, hdd:pio
> hda: ST52520A, ATA DISK drive
> hdc: Pioneer CD-ROM ATAPI Model DR-A24X 0104, ATAPI CDROM drive
> ide0: UNABLE TO GET IRQ -12
> ide1: at 0x170-0x177, 0x376 on irq 15
> hdc: ATAPI 20x CDROM drive, 128KB cache
> Uniform CDROM driver, Revision 2.14
> ....

Some device is floating the IRQ12 line during probing,
tricking the IDE driver into thinking that IRQ12 belongs to ide0.

If you are not using the PS2 mouse input on your motherboard,
then disable it (jumper or BIOS setting) to cure the problem.

Otherwise, use boot parameters to force the correct IRQ (IRQ14).

-- 
mlord@pobox.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/