Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2004 22:22:15 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Alex Vasylenko <lxv@omut.org>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: [patch] acpidump
Message-ID:  <20040417222142.P10434@root.org>
In-Reply-To: <4081F868.2040506@omut.org>
References:  <4081F868.2040506@omut.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Apr 2004, Alex Vasylenko wrote:
> I've upgraded a system from RELENG_5_2 to CURRENT and 'acpidump -d' broke.
>
> As you can see in the backtrace below we get into dsdt_from_fadt with
> uninitialized fadt_revision which is handled as rev 2. Apparently my
> system has 32-bit DSTD address, so we crash. Please consider attached
> patch (it moves FADT revision detection code into a function and makes
> all users of fadt_revision call that function to get the revision)

Committed, with some minor cleanups.  Thanks.  BTW, acpidump -t -d gives
you the fixed tables as well as DSDT.

-Nate


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