https://bugzilla.novell.com/show_bug.cgi?id=623393 https://bugzilla.novell.com/show_bug.cgi?id=623393#c40 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |jabber@gmx.org --- Comment #40 from Thomas Renninger <trenn@novell.com> 2011-01-30 18:58:52 UTC ---
BTW: I think the hard lock while booting is before usage of initrd. Yes, sorry about that. It came to my mind because this one caused some early boot hangs as well, but yep, it's totally unrelated.
For the records, these are the last two executed instructions before the hang. The first is a PCI config space, the last an IO port access: Device (PCI0) { OperationRegion (NB00, PCI_Config, 0x00, 0x0100) Field (NB00, ByteAcc, NoLock, Preserve) { .. Offset (0xF3), APMD, 8, .. } OperationRegion (PMIO, SystemIO, 0x1000, 0x50) Field (PMIO, ByteAcc, NoLock, Preserve) { .. Offset (0x2F), APMC, 8, .. } Store(Arg0, APMD) Store (0xE3, \APMC) Interesting, there is a pci quirk trying to fix up IO access for PM registers for your HW: 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8235 ISA Bridge [1106:3177] from drivers/pci/quirks.c: DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8235, quirk_vt8235_acpi) Yep the quirk is active (in 2.6.31 already), compare with dmesg: [ 0.089654] pci 0000:00:11.0: quirk: region 1000-107f claimed by vt8235 PM [ 0.089660] pci 0000:00:11.0: quirk: region 1400-140f claimed by vt8235 SMB You can double check with "git annotate drivers/pci/quirks.c" whether the code would fit the time since your machine does not boot anymore or just try to remove it or read up the git changelog why it is there, etc... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.