All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: "Andreas Büsching" <crunchy@bitkipper.net>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode of FSC Amilo Pa 2510
Date: Mon, 21 Jan 2008 22:58:38 -0500	[thread overview]
Message-ID: <200801212258.38848.lenb@kernel.org> (raw)
In-Reply-To: <1200942295.26290.169.camel@coin.buesching.local>

Thanks for the acpidump


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

LINX is written, but never read --a NOP
TPOS is compared to 0x40 (vista) in the SATA AML,
which OSI(Linux) will break
OSTB is compard to 0x40 (vista), which OSI(Linux) will break,
apparently disabling video notifies.

So I recommend that we continue to disable OSI(Linux) on this
box, unless you find that SATA or the video driver work
better without it.

thanks,
-Len


                    Method (_Q10, 0, NotSerialized)
                    {
                        If (LEqual (\_SB.OSTB, 0x40))
                        {
                            Notify (\_SB.PCI0.AGP.VGA.LCD, 0x86)
                        }
                        Else
                        {
                            If (LLess (\_SB.PCI0.LCDL, 0x07))
                            {
                                Increment (\_SB.PCI0.LCDL)
                                Store (\_SB.PCI0.LCDL, BKLG)
                            }
                        }
                    }
                    Method (_Q11, 0, NotSerialized)
                    {
                        If (LEqual (\_SB.OSTB, 0x40))
                        {
                            Notify (\_SB.PCI0.AGP.VGA.LCD, 0x87)
                        }
                        Else
                        {
                            If (\_SB.PCI0.LCDL)
                            {
                                Decrement (\_SB.PCI0.LCDL)
                                Store (\_SB.PCI0.LCDL, BKLG)
                            }
                        }
                    }
System Information
        Manufacturer: FUJITSU SIEMENS
        Product Name: AMILO Pa 2510
        Version: 20
        Serial Number: 12345678
        UUID: 006581C7-5E2A-DB11-B7FE-D1AD14F053E9
        Wake-up Type: Power Switch
        SKU Number: 12345678
        Family: AMILO

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
        Manufacturer: FUJITSU SIEMENS
        Product Name: F37

      parent reply	other threads:[~2008-01-22  3:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200708121802.41426.crunchy@bitkipper.net>
2008-01-19  3:12 ` dmidecode of FSC Amilo Pa 2510 Len Brown
2008-01-19 18:35   ` Andreas Büsching
     [not found] ` <200801210011.20057.lenb@kernel.org>
     [not found]   ` <1200942295.26290.169.camel@coin.buesching.local>
2008-01-22  3:58     ` Len Brown [this message]

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=200801212258.38848.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=crunchy@bitkipper.net \
    --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 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.