David Hinds - 2003-12-01

Logged In: YES
user_id=7760

The lockup probably means there is another device sharing
PCI irq 5 that is generating interrupts, but has no Linux driver
installed.

My first guess would be that these are ACPI interrupts.

In that case you will need a kernel with ACPI support enabled.

You can also check the output of 'lspci -v' to see if any other
PCI devices are shown as sharing irq 5.

-- Dave