2006-05-29 04:42:15

by Sion Khalaf

[permalink] [raw]
Subject: Pci-X nic irq problem with acpi 2.6.15

Hi Guys,

Kernel 2.6.15 issue:
I am trying to install 2 x quad NICs,with Intel chipset
into PCI-X slots on Super Micro board H8DC8, With NVIDIA
chipset.
When booting, there is no probing on the kernel for those cards,
and there are no interfaces.
When using grub with the option acpi=off, it works.

Kernel 2.6.11.6 - same server, works fine, and I can load the e1000
drivers for the cards.

Both kernel have very similar .config, and both enabled acpi.

cat /proc/interrupts shows irq 9 is sharing acpi and the e1000 drives

Can anyone tell me what is wrong?

Thank you,
Sion


2006-05-29 05:28:35

by Jesse Brandeburg

[permalink] [raw]
Subject: Re: Pci-X nic irq problem with acpi 2.6.15

On 5/28/06, Sion Khalaf <[email protected]> wrote:
> Hi Guys,
>
> Kernel 2.6.15 issue:
> I am trying to install 2 x quad NICs,with Intel chipset
> into PCI-X slots on Super Micro board H8DC8, With NVIDIA
> chipset.
> When booting, there is no probing on the kernel for those cards,
> and there are no interfaces.
> When using grub with the option acpi=off, it works.
>
> Kernel 2.6.11.6 - same server, works fine, and I can load the e1000
> drivers for the cards.
>
> Both kernel have very similar .config, and both enabled acpi.
>
> cat /proc/interrupts shows irq 9 is sharing acpi and the e1000 drives
>
> Can anyone tell me what is wrong?

my guess is a bridge configuration problem due to some bad interaction
either with the acpi bios or the acpi kernel code, maybe some of the
acpi guys can help you with figuring out what exactly is going on.

Jesse