Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2004 08:25:20 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Vaidas Damosevicius <vd@vmunix.lt>
Cc:        current@freebsd.org
Subject:   Re: ACPI panic
Message-ID:  <20040108080739.L35340@root.org>
In-Reply-To: <20040108085952.7072E369A5@mail.if.lt>
References:  <20040106153123.L27817@root.org> <20040107151531.161D73B90B@mail.if.lt> <20040108085952.7072E369A5@mail.if.lt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 Jan 2004, Vaidas Damosevicius wrote:
> On Wed, 7 Jan 2004, Nate Lawson wrote:
>
> > I really need the messages a few lines above the probe_and_attach line.
> > Also, send your ASL:  acpidump -t -d > vaidas-CompaqNX7000.asl
>
> Done

Hmm, not sure what is returning the error but it's probably the call to
_REG at the end of AcpiInstallAddressSpaceHandler().  Please recompile
your ACPI module as follows:

   cd /sys/modules/acpi/acpi && make clean && make ACPI_DEBUG=1

Install that module somewhere and add the following to loader.conf:

   debug.acpi.layer="ACPI_EVENTS"
   debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS"

Then load the new module at the loader prompt ("load /wherever/acpi.ko")
and report the dmesg like you did this time.

-Nate



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