public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: jo <bissonjonathan@gmail.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode - Acer Aspire 3100
Date: Sun, 3 Feb 2008 17:29:41 -0500	[thread overview]
Message-ID: <200802031729.41807.lenb@kernel.org> (raw)
In-Reply-To: <1202068109.8866.6.camel@jo-laptop>

On Sunday 03 February 2008 14:48, jo wrote:
> No problem 
> 
> Here it is...
> 
> Thanks
> 
> Le dimanche 03 février 2008 à 14:30 -0500, Len Brown a écrit :
> > Thanks for the dmidecode.
> > 
> > please send me the output from acpidump.
> > 
> > -Len
> > 
> > BIOS Information
> > 	Vendor: Acer
> > 	Version: V2.83
> > 	Release Date: 03/21/2007
> > 	Address: 0xE48B0
> > 	Runtime Size: 112464 bytes
> > 	ROM Size: 1024 kB
> > 	Characteristics:
> > ...
> > Handle 0x0001, DMI type 1, 27 bytes
> > System Information
> > 	Manufacturer: Acer            
> > 	Product Name: Aspire 3100     
> > 	Version: V2.83
> > 	Serial Number: LXAX60Y180720115D31601
> > 	UUID: 6356DBD0-2A29-1BD4-04E3-0016D4D77FFF
> > 	Wake-up Type: Power Switch
> > 	SKU Number: Not Specified
> > 	Family: Not Specified
> > 
> > Handle 0x0002, DMI type 2, 8 bytes
> > Base Board Information
> > 	Manufacturer: Acer
> > 	Product Name: Navarro
> > 	Version: N/A
> > 	Serial Number: LXAX60Y180720115D31601
> 

                    If (\_OSI ("Windows 2006"))
                    {
                        Store (0x40, ^OSTB)
                        Store (0x40, ^TPOS)
                    }

                    If (\_OSI ("Linux"))
                    {
                        Store (0x01, LINX)
                        Store (0x80, ^OSTB)
                        Store (0x80, ^TPOS)
                    }

Like other Acers...
LINX is written but never read, a NOP
OSTB is compared to >=4 only, so the Linux branch above is a NOP
OSTP return value is never referneced, a NOP

However, TPOS is referenced in the ATA _STM and _PS0 method,
wher it is compared equal to 0x40.  OSI(Linux) will disable
that code (whatever it does).

So unless you find the power management of your HDD to be better
with acpi_osi=Linux at suspend/resume time,
we'll stick with the default of acpi_osi=!Linux for all Acer.

thanks,
-Len


-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2008-02-03 22:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fe8041900708061139j3c027f40v9cc4f6ccad1be998@mail.gmail.com>
2007-08-06 18:43 ` Dmidecoding Jonathan BISSON
2008-02-03 19:30   ` dmidecode - Acer Aspire 3100 Len Brown
     [not found]     ` <1202068109.8866.6.camel@jo-laptop>
2008-02-03 22:29       ` Len Brown [this message]
     [not found]         ` <1202127691.6165.1.camel@jo-laptop>
2008-02-05 17:29           ` Len Brown

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=200802031729.41807.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=bissonjonathan@gmail.com \
    --cc=linux-acpi@vger.kernel.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