From: Len Brown <lenb@kernel.org>
To: Neil Wilson <neil@aldur.co.uk>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode for Lenovo N100 3000 0768
Date: Mon, 21 Jan 2008 23:15:26 -0500 [thread overview]
Message-ID: <200801212315.26278.lenb@kernel.org> (raw)
In-Reply-To: <50d9f33a0801211147i6ec08e44u2804b90e3715bb76@mail.gmail.com>
On Monday 21 January 2008 14:47, Neil Wilson wrote:
> On 1/19/08, Len Brown <lenb@kernel.org> wrote:
> >
> > Handle 0x0001, DMI type 1, 27 bytes
> > System Information
> > Manufacturer: LENOVO
> > Product Name: 0768BXG
> > Version: 3000 N100
I guess I'll key off this:
DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"),
as the Board info below looks like it wasn't updated by Lenovo.
> > Serial Number: L3PV880
> > UUID: E384EFFA-25CB-11DC-9EB2-001B38087FD3
> > Wake-up Type: Power Switch
> > SKU Number: Intel
> > Family: Lenovo
> >
> > Handle 0x0002, DMI type 2, 8 bytes
> > Base Board Information
> > Manufacturer: LENOVO
> > Product Name: CAPELL VALLEY(NAPA) CRB
> >
> > This must be a pretty early BIOS if it still says
> > Capell Valley CRB in the DMI....
>
> Indeed. However it is the latest version available for this particular
> model of laptop.
>
>
> > Thanks for the dmidecode output.
> >
> > Do you notice any functional difference when booting with
> >
> > "acpi_osi=Linux" (default for 2.6.22 and earlier)
> > vs.
> > "acpi_osi=!Linux" (default for 2.6.23 and later)
>
> None whatsoever. The boot traces and facilities appear identical.
>
thanks for the acpidump, Neil, it confirms that OSI(Linux)
is a NOP on this box, since LINX is not referenced, and OSYS is over-written.
-Len
Store (0x07D0, OSYS)
If (CondRefOf (_OSI, Local0))
{
If (_OSI ("Linux"))
{
Store (One, LINX)
Store (0x03E8, OSYS)
}
If (_OSI ("Windows 2001"))
{
Store (0x07D1, OSYS)
}
....
OperationRegion (GNVS, SystemMemory, 0x7F6EDDBC, 0x0100)
Field (GNVS, AnyAcc, Lock, Preserve)
{
OSYS, 16,
SMIF, 8,
PRM0, 8,
PRM1, 8,
SCIF, 8,
PRM2, 8,
PRM3, 8,
LCKF, 8,
PRM4, 8,
PRM5, 8,
P80D, 32,
LIDS, 8,
PWRS, 8,
DBGS, 8,
LINX, 8,
Offset (0x14),
prev parent reply other threads:[~2008-01-22 4:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-11 20:00 dmidecode for Lenovo N100 3000 0768 Neil Wilson
2008-01-19 3:08 ` Len Brown
[not found] ` <50d9f33a0801211147i6ec08e44u2804b90e3715bb76@mail.gmail.com>
2008-01-22 4:15 ` 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=200801212315.26278.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=neil@aldur.co.uk \
/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.