linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel-parameters.txt: expand APIC
@ 2006-12-18 13:40 jidanni
  2006-12-18 19:54 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: jidanni @ 2006-12-18 13:40 UTC (permalink / raw)
  To: linux-kernel

kernel-parameters.txt says what ACPI and APM stand for, but not APIC.
Also there give some basic apm related parameters, instead of just
saying see apm.c, which the user is less likely to have handy than
kernel-parameters.txt.

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

* Re: kernel-parameters.txt: expand APIC
  2006-12-18 13:40 kernel-parameters.txt: expand APIC jidanni
@ 2006-12-18 19:54 ` Jan Engelhardt
  2006-12-18 21:58   ` Dan Jacobson
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2006-12-18 19:54 UTC (permalink / raw)
  To: jidanni; +Cc: linux-kernel


>kernel-parameters.txt says what ACPI and APM stand for, but not APIC.

Advanced PIC, most likely. http://en.wikipedia.org/wiki/APIC will tell 
more.

>Also there give some basic apm related parameters, instead of just
>saying see apm.c, which the user is less likely to have handy than
>kernel-parameters.txt.

As always, patches welcome :)


	-`J'
-- 

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

* Re: kernel-parameters.txt: expand APIC
  2006-12-18 19:54 ` Jan Engelhardt
@ 2006-12-18 21:58   ` Dan Jacobson
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Jacobson @ 2006-12-18 21:58 UTC (permalink / raw)
  To: linux-kernel

>> kernel-parameters.txt says what ACPI and APM stand for, but not APIC.

J> Advanced PIC, most likely.
Also say what PIC means.
J> http://en.wikipedia.org/wiki/APIC will tell more.
Not when one is having booting problems and can't connect their modem.
>> Also there give some basic apm related parameters, instead of just
>> saying see apm.c, which the user is less likely to have handy than
>> kernel-parameters.txt.
J> As always, patches welcome :)
apm.c is in a Debian package that is too big for me to download before
my next trip to town. So for now I will just put
append="apm=off" as a guess in lilo, as there is no basic mention of
how to turn it off in kernel-parameters.txt, as an attempt to stop the
total power off that happens on my first boot of the day after 10 or
15 minutes.

What I'm saying is that your files should be more self-contained.

	apic=		[APIC,i386] Change the output verbosity whilst booting
			Format: { quiet (default) | verbose | debug }
			Change the amount of debugging information output
			when initialising the APIC and IO-APIC components.

	apm=		[APM] Advanced Power Management
			See header of arch/i386/kernel/apm.c.

Drat. All they had to do was add one little
			Format: { ... }
line with the answers. Instead one needs to have the source code to
find the answer. Multi megabyte download just for one line of
information. And the user might be at a remote site with no net
connection too.

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

end of thread, other threads:[~2006-12-18 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-18 13:40 kernel-parameters.txt: expand APIC jidanni
2006-12-18 19:54 ` Jan Engelhardt
2006-12-18 21:58   ` Dan Jacobson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).