Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 19:19:21 +0900 (JST)
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        yb@sainte-barbe.org
Cc:        acpi-jp@jp.FreeBSD.org, current@freebsd.org, robert.moore@intel.com, andrew.grover@intel.com
Subject:   Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815
Message-ID:  <20020827.191921.70227390.iwasaki@jp.FreeBSD.org>
In-Reply-To: <20020826133425.GA486@hsc.fr>
References:  <20020825201421.GA509@hsc.fr> <20020826.222633.36057271.iwasaki@jp.FreeBSD.org> <20020826133425.GA486@hsc.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Could you put the following lines into /boot/loader.conf and send
dmesg output again?
----
debug.acpi.layer="ACPI_ALL_COMPONENTS"
debug.acpi.level="ACPI_LV_ERROR"
----

>    [sent privately to not spam the lists with my dump files]
> 
> On Mon, 26 Aug 2002, Mitsuru IWASAKI wrote:
> 
> > >    FYI, I have now a "can't fetch resources for \\_SB_.PCI0.FNC0.PRT_ -
> > >    AE_BAD_DATA" with acpica-unix-20020815 during boot.
> > 
> > I'd like to make sure if AE_BAD_DATA error occurred w/ previous
> > versions (acpica-unix-20020725, 20020611, 20020404...) ?
> > Or first time w/ acpica-unix-20020815 ?
> 
>    This error did not happened with previous versions of acpi

Hmmm...  OK, I put your full ASL at:
http://www.jp.freebsd.org/cgi/cvsweb.cgi/ACPI/data/Tecra8200.asl?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=freebsd-jp

It seems that the problem occurs by evaluating CRS_ method.
Method(CRS_, 1) {
    Store(Arg0, \_SB_.MEM_.PAR1)
    Store(0x0, \_SB_.MEM_.PAR2)
    Store(0x0, \_SB_.MEM_.PAR3)
    Store(0x0, \_SB_.MEM_.PAR4)
    Store(0x0, \_SB_.MEM_.PAR5)
    Store(0x0, \_SB_.MEM_.PAR6)
    Store(0x1, \_SB_.PCI0.FNC0.SYSR.TRP4)
    If(LEqual(\_SB_.MEM_.PAR3, 0x0)) {
        Return(Buffer(0x2) {0x79, 0x0 })
    }
    Name(BUFF, Buffer(\_SB_.MEM_.PAR3) { })
    Store(\_SB_.MEM_.PRES, BUFF)
    Return(BUFF)
}

Intel folks, any ideas?

Thanks

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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