Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2000 00:32:13 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/dev/acpica/Subsystem/Parser psparse.c
Message-ID:  <200010280732.AAA43364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2000/10/28 00:32:13 PDT

  Modified files:
    sys/contrib/dev/acpica/Subsystem/Parser psparse.c 
  Log:
  Some AML code assumes that a function without an explicit ReturnOp will
  return the last value returned by a nested method call.  This violates
  the ACPI spec, but is implemented by the Microsoft interpreter, and thus
  vendors can (and do) get away with it.
  
  Intel's stance is that this is illegal and should not be supported.
  As they put it, however, we have to live in the real world.  So go ahead
  and implement it.
  
  Submitted by:	Mitsaru IWASAKI <iwasaki@jp.freebsd.org>
  
  Revision  Changes    Path
  1.2       +19 -0     src/sys/contrib/dev/acpica/Subsystem/Parser/psparse.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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