Date: Fri, 17 Sep 2004 00:59:57 +0200 From: Sascha Klauder <sklauder@trimind.de> To: Nate Lawson <nate@root.org> Cc: freebsd-acpi@freebsd.org Subject: Re: trouble overriding DSDT Message-ID: <20040916225957.GA42998@trimind.de> In-Reply-To: <414A13E8.2090907@root.org> References: <20040916152256.GA40853@trimind.de> <414A13E8.2090907@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Nate, On Thu, Sep 16, 2004 at 03:30:00PM -0700, Nate Lawson wrote: > Sascha Klauder wrote: > > ACPI: DSDT was overridden. > > ACPI-0374: *** Info: Table [DSDT] replaced by host OS > > ACPI-0380: *** Error: Looking up [_PCT] in namespace, AE_ALREADY_EXISTS > > ACPI-1303: *** Error: [NULL NAME], AE_ALREADY_EXISTS > > > >followed by a kernel trap. Could this be a problem with iasl or > >did I missed something else? > > It looks like you duplicated the _PCT and other methods somehow. Is it > possible you appended multiple copies of your ASL to it? Check with: I don't think so. > grep _PCT nx9005-KA.M-1.59-original.asl Name (_PCT, Package (0x02) > grep _PCT nx9005-KA.M-1.59-custom.asl Name (_PCT, Package (0x02) Interesting enough, I get the same error message when compiling the *original* ASL and loading the resulting DSDT.aml file! Cheers, -sascha
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040916225957.GA42998>