From owner-freebsd-acpi@FreeBSD.ORG Tue Nov 2 15:10:20 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98DD4106567A; Tue, 2 Nov 2010 15:10:20 +0000 (UTC) (envelope-from robert.moore@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9488FC0C; Tue, 2 Nov 2010 15:10:20 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 02 Nov 2010 08:10:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.58,283,1286175600"; d="scan'208";a="853386373" Received: from orsmsx603.amr.corp.intel.com ([10.22.226.49]) by fmsmga001.fm.intel.com with ESMTP; 02 Nov 2010 08:10:17 -0700 Received: from orsmsx503.amr.corp.intel.com ([10.22.226.47]) by orsmsx603.amr.corp.intel.com ([10.22.226.49]) with mapi; Tue, 2 Nov 2010 08:10:17 -0700 From: "Moore, Robert" To: Bernhard Froehlich , "freebsd-acpi@FreeBSD.org" , Jung-uk Kim Date: Tue, 2 Nov 2010 08:10:16 -0700 Thread-Topic: VirtualBox: Compile problems with ACPICA 20101013 Thread-Index: ActurjSmS8pZl6qbSd6lxPme3tFT8wL8ZrIw Message-ID: <4911F71203A09E4D9981D27F9D830858BC3F48FC@orsmsx503.amr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "vbox@FreeBSD.org" Subject: RE: VirtualBox: Compile problems with ACPICA 20101013 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 15:10:20 -0000 We may have gone a bit overboard on this one in iASL. Correct, if it is a s= tring, _CID is not restricted to alphanumeric. However, it appears the stri= ng must be non-null. Bob >-----Original Message----- >From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd- >acpi@freebsd.org] On Behalf Of Bernhard Froehlich >Sent: Monday, October 18, 2010 2:45 AM >To: freebsd-acpi@FreeBSD.org >Cc: vbox@FreeBSD.org >Subject: VirtualBox: Compile problems with ACPICA 20101013 > >Hi guys! > >VirtualBox has a compile problem with latest acpica. I've talked to the >VirtualBox developers and they think it's an acpica problem which should >be fixed upstream. Can we somehow file a bugreport or create a patch to >fix that in acpica? > >Compile error: >kBuild: iasl DevicesR3 - >/usr/ports/emulators/virtualbox-ose/work/VirtualBox- >3.2.10_OSE/src/VBox/Devices/PC/vbox.dsl >/usr/ports/emulators/virtualbox-ose/work/VirtualBox- >3.2.10_OSE/src/VBox/Devices/PC/vbox.dsl > 736: Name (_CID, "smc-napa") >Error 4001 - > String must be entirely alphanumeric ^ >(smc-napa) > >ASL Input: >/usr/ports/emulators/virtualbox-ose/work/VirtualBox- >3.2.10_OSE/src/VBox/Devices/PC/vbox.dsl >- 1305 lines, 46193 bytes, 288 keywords >Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 404 >Optimizations > > >I have found the commit that introduces this additional checks: >http://git.moblin.org/cgit.cgi/acpica/commit/?id=3Db66fd716e0b9b5389e544c5= 8df >189c817f316c3b > >and here is the dsl file from virtualbox: >http://www.virtualbox.org/browser/trunk/src/VBox/Devices/PC/vbox.dsl#L781 > > >Thanks! > >-- >Bernhard Froehlich >http://www.bluelife.at/ >_______________________________________________ >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"