public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* APIC options 2.4.21 kernel + patch
@ 2003-07-01  5:20 Emma Jane Hogbin
       [not found] ` <20030701052006.GB2242-MHIYrZpDPrNWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Emma Jane Hogbin @ 2003-07-01  5:20 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi:

I'm currently working on an ACPI HOWTO. It was written for the 2.4.20
kernel, and I'm getting some questions about the 2.4.21 kernel and the
latest patch. I am hoping this is a quick question with an easy answer.
http://xtrinsic.com/geek/articles/acpi.phtml

Here is a copy of the email I received which outlines the problem behind
the question:
http://sourceforge.net/mailarchive/forum.php?thread_id=2668793&forum_id=7803

My question is this: Does the CONFIG_X86_UP_APIC module need to be set to
"Y" for the 2.4.21 kernel + latest ACPI patch to work? 

I've found the following APIC options in the 2.4.20 kernel:
	CONFIG_X86_GOOD_APIC=y
	# CONFIG_X86_UP_APIC is not set
	# CONFIG_X86_UP_IOAPIC is not set

The reader who emailed me said that he had to enable the second option in
order to get the 2.4.21 kernel + patch to work. Will this be true for all
hardware configurations 2.4.21?

thanks!!

emma

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: APIC options 2.4.21 kernel + patch
       [not found] ` <20030701052006.GB2242-MHIYrZpDPrNWk0Htik3J/w@public.gmane.org>
@ 2003-07-01  8:00   ` Sebastian Henschel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Henschel @ 2003-07-01  8:00 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 1717 bytes --]

hello there...

* Emma Jane Hogbin <emmajane-MHIYrZpDPrNWk0Htik3J/w@public.gmane.org> [2003-07-01 09:16 +0200]:
> 
> http://xtrinsic.com/geek/articles/acpi.phtml
> 
> Here is a copy of the email I received which outlines the problem behind
> the question:
> http://sourceforge.net/mailarchive/forum.php?thread_id=2668793&forum_id=7803
> 
> My question is this: Does the CONFIG_X86_UP_APIC module need to be set to
> "Y" for the 2.4.21 kernel + latest ACPI patch to work? 
> 
> I've found the following APIC options in the 2.4.20 kernel:
> 	CONFIG_X86_GOOD_APIC=y
> 	# CONFIG_X86_UP_APIC is not set
> 	# CONFIG_X86_UP_IOAPIC is not set
> 
> The reader who emailed me said that he had to enable the second option in
> order to get the 2.4.21 kernel + patch to work. Will this be true for all
> hardware configurations 2.4.21?

i cannot second that, at least concerning kernel configuration. when i
disable the APIC-stuff i can still select ACPI in my configuration.
also drivers/acpi/Config.in does not seem to depend on settings for APIC
except for CPU enumeration (CONFIG_X86_LOCAL_APIC which is enabled
automatically by CONFIG_X86_UP_APIC).
grepping the kernel sources for UP_APIC does not seem to alter anything
within the ACPI codebase. though CONFIG_X86_UP_IOAPIC automatically enables
CONFIG_X86_IO_APIC which alters ACPIs behaviour (compilation) quite a bit.
this is 2.4.21 + acpi20030619 (+ swsusp-1.0pre14 + laptopmode + bootsplash +
dsdtinitrd).

though i am neither a kernel developer nor an acpi developer and i could
be damn wrong. :)

cheers,
 sebastian
-- 
::: sebastian henschel
::: kodeaffe
::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: APIC options 2.4.21 kernel + patch
@ 2003-08-23  2:34 Brown, Len
  0 siblings, 0 replies; 3+ messages in thread
From: Brown, Len @ 2003-08-23  2:34 UTC (permalink / raw)
  To: Emma Jane Hogbin, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


It was a bug that building ACPI depended on the APIC.

So as the definition "latest ACPI patch" is changing over time,
the answer to your question was Yes last week, and is No today, and
going forward.

Cheers,
-Len


> -----Original Message-----
> From: Emma Jane Hogbin [mailto:emmajane-MHIYrZpDPrNWk0Htik3J/w@public.gmane.org] 
> Sent: Tuesday, July 01, 2003 1:20 AM
> To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: [ACPI] APIC options 2.4.21 kernel + patch
> 
> 
> Hi:
> 
> I'm currently working on an ACPI HOWTO. It was written for the 2.4.20
> kernel, and I'm getting some questions about the 2.4.21 kernel and the
> latest patch. I am hoping this is a quick question with an 
> easy answer.
> http://xtrinsic.com/geek/articles/acpi.phtml
> 
> Here is a copy of the email I received which outlines the 
> problem behind
> the question:
> http://sourceforge.net/mailarchive/forum.php?thread_id=2668793
&forum_id=7803

My question is this: Does the CONFIG_X86_UP_APIC module need to be set
to
"Y" for the 2.4.21 kernel + latest ACPI patch to work? 

I've found the following APIC options in the 2.4.20 kernel:
	CONFIG_X86_GOOD_APIC=y
	# CONFIG_X86_UP_APIC is not set
	# CONFIG_X86_UP_IOAPIC is not set

The reader who emailed me said that he had to enable the second option
in
order to get the 2.4.21 kernel + patch to work. Will this be true for
all
hardware configurations 2.4.21?

thanks!!

emma

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Acpi-devel mailing list
Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-23  2:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-01  5:20 APIC options 2.4.21 kernel + patch Emma Jane Hogbin
     [not found] ` <20030701052006.GB2242-MHIYrZpDPrNWk0Htik3J/w@public.gmane.org>
2003-07-01  8:00   ` Sebastian Henschel
  -- strict thread matches above, loose matches on Subject: below --
2003-08-23  2:34 Brown, Len

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox