public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: sjb <ottaky-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
To: Ducrot Bruno <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
Cc: ACPI List <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: iasl
Date: Fri, 09 May 2003 17:56:29 +0000	[thread overview]
Message-ID: <3EBBEBCD.8090408@ottaky.com> (raw)
In-Reply-To: <20030509154224.GK2954-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>

Ducrot Bruno wrote:

> It should be
> 
> 	If(\_OSI("Windows 2001")) {
> 
> and you may have to add:
> extern (\_OSI)
> (but I am not sure if it is OK with latest iasl).
> 
> BTW, could you try 'iasl -d mydsdt' in order to disassemble your DSDT, and
> check if 'If (\_OSI ("Windows 2001"))' is correct ?

I did and it appears to produce better output than acpidump ...

It decompiled that "Windows 2001" line correctly as

                 If (\_OSI ("Windows 2001"))
                 {
                     Store (0x04, OSTP)
                 }

I fixed the "AnyAcc" error, and now all I see is ..

ottaky@vaio:~/acpi> ./iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030424 [May  7 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b

dsdt.dsl  1902:                 Field (PIUC, DWordAcc, Lock, Preserve)
Error    1047 -                           ^ Access width is greater than 
region size

ASL Input:  dsdt.dsl - 3047 lines, 101035 bytes, 1552 keywords

The OperationRegion line reads ..

                 OperationRegion (PIUC, PCI_Config, 0x74, 0x01)

Does that provide enough info?

Thanks for helping out BTW *8-)

sjb



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

  parent reply	other threads:[~2003-05-09 17:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 15:46 iasl sjb
     [not found] ` <3EBA7BE0.5070200-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-09 13:37   ` iasl Ducrot Bruno
     [not found]     ` <20030509133703.GH2954-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-05-09 16:17       ` iasl sjb
     [not found]         ` <3EBBD495.7050104-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-09 15:42           ` iasl Ducrot Bruno
     [not found]             ` <20030509154224.GK2954-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-05-09 17:56               ` sjb [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-09 17:55 iasl Moore, Robert
     [not found] ` <D3A3AA459175A44CB5326F26DA7A189C1C3C61-sBd4vmA9Se58QrAoInS571DQ4js95KgL@public.gmane.org>
2003-05-09 20:50   ` iasl sjb
2003-05-09 20:47 iasl Moore, Robert
     [not found] ` <D3A3AA459175A44CB5326F26DA7A189C1C3C62-sBd4vmA9Se58QrAoInS571DQ4js95KgL@public.gmane.org>
2003-05-09 22:37   ` iasl sjb
     [not found]     ` <3EBC2D94.7040801-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-12  9:48       ` iasl Ducrot Bruno
2003-05-12 10:16   ` iasl Ducrot Bruno
     [not found]     ` <20030512101655.GB19351-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-05-12 12:24       ` iasl sjb
     [not found]         ` <3EBF9263.6040405-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-12 13:21           ` iasl Ducrot Bruno
     [not found]             ` <20030512132149.GA19475-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-05-12 14:29               ` iasl sjb
     [not found]                 ` <3EBFAFE6.2020700-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-12 14:02                   ` iasl Ducrot Bruno
     [not found]                     ` <20030512140232.GC19475-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-05-12 15:05                       ` iasl sjb
2003-05-12 17:03 iasl Moore, Robert
2003-05-14  8:23 iasl Yu, Luming
     [not found] ` <3ACA40606221794F80A5670F0AF15F8427230C-4yWAQGcml64gGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2003-05-14  8:39   ` iasl sjb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EBBEBCD.8090408@ottaky.com \
    --to=ottaky-xutx12z7tonqt0dzr+alfa@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox