From: bugzilla-daemon at mail.opensource.intel.com
To: devel@acpica.org
Subject: [Devel] [Bug 738] iASL mishandles Alias() when target is longer than single nameseg
Date: Tue, 25 Aug 2009 08:57:09 -0700 [thread overview]
Message-ID: <20090825155710.0FF63214CF3FD@mail.opensource.intel.com> (raw)
In-Reply-To: bug-738-162@
[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]
show_bug.cgi?id=738
--- Comment #9 from Sergiy <yakovlevs(a)ami.com> 2009-08-25 08:57:09 ---
Dear Lin Ming
Sorry for confusing you but I thought that first 2 lines of comment #6 was the
patch:
Scope(\_SB){
Name(PRSA, ResourceTemplate(){ // Link name: LNKA
IRQ(Level, ActiveLow, Shared, LLKA) {3,4,5,6,7,10,11,12,14,15}
Alias(PRSA,PRSB) // Link name: LNKB
})
}
Since it slightly different from what I have:
In your comment #6, Alias term located inside the scope of the
ResourceTemplate,
In example I was giving it was outside.
Scope(\_SB){
Name(PRSA, ResourceTemplate(){ // Link name: LNKA
IRQ(Level, ActiveLow, Shared, LLKA) {3,4,5,6,7,10,11,12,14,15}
})
Alias(PRSA,PRSB) // Link name: LNKB
}
Meanwhile I'm having some difficulty building ACPI CA components.
I can't build the sources It is possible I'm missing some libraries or tools.
I have VC 9 the project is for VC 6.
So could you please build the version of iASL with that fix for me and attach
*.exe file to this ISSUE tracker. Or send it directly to my email
<yakovlevs(a)ami.com> with changed extension like iasl.ex_.
I'll be happy to test it with my project.
Thanks,
Sergiy.
--
Configure bugmail: userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
next reply other threads:[~2009-08-25 15:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-25 15:57 bugzilla-daemon [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-16 5:03 [Devel] [Bug 738] iASL mishandles Alias() when target is longer than single nameseg bugzilla-daemon
2009-09-03 21:03 bugzilla-daemon
2009-09-01 20:24 bugzilla-daemon
2009-08-26 7:22 bugzilla-daemon
2009-08-25 16:09 bugzilla-daemon
2009-08-25 1:49 bugzilla-daemon
2009-08-24 14:55 bugzilla-daemon
2009-08-24 2:32 bugzilla-daemon
2009-08-20 15:25 bugzilla-daemon
2009-08-19 21:49 bugzilla-daemon
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=20090825155710.0FF63214CF3FD@mail.opensource.intel.com \
--to=devel@acpica.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.