From owner-freebsd-current Tue Aug 27 16: 9:18 2002 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 ED73B37B400 for ; Tue, 27 Aug 2002 16:09:14 -0700 (PDT) Received: from mail2.hd.intel.com (hdfdns02.hd.intel.com [192.52.58.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA6643E6E for ; Tue, 27 Aug 2002 16:09:14 -0700 (PDT) (envelope-from andrew.grover@intel.com) Received: from fmsmsxvs041.fm.intel.com (fmsmsxvs041.fm.intel.com [132.233.42.126]) by mail2.hd.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g7RN9Dh27754 for ; Tue, 27 Aug 2002 23:09:13 GMT Received: from fmsmsx26.fm.intel.com ([132.233.42.26]) by fmsmsxvs041.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002082716082519587 ; Tue, 27 Aug 2002 16:08:25 -0700 Received: by fmsmsx26.fm.intel.com with Internet Mail Service (5.5.2653.19) id ; Tue, 27 Aug 2002 16:09:12 -0700 Message-ID: From: "Grover, Andrew" To: "'acpi-jp@jp.FreeBSD.org'" , current@FreeBSD.ORG Subject: RE: [acpi-jp 1750] Re: Call for testers: acpica-unix-20020815 Date: Tue, 27 Aug 2002 16:09:09 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Moore, Robert [mailto:robert.moore@intel.com] > 1) Fix the ASL so that it compiles without errors or warnings > 2) Override the BIOS version of the table with your new one. > (I don't know > how this is done on FreeBSD, someone else will have to help you. ISTR someone (Iwasaki-san?) had a patch that applied against our code to workaround this problem. While we won't accept that patch into our release, why can't you keep using it? Then, we get to keep the moral high ground and you get fewer problems. Regards -- Andy > > Bob > > > -----Original Message----- > From: Yann Berthier [mailto:yb@sainte-barbe.org] > Sent: Tuesday, August 27, 2002 3:19 PM > To: acpi-jp@jp.FreeBSD.org; current@freebsd.org > Subject: [acpi-jp 1750] Re: Call for testers: acpica-unix-20020815 > > On Tue, 27 Aug 2002, Moore, Robert wrote: > > > > > This looks like the (in)famous "implicit return" problem > that is in some > > Toshiba ASL files. > > > > Method(_CRS) { > > CRS_(0x10) > > } > > > > This does NOT actually return a value and the ASL code is > incorrect. It > has > > to be: > > > > Method(_CRS) { > > Return (CRS_(0x10)) > > } > > > > The iASL compiler generates warnings for all instances of > this erroneous > > code. > > Thanks a lot for your input. What is the best way for me to verify > this ? > > - yann > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message