public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* BIOS / acpi correlation
@ 2005-02-07 19:05 Nicolas Collignon
  0 siblings, 0 replies; only message in thread
From: Nicolas Collignon @ 2005-02-07 19:05 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

hi,

Is there any correlation between bios exposed I/O memory ranges and
the SMI commands  used in DSDT code ?
i.e: i can control or display information using :
 "out %al, $0xb2"
 "out %al, $0x84"

In my DSDT, the code do SMI command like:
 "Store(arg1, \_SB.SMIA)"
 "Store(arg0, \_SB.SMIC)"
 "Store(\_SB.SMIC, Local0)"

SMIxx fields (\_SB scope)
 "OperationRegion(SMIR, SystemIO, 0xb2, 0x02) { Field(SMIR, ByteAcc,
NoLock ,Preserve) {"
 "  SMIC, 8"
 "  SMID, 8"
 "}"
and SMIA @ port 0x86.

But i can't find any correlation between the BIOS %eax parameter and
the SMI commands.
Shoudln't they share the same entry point ?
In my case, i can control multiple thermal zone + fan using bios, but
not using ACPI.

I hope my question is clear enough :)

bye

--- nicolas


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-07 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07 19:05 BIOS / acpi correlation Nicolas Collignon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox