Re: ACPI problems on MSI K7D

2003-09-09 Thread Nate Lawson
On Tue, 9 Sep 2003, Dag-Erling [iso-8859-1] Smørgrav wrote: > Nate Lawson <[EMAIL PROTECTED]> writes: > > Please report the dmesg from boot -v as that should help figure out why > > pci_cfgregopen() fails. > > Full log attached, both with and without ACPI. Perhaps someone who knows our PCI code be

Re: ACPI problems on MSI K7D

2003-09-09 Thread Dag-Erling Smørgrav
Nate Lawson <[EMAIL PROTECTED]> writes: > Please report the dmesg from boot -v as that should help figure out why > pci_cfgregopen() fails. Full log attached, both with and without ACPI. > Also, I think the following should be "\_S3": >Name (\SS3, Package (0x04) That shouldn't have any impac

Re: ACPI problems on MSI K7D

2003-09-07 Thread Nate Lawson
This is the line that triggers that panic, from /sys/dev/acpica/Osd/OsdHardware.c: if (pci_cfgregopen() == 0) panic("AcpiOsDerivePciId unable to initialize pci bus"); Please report the dmesg from boot -v as that should help figure out why pci_cfgregopen() fails. Also, I think the fol