From: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Yann Droneaud <ydroneaud-4qZELD6FgxhWk0Htik3J/w@public.gmane.org>
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org>,
"Moore,
Robert" <robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: ACPI Linux: acpi_get_firmware fix
Date: Wed, 31 Aug 2005 16:37:43 -0400 [thread overview]
Message-ID: <1125520663.16880.41.camel@toshiba> (raw)
In-Reply-To: <1121270181.8504.28.camel-UvLOT2mcgw93qojSD/UXlMfpnLc0EkqF@public.gmane.org>
Applied.
thanks,
-Len
-----------
Index: linux-acpi-2.6/drivers/char/ipmi/ipmi_si_intf.c
===================================================================
--- linux-acpi-2.6.orig/drivers/char/ipmi/ipmi_si_intf.c
+++ linux-acpi-2.6/drivers/char/ipmi/ipmi_si_intf.c
@@ -1484,6 +1484,9 @@ static int try_init_acpi(int intf_num, s
char *io_type;
u8 addr_space;
+ if (acpi_disabled)
+ return -ENODEV;
+
if (acpi_failure)
return -ENODEV;
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
next parent reply other threads:[~2005-08-31 20:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1121264876.8504.24.camel@firedrake.mandriva.com>
[not found] ` <1121270181.8504.28.camel@firedrake.mandriva.com>
[not found] ` <1121270181.8504.28.camel-UvLOT2mcgw93qojSD/UXlMfpnLc0EkqF@public.gmane.org>
2005-08-31 20:37 ` Len Brown [this message]
2005-09-12 11:44 ` ACPI Linux: acpi_get_firmware fix Yann Droneaud
2005-08-31 19:56 Brown, Len
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=1125520663.16880.41.camel@toshiba \
--to=len.brown-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=akpm-3NddpPZAyC0@public.gmane.org \
--cc=robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=ydroneaud-4qZELD6FgxhWk0Htik3J/w@public.gmane.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