From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taku Izumi Subject: [PATCH 0/2] ACPI: add "OSI(Linux) checking procedure" for ia64 machines Date: Fri, 23 May 2008 15:36:59 +0900 Message-ID: <4836660B.3080406@jp.fujitsu.com> References: <4816F9B9.3090609@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:35733 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbYEWGgK (ORCPT ); Fri, 23 May 2008 02:36:10 -0400 In-Reply-To: <4816F9B9.3090609@jp.fujitsu.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: linux-acpi@vger.kernel.org Cc: linux-kernel@vger.kernel.org Hi all, Currently there is no "OSI(Linux) checking procedure" on ia64, so it is no use adding ia64 machines' entry to the acpi_osi_dmi_table for the purpose of enabling or disabling OSI(Linux). The following first patch adds acpi_osi_dmi_table evaluation procedure for ia64 machines. The second patch adds our ia64 machine's entry to its table, because we want to enable OSI(Linux) on our mahines. * [PATCH 1/2] ACPI: add acpi_osi_dmi_table evaluation procedure for ia64 machines * [PATCH 2/2] ACPI: add DMI info to enable OSI(Linux) on PRIMEQUEST Best regards, Taku Izumi