* Fixing ACPI compilation, fixing CONFIG_ACPI_BOOT
@ 2002-08-04 18:51 Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2002-08-04 18:51 UTC (permalink / raw)
To: Andrew Grover, ACPI mailing list, kernel list
Hi!
Here are patches to fix CONFIG_ACPI_BOOT. This is 3rd or so
retransmit; I've seen no response at all. Please comment on the patch,
or it is going directly to Linus.
Pavel
--- clean/arch/i386/kernel/acpi.c Mon Jun 3 11:43:27 2002
+++ linux-swsusp/arch/i386/kernel/acpi.c Mon Jun 10 23:03:24 2002
@@ -53,11 +53,9 @@
Boot-time Configuration
-------------------------------------------------------------------------- */
-#ifdef CONFIG_ACPI_BOOT
-
enum acpi_irq_model_id acpi_irq_model;
-
+#ifdef CONFIG_ACPI_BOOT
/*
* Use reserved fixmap pages for physical-to-virtual mappings of ACPI tables.
* Note that the same range is used for each table, so tables that need to
--- clean/include/linux/acpi.h Mon Jun 3 11:43:38 2002
+++ linux-swsusp/include/linux/acpi.h Sun Aug 4 18:43:05 2002
@@ -39,7 +39,7 @@
#include <asm/acpi.h>
-#ifdef CONFIG_ACPI_BOOT
+#ifdef CONFIG_ACPI
enum acpi_irq_model_id {
ACPI_IRQ_MODEL_PIC = 0,
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fixing ACPI compilation, fixing CONFIG_ACPI_BOOT
[not found] ` <20020804185103.GA14972-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
@ 2002-08-06 3:27 ` Sérgio Monteiro Basto
[not found] ` <1028597611.1620.42.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Sérgio Monteiro Basto @ 2002-08-06 3:27 UTC (permalink / raw)
To: Pavel Machek; +Cc: ACPI mailing list
Hi!
I applied this patch in kernel 2.4.19
but what are you try to fix ?
boot parameters ?
if so what boot parameters can be used ?
pci=noacpi
gives again PCI: unknown option 'noacpi'
the only parameter that works is resume=/dev/hda5
when it is applied swusp patch.
I would like try
"pass pci=noacpi to the ACPI kernel"
I don't understand if this one boot parameter only for kernel 2.5.x or
if I am missing something or if shouldn't be acpi=nopci ?.
I would like try this because since I put kernel (2.4.x) with
acpi20020726, I think: my pci hsf modem and connection to internet start
work badly, I am testing to find out where is the problem and try to
arrive to one conclusion.
Anyway this pci hsf modem serves to test pci irq routing.
thanks
Sérgiomb
On Sun, 2002-08-04 at 14:51, Pavel Machek wrote:
> Hi!
>
> Here are patches to fix CONFIG_ACPI_BOOT. This is 3rd or so
> retransmit; I've seen no response at all. Please comment on the patch,
> or it is going directly to Linus.
>
> Pavel
>
>
> --- clean/arch/i386/kernel/acpi.c Mon Jun 3 11:43:27 2002
> +++ linux-swsusp/arch/i386/kernel/acpi.c Mon Jun 10 23:03:24 2002
> @@ -53,11 +53,9 @@
> Boot-time Configuration
> -------------------------------------------------------------------------- */
>
> -#ifdef CONFIG_ACPI_BOOT
> -
> enum acpi_irq_model_id acpi_irq_model;
>
> -
> +#ifdef CONFIG_ACPI_BOOT
> /*
> * Use reserved fixmap pages for physical-to-virtual mappings of ACPI tables.
> * Note that the same range is used for each table, so tables that need to
> --- clean/include/linux/acpi.h Mon Jun 3 11:43:38 2002
> +++ linux-swsusp/include/linux/acpi.h Sun Aug 4 18:43:05 2002
> @@ -39,7 +39,7 @@
> #include <asm/acpi.h>
>
>
> -#ifdef CONFIG_ACPI_BOOT
> +#ifdef CONFIG_ACPI
>
> enum acpi_irq_model_id {
> ACPI_IRQ_MODEL_PIC = 0,
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fixing ACPI compilation, fixing CONFIG_ACPI_BOOT
[not found] ` <1028597611.1620.42.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
@ 2002-08-07 9:58 ` Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2002-08-07 9:58 UTC (permalink / raw)
To: Sérgio Monteiro Basto; +Cc: Pavel Machek, ACPI mailing list
Hi!
> I applied this patch in kernel 2.4.19
> but what are you try to fix ?
> boot parameters ?
> if so what boot parameters can be used ?
Its 2.5.X patch, and it tries to fix CONFIG_ACPI_BOOT. Its not meant
for 2.4.19.
Pavel
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-08-07 9:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-04 18:51 Fixing ACPI compilation, fixing CONFIG_ACPI_BOOT Pavel Machek
[not found] <20020804185103.GA14972@elf.ucw.cz>
[not found] ` <20020804185103.GA14972-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2002-08-06 3:27 ` Sérgio Monteiro Basto
[not found] ` <1028597611.1620.42.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2002-08-07 9:58 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox