Re: Interrupt storm on uhciX with acpi_pci_link.c 1.24.2.3

From: Nate Lawson <nate_at_root.org>
Date: Thu, 02 Sep 2004 11:38:33 -0700
Your ASL is at fault here.  It defines a mixed set of APIC and PCI link 
irq devices.  (See the _PRT for PCI0, the APIC object).  The MPtable is 
correct.  Here is the part that is wrong:

             Name (APIC, Package (0x18)
             {
             ...
                 Package (0x04)
                  {
                      0x0004FFFF,
                      0x03,
                      \_SB.LNKC,
                      0x00
                  },

This one should be:

		Package (0x04)
		{
		    0x0004FFFF,
		    0x03,
		    0x00,
		    0x12,
		}

It should be possible to add this to /boot/loader.conf:

hw.acpi.pci.link.0.4.3.irq="18"

But since 18 won't be in your list of valid irqs, your best bet is to 
patch your ASL as above and recompile with iasl.  Perhaps a BIOS upgrade 
will have this fixed?

-- 
Nate
Received on Thu Sep 02 2004 - 16:38:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:10 UTC