From owner-freebsd-current@FreeBSD.ORG Mon Sep 8 09:36:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6324F16A4BF for ; Mon, 8 Sep 2003 09:36:31 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7129044005 for ; Mon, 8 Sep 2003 09:36:30 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 85339 invoked by uid 1000); 8 Sep 2003 16:36:31 -0000 Date: Mon, 8 Sep 2003 09:36:31 -0700 (PDT) From: Nate Lawson To: DougB@freebsd.org Message-ID: <20030907225020.E83734@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI problems with Compaq Evo N610c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 16:36:31 -0000 > On Wed, 30 Jul 2003, Cagle, John (ISS-Houston) wrote: > I have a feeling that my acpi table didn't actually get overridden > though, due to the following from dmesg: > > ACPI: DSDT was overridden. > -0424: *** Error: UtAllocate: Could not allocate size 6e49202a > ACPI-0428: *** Error: Could not allocate table memory for [/* > ] length 6e49202a > ACPI-0368: *** Error: Could not copy override ACPI table, > AE_NO_MEMORY This looks like an unterminated comment character ("/*"). I see another person's ASL fixed this for you though. -Nate