From owner-freebsd-acpi@FreeBSD.ORG Fri Oct 21 18:32:40 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org 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 D797D16A420; Fri, 21 Oct 2005 18:32:40 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr003.jf.intel.com (fmr18.intel.com [134.134.136.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF2C43D45; Fri, 21 Oct 2005 18:32:40 +0000 (GMT) (envelope-from robert.moore@intel.com) Received: from orsfmr101.jf.intel.com (orsfmr101.jf.intel.com [10.7.209.17]) by orsfmr003.jf.intel.com (8.12.10/8.12.10/d: major-outer.mc,v 1.1 2004/09/17 17:50:56 root Exp $) with ESMTP id j9LIWeqs005536; Fri, 21 Oct 2005 18:32:40 GMT Received: from orsmsxvs041.jf.intel.com (orsmsxvs041.jf.intel.com [192.168.65.54]) by orsfmr101.jf.intel.com (8.12.10/8.12.10/d: major-inner.mc,v 1.2 2004/09/17 18:05:01 root Exp $) with SMTP id j9LIWe8w003403; Fri, 21 Oct 2005 18:32:40 GMT Received: from orsmsx332.amr.corp.intel.com ([192.168.65.60]) by orsmsxvs041.jf.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2005102111323922125 ; Fri, 21 Oct 2005 11:32:39 -0700 Received: from orsmsx403.amr.corp.intel.com ([192.168.65.209]) by orsmsx332.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 21 Oct 2005 11:32: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, 21 Oct 2005 11:32:38 -0700 Message-ID: <971FCB6690CD0E4898387DBF7552B90E03278A0C@orsmsx403.amr.corp.intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ACPI errors on amd64 (sempron) thread-index: AcXWZv9Q+1RoTL7AQYGiAGEcYBXK0AABiOaA From: "Moore, Robert" To: "Nate Lawson" , "John Baldwin" X-OriginalArrivalTime: 21 Oct 2005 18:32:39.0712 (UTC) FILETIME=[D10EE200:01C5D66D] X-Scanned-By: MIMEDefang 2.52 on 10.7.209.17 Cc: freebsd-acpi@freebsd.org, Mathieu Prevot Subject: RE: ACPI errors on amd64 (sempron) 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: Fri, 21 Oct 2005 18:32:41 -0000 Yes. I think I'll change the logic around so that non-aligned memory transfers is the default, and only the __IA64__ flag enables ACPICA support for such transfers. > -----Original Message----- > From: Nate Lawson [mailto:nate@root.org] > Sent: Friday, October 21, 2005 10:44 AM > To: John Baldwin > Cc: freebsd-acpi@freebsd.org; Moore, Robert; Mathieu Prevot > Subject: Re: ACPI errors on amd64 (sempron) >=20 > John Baldwin wrote: > > On Friday 21 October 2005 02:38 am, Mathieu Prevot wrote: > > > >>>I think that the generation of the OS for Amd64 needs to set this > >>>define: > >>> > >>>#define ACPI_MISALIGNED_TRANSFERS > >>> > >>>I will look into doing this automatically in the actypes.h header > >> > >>To confirm, the same output on the same system but with > >>6.0RC1i386GENERIC: > > > > > > I think Robert's point is a patch like the following hack would shut up > the > > warnings: > >