http://bugzilla.kernel.org/show_bug.cgi?id=6859

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acpi-
                   |                            |[EMAIL PROTECTED]
                   |                            |et
             Status|CLOSED                      |NEW
          Component|Config-Interrupts           |BIOS
         Resolution|INVALID                     |
            Summary|boot hang unless "nolapic" -|boot hang unless "noapic" -
                   |MSI MS-6390-L               |invalid _PRT entries - MSI
                   |                            |MS-6390-L



------- Additional Comments From [EMAIL PROTECTED]  2007-01-19 15:13 -------
Thanks for verifying that "noapic" is a sufficient workaround.
I see you are now running 2.6.19-1.2895.fc6 --
I assume it also fails to boot if you drop off the "noapic" parameter?

Another workaround might be to use "acpi=noirq" -- as this box
has an MP table.  But this would be a just another workaround...

It turns out that Thomas Renninger already found the root cause
of this failure:
https://bugzilla.novell.com/show_bug.cgi?id=179024

The _PRT entries are garbled, just like they were in bug 1164

                Package (0x04)
                {
                    0x0012FFFF,
                    0x00,
                    0x00,
                    \_SB.PCI0.LNKA
                },

                Package (0x04)
                {
                    0x0012FFFF,
                    0x01,
                    0x00,
                    \_SB.PCI0.LNKB
                },

                Package (0x04)
                {
                    0x0012FFFF,
                    0x02,
                    0x00,
                    \_SB.PCI0.LNKC
                },

                Package (0x04)
                {
                    0x0012FFFF,
                    0x03,
                    0x00,
                    \_SB.PCI0.LNKD

The Links should be the 3rd entry, not the 4th.
At the time we got the BIOS fixed, but it turns out we should
have implemented a kernel workaround for this BIOS bug then
because Windows continues to allow systems to ship with this bug.


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to