[PATCH] ACPICA 20051021 import
dawnshade
h-k at mail.ru
Thu Oct 27 00:14:18 PDT 2005
-----Original Message-----
From: Nate Lawson <nate at root.org>
To: dawnshade <h-k at mail.ru>
Date: Wed, 26 Oct 2005 23:57:37 -0700
Subject: Re: [PATCH] ACPICA 20051021 import
> > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c: In function `AcpiEvMatchPrwAndGpe':
> > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c:482: error: `METHOD_NAME__PRW' undeclared (first use in this function)
> > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c:482: error: (Each undeclared identifier is reported only once
> > /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c:482: error: for each function it appears in.)
> > *** Error code 1
>
> I haven't tested this yet, but perhaps this is due to obrien's -I
> change? Perhaps acpica_prep.sh wasn't run with all the header
> substitions enabled since they are commented out currently. Jung-uk,
> can you check if includes are not "file.h" but
> <sys/contrib/dev/acpica/file.h>?
>
sorry, you mean check includes in file evgpeblk.c?
grep include /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/evgpeblk.c
* Code or modification with rights to further distribute source must include
* Code and the date of any change. Licensee must include in that file the
* must include a prominent statement that the modification is derived,
* include the following Disclaimer and Export Compliance provision in the
* portion of the Covered Code, and must include terms to the effect that the
#include "acpi.h"
#include "acevents.h"
#include "acnamesp.h"
More information about the freebsd-acpi
mailing list