public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Taku Izumi <izumi.taku@jp.fujitsu.com>
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] ACPI: add DMI info to enable OSI(Linux) on PRIMEQUEST
Date: Tue, 27 May 2008 16:20:29 -0700	[thread overview]
Message-ID: <20080527162029.e549a226.akpm@linux-foundation.org> (raw)
In-Reply-To: <483667A4.9000606@jp.fujitsu.com>

On Fri, 23 May 2008 15:43:48 +0900
Taku Izumi <izumi.taku@jp.fujitsu.com> wrote:

> This patch adds DMI info to enable OSI(Linux) on PRIMEQUEST.
> (PRIMEQUEST is ia64 machine.)
> 
> Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
> 
> ---
>   drivers/acpi/blacklist.c |   14 ++++++++++++++
>   1 file changed, 14 insertions(+)
> 
> Index: linux-2.6.25.4/drivers/acpi/blacklist.c
> ===================================================================
> --- linux-2.6.25.4.orig/drivers/acpi/blacklist.c
> +++ linux-2.6.25.4/drivers/acpi/blacklist.c
> @@ -626,6 +626,20 @@ static struct dmi_system_id acpi_osi_dmi
>   		     DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
>   		},
>   	},
> +	/*
> +	 * Enable OSI(Linux) on Fujitsu PRIMEQUEST
> +	 *
> +	 * DMI_MATCH(DMI_BIOS_VERSION, "PRIMEQUEST"),
> +	 *
> +	 */
> +	{
> +	.callback = dmi_enable_osi_linux,
> +	.ident = "Fujitsu PRIMEQUEST",
> +	.matches = {
> +		     DMI_MATCH(DMI_BIOS_VENDOR, "FUJITSU LIMITED"),
> +		     DMI_MATCH(DMI_BIOS_VERSION, "PRIMEQUEST"),
> +		},
> +	},
>   	{}
>   };

It is unclear (to me) what the impact of this patch is.  Does it fix a
problem which would justify including these patches in 2.6.26?

Also, your email client is performing space-stuffing.  That is easy
enough to repair at this end (s/^ / /) but please do sort that out for
next time.  http://mbligh.org/linuxdocs/Email/Clients/Thunderbird
should help.

Thanks.

  parent reply	other threads:[~2008-05-27 23:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4816F9B9.3090609@jp.fujitsu.com>
2008-05-23  6:36 ` [PATCH 0/2] ACPI: add "OSI(Linux) checking procedure" for ia64 machines Taku Izumi
2008-05-23  6:39   ` [PATCH 1/2] ACPI: add acpi_osi_dmi_table evaluation procedure " Taku Izumi
2008-05-23  6:43   ` [PATCH 2/2] ACPI: add DMI info to enable OSI(Linux) on PRIMEQUEST Taku Izumi
2008-05-25 11:43     ` Pavel Machek
2008-05-26  7:56       ` Taku Izumi
2008-05-26  8:06         ` Pavel Machek
2008-05-27  1:13           ` KAMEZAWA Hiroyuki
2008-05-27  2:05             ` Arjan van de Ven
2008-05-27 23:20     ` Andrew Morton [this message]
2008-05-27 23:41       ` Tony Luck
2008-05-27 23:50         ` Andrew Morton
2008-05-28  4:04           ` Luck, Tony
2008-05-28  0:09       ` KAMEZAWA Hiroyuki

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=20080527162029.e549a226.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=izumi.taku@jp.fujitsu.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@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