From owner-freebsd-acpi@FreeBSD.ORG Fri Sep 17 21:52:19 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF71616A4CE for ; Fri, 17 Sep 2004 21:52:19 +0000 (GMT) Received: from caduceus.jf.intel.com (fmr06.intel.com [134.134.136.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867E543D2D for ; Fri, 17 Sep 2004 21:52:19 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from talaria.jf.intel.com (talaria.jf.intel.com [10.7.209.7]) major-outer.mc,v 1.15 2004/01/30 18:16:28 root Exp $) with ESMTP id i8HLoVrr007849; Fri, 17 Sep 2004 21:50:31 GMT Received: from orsmsxvs041.jf.intel.com (orsmsxvs041.jf.intel.com [192.168.65.54]) major-inner.mc,v 1.11 2004/07/29 22:51:53 root Exp $) with SMTP id i8HLfN4Z014640; Fri, 17 Sep 2004 21:43:12 GMT Received: from orsmsx331.amr.corp.intel.com ([192.168.65.56]) M2004091714503930313 ; Fri, 17 Sep 2004 14:50:39 -0700 Received: from orsmsx403.amr.corp.intel.com ([192.168.65.209]) by orsmsx331.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 17 Sep 2004 14:50:39 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 17 Sep 2004 14:50:38 -0700 Message-ID: <37F890616C995246BE76B3E6B2DBE05502071306@orsmsx403.amr.corp.intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: trouble overriding DSDT thread-index: AcScQPTzoy3P9VZxRBCCy0/g1lBOxAAv1SwQ From: "Moore, Robert" To: , "Nate Lawson" X-OriginalArrivalTime: 17 Sep 2004 21:50:39.0716 (UTC) FILETIME=[5F456240:01C49D00] X-Scanned-By: MIMEDefang 2.31 (www . roaringpenguin . com / mimedefang) cc: freebsd-acpi@freebsd.org Subject: RE: trouble overriding DSDT X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 21:52:19 -0000 There is only one _PCT, so I don't see what is going on here. You may have to enable tracing (acpi_dbg_level) to determine what is happening > -----Original Message----- > From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd- > acpi@freebsd.org] On Behalf Of Sascha Klauder > Sent: Thursday, September 16, 2004 4:00 PM > To: Nate Lawson > Cc: freebsd-acpi@freebsd.org > Subject: Re: trouble overriding DSDT >=20 > Hi Nate, >=20 > 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: >=20 > I don't think so. >=20 > > grep _PCT nx9005-KA.M-1.59-original.asl >=20 > Name (_PCT, Package (0x02) >=20 > > grep _PCT nx9005-KA.M-1.59-custom.asl >=20 > Name (_PCT, Package (0x02) >=20 > Interesting enough, I get the same error message when compiling > the *original* ASL and loading the resulting DSDT.aml file! >=20 > Cheers, > -sascha > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org"