Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 10:08:28 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= <des@des.no>
Cc:        current@freebsd.org
Subject:   Re: ACPI problems on MSI K7D
Message-ID:  <20030909100311.T89599@root.org>
In-Reply-To: <xzpptia9l12.fsf@dwp.des.no>
References:  <20030906141328.Q78854@root.org> <xzpptia9l12.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Sep 2003, Dag-Erling [iso-8859-1] Smørgrav wrote:
> Nate Lawson <nate@root.org> 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 better could address this?

Here is the valid case (without ACPI):
pci_open(1):    mode 1 addr port (0x0cf8) is 0x80003840
pci_open(1a):   mode1res=0x80000000 (0x80000000)
pci_cfgcheck:   device 0 [class=060000] [hdr=00] is there (id=700c1022)

Here is the invalid case (with ACPI):
acpi0: <AMD2P  AWRDACPI> on motherboard
pci_open(1):    mode 1 addr port (0x0cf8) is 0x80ff003c
pci_open(2):    mode 2 enable port (0x0cf8) is 0xff
panic: AcpiOsDerivePciId unable to initialize pci bus

Obviously, the pci_open(2) is bogus.  If no one else addresses this, I
will try to get to it soon.  For now, try changing the panic to a return 0
and see how it affects system operation.

> > Also, I think the following should be "\_S3":
> >    Name (\SS3, Package (0x04)
>
> That shouldn't have any impact on my problem though, should it?

Nope, just something I noticed.

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030909100311.T89599>