Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 14:39:49 -0800
From:      "Moore, Robert" <robert.moore@intel.com>
To:        <huangxiangkui@gmail.com>, <freebsd-acpi@freebsd.org>
Subject:   RE: How can I fix these problems of the asl of my computer?
Message-ID:  <971FCB6690CD0E4898387DBF7552B90E045DA8D3@orsmsx403.amr.corp.intel.com>

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

ze2205au.asl  2243:                         Return (UPRS)
Error    1022 -                  Object does not exist ^  (UPRS)

ze2205au.asl  2253:                         Store (UPRS, Local0)
Error    1022 -                 Object does not exist ^  (UPRS)

ze2205au.asl  4138:             Name (_WDG, Buffer (0x50)
Warning  2033 -    Unknown reserved name ^  (_WDG)

ze2205au.asl  4699:             Method (_WED, 1, NotSerialized)
Warning  2033 -      Unknown reserved name ^  (_WED)


1) Add "External (UPRS)" after the definition block is opened:

DefinitionBlock ("DSDT.aml", "DSDT", 1, "HP    ", "3091    ", 537137673)
{
    External (UPRS)

2) Ignore the warnings. Your BIOS writers did not read the ACPI spec or
became blind sometime in the middle of it, highly probable. :-)

Bob




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