Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 10:27:01 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-acpi@freebsd.org
Cc:        "Moore, Robert" <robert.moore@intel.com>
Subject:   Re: Error: Handler for [SystemMemory] returned AE_AML_ALIGNMENT
Message-ID:  <200703061027.01809.jhb@freebsd.org>
In-Reply-To: <B28E9812BAF6E2498B7EC5C427F293A40205F05A@orsmsx415.amr.corp.intel.com>
References:  <B28E9812BAF6E2498B7EC5C427F293A40205F05A@orsmsx415.amr.corp.intel.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Monday 05 March 2007 17:26, Moore, Robert wrote:
> This exception happens when
> 1) Executing on a platform that does not support non-aligned memory transfer
> 2) an operation region request is misaligned
> 
> What system is this running on?
> 
> #ifdef ACPI_MISALIGNMENT_NOT_SUPPORTED
>     /*
>      * Hardware does not support non-aligned data transfers, we must verify
>      * the request.
>      */
>     (void) AcpiUtShortDivide ((ACPI_INTEGER) Address, Length, NULL, 
&Remainder);
>     if (Remainder != 0)
>     {
>         return_ACPI_STATUS (AE_AML_ALIGNMENT);
>     }
> #endif

I think there were some older versions (5.x maybe?) of FreeBSD where this 
#define was on for FreeBSD/amd64.  What version of FreeBSD is this?

> > -----Original Message-----
> > From: owner-freebsd-acpi@freebsd.org [mailto:owner-freebsd-
> > acpi@freebsd.org] On Behalf Of JoaoBR
> > Sent: Thursday, March 01, 2007 6:15 PM
> > To: freebsd-acpi@freebsd.org
> > Subject: Error: Handler for [SystemMemory] returned AE_AML_ALIGNMENT
> > 
> > Hi
> > somebody has an advice for me, should I do something about this erro?
> > 
> >     ACPI-0501: *** Error: Handler for [SystemMemory] returned
> > AE_AML_ALIGNMENT
> >     ACPI-1304: *** Error: Method execution failed [\\_SB_.MEM_._CRS] (Node
> > 0xffffff0000806cc0), AE_AML_ALIGNMENT
> >     ACPI-0239: *** Error: Method execution failed [\\_SB_.MEM_._CRS] (Node
> > 0xffffff0000806cc0), AE_AML_ALIGNMENT
> > can't fetch resources for \\_SB_.MEM_ - AE_AML_ALIGNMENT
> > 
> > 
> > --
> > thank's
> > Joćo
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada
> > segura.
> > Service fornecido pelo Datacenter Matik  https://datacenter.matik.com.br
> > _______________________________________________
> > 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"
> _______________________________________________
> 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"
> 

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061027.01809.jhb>