* [PATCH] Make ACPI unselectable in 2.4.20-rc1
@ 2002-11-08 2:20 Andy Grover
[not found] ` <Pine.LNX.4.44.0211071811450.3860-100000-SNx59YkgthvyYw2uXbqB2185lzT46atW@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Andy Grover @ 2002-11-08 2:20 UTC (permalink / raw)
To: marcelo-KCZ47A4bww4P48s/oLjRZg
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
acpi-devel-pyega4qmqnRoyOMFzWx49A
Hi Marcelo,
My plan is to start feeding you bits of ACPI changes after 2.4.20 is
released. However, for 2.4.20, I'd like to make sure the really old code
in 2.4.20 doesn't bite any casual kernel builders.
Please apply,
Thanks -- Andy
===== arch/i386/config.in 1.35 vs edited =====
--- 1.35/arch/i386/config.in Mon Aug 19 06:23:29 2002
+++ edited/arch/i386/config.in Thu Nov 7 18:08:09 2002
@@ -298,11 +298,12 @@
bool 'Power Management support' CONFIG_PM
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
-
- if [ "$CONFIG_ACPI" != "n" ]; then
- source drivers/acpi/Config.in
- fi
+ comment ' ACPI support disabled temporarily'
+# dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
+#
+# if [ "$CONFIG_ACPI" != "n" ]; then
+# source drivers/acpi/Config.in
+# fi
fi
dep_tristate ' Advanced Power Management BIOS support' CONFIG_APM $CONFIG_PM
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Make ACPI unselectable in 2.4.20-rc1
[not found] ` <Pine.LNX.4.44.0211071811450.3860-100000-SNx59YkgthvyYw2uXbqB2185lzT46atW@public.gmane.org>
@ 2002-11-08 7:41 ` Marcelo Tosatti
2002-11-08 9:24 ` Pavel Machek
1 sibling, 0 replies; 4+ messages in thread
From: Marcelo Tosatti @ 2002-11-08 7:41 UTC (permalink / raw)
To: Andy Grover
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
acpi-devel-pyega4qmqnRoyOMFzWx49A
On Thu, 7 Nov 2002, Andy Grover wrote:
> Hi Marcelo,
>
> My plan is to start feeding you bits of ACPI changes after 2.4.20 is
> released. However, for 2.4.20, I'd like to make sure the really old code
> in 2.4.20 doesn't bite any casual kernel builders.
Could you please expand "bite" ?
I see no reason for disabling ACPI in 2.4.19.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Make ACPI unselectable in 2.4.20-rc1
[not found] ` <Pine.LNX.4.44.0211071811450.3860-100000-SNx59YkgthvyYw2uXbqB2185lzT46atW@public.gmane.org>
2002-11-08 7:41 ` Marcelo Tosatti
@ 2002-11-08 9:24 ` Pavel Machek
2002-11-08 11:11 ` Andy Grover
1 sibling, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2002-11-08 9:24 UTC (permalink / raw)
To: Andy Grover
Cc: marcelo-KCZ47A4bww4P48s/oLjRZg,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
acpi-devel-pyega4qmqnRoyOMFzWx49A
Hi!
> My plan is to start feeding you bits of ACPI changes after 2.4.20 is
> released. However, for 2.4.20, I'd like to make sure the really old code
> in 2.4.20 doesn't bite any casual kernel builders.
There are no changes from 2.4.19, so I guess right thing is to leave
it there. People would loose their configs this way, etc.
Pavel
--
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Make ACPI unselectable in 2.4.20-rc1
2002-11-08 9:24 ` Pavel Machek
@ 2002-11-08 11:11 ` Andy Grover
0 siblings, 0 replies; 4+ messages in thread
From: Andy Grover @ 2002-11-08 11:11 UTC (permalink / raw)
To: Pavel Machek
Cc: Andy Grover, marcelo-KCZ47A4bww4P48s/oLjRZg,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
acpi-devel-pyega4qmqnRoyOMFzWx49A
Pavel Machek wrote:
>>My plan is to start feeding you bits of ACPI changes after 2.4.20 is
>>released. However, for 2.4.20, I'd like to make sure the really old code
>>in 2.4.20 doesn't bite any casual kernel builders.
> There are no changes from 2.4.19, so I guess right thing is to leave
> it there. People would loose their configs this way, etc.
Yeah you're right. Sorry, bad idea. Never mind.
-- Andy
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-08 11:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-08 2:20 [PATCH] Make ACPI unselectable in 2.4.20-rc1 Andy Grover
[not found] ` <Pine.LNX.4.44.0211071811450.3860-100000-SNx59YkgthvyYw2uXbqB2185lzT46atW@public.gmane.org>
2002-11-08 7:41 ` Marcelo Tosatti
2002-11-08 9:24 ` Pavel Machek
2002-11-08 11:11 ` Andy Grover
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox