linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* correct kernel parameter in documentation.
@ 2007-09-27 15:50 Dave Jones
  2007-09-27 16:03 ` Robert P. J. Day
  2007-09-29  6:23 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Jones @ 2007-09-27 15:50 UTC (permalink / raw)
  To: Linux Kernel; +Cc: linux-ide, Kristen Carlson Accardi, Jeff Garzik

'noacpi' isn't a standalone parameter, give it its prefix.

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4d175c7..a87bc58 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -863,6 +863,10 @@ and is between 256 and 4096 characters. It is defined in the file
 	lasi=		[HW,SCSI] PARISC LASI driver for the 53c700 chip
 			Format: addr:<io>,irq:<irq>
 
+	libata.noacpi	[LIBATA] Disables use of ACPI in libata suspend/resume
+			when set.
+			Format: <int>
+
 	load_ramdisk=	[RAM] List of ramdisks to load from floppy
 			See Documentation/ramdisk.txt.
 
@@ -1079,10 +1083,6 @@ and is between 256 and 4096 characters. It is defined in the file
 			emulation library even if a 387 maths coprocessor
 			is present.
 
-	noacpi		[LIBATA] Disables use of ACPI in libata suspend/resume
-			when set.
-			Format: <int>
-
 	noaliencache	[MM, NUMA, SLAB] Disables the allocation of alien
 			caches in the slab allocator.  Saves per-node memory,
 			but will impact performance.
-- 
http://www.codemonkey.org.uk

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

* Re: correct kernel parameter in documentation.
  2007-09-27 15:50 correct kernel parameter in documentation Dave Jones
@ 2007-09-27 16:03 ` Robert P. J. Day
  2007-09-27 16:24   ` Alan Cox
  2007-09-29  6:23 ` Jeff Garzik
  1 sibling, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2007-09-27 16:03 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel, linux-ide, Kristen Carlson Accardi, Jeff Garzik

On Thu, 27 Sep 2007, Dave Jones wrote:

> 'noacpi' isn't a standalone parameter, give it its prefix.
>
> Signed-off-by: Dave Jones <davej@redhat.com>
>
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index 4d175c7..a87bc58 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -863,6 +863,10 @@ and is between 256 and 4096 characters. It is defined in the file
>  	lasi=		[HW,SCSI] PARISC LASI driver for the 53c700 chip
>  			Format: addr:<io>,irq:<irq>
>
> +	libata.noacpi	[LIBATA] Disables use of ACPI in libata suspend/resume
> +			when set.
> +			Format: <int>
> +

if you're going to add that libata-related parm to the kernel parms
file, wouldn't it make sense for consistency to add the other
available boot-time parms from libata-core.c as well?  it seems
counter-productive to document only a subset of them from the same
source file.

rday

p.s.  as i think i've mentioned before, i'd prefer to see that entire
kernel-parameters.txt file reorganized, where the basic boot time
parms are at the top, followed by module specific parameters *after*
that, in alphabetical order by module name.  i think that would make
far more sense.

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

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

* Re: correct kernel parameter in documentation.
  2007-09-27 16:03 ` Robert P. J. Day
@ 2007-09-27 16:24   ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2007-09-27 16:24 UTC (permalink / raw)
  To: Robert P. J. Day
  Cc: Dave Jones, Linux Kernel, linux-ide, Kristen Carlson Accardi,
	Jeff Garzik

> if you're going to add that libata-related parm to the kernel parms
> file, wouldn't it make sense for consistency to add the other
> available boot-time parms from libata-core.c as well?  it seems
> counter-productive to document only a subset of them from the same
> source file.

He's not adding it - he's correcting a bug

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

* Re: correct kernel parameter in documentation.
  2007-09-27 15:50 correct kernel parameter in documentation Dave Jones
  2007-09-27 16:03 ` Robert P. J. Day
@ 2007-09-29  6:23 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-09-29  6:23 UTC (permalink / raw)
  To: Dave Jones, Linux Kernel, linux-ide, Kristen Carlson Accardi,
	Jeff Garzik

Dave Jones wrote:
> 'noacpi' isn't a standalone parameter, give it its prefix.
> 
> Signed-off-by: Dave Jones <davej@redhat.com>

applied

(though in general we should not list module parameters here, I am OK 
with this one)



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

end of thread, other threads:[~2007-09-29  6:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 15:50 correct kernel parameter in documentation Dave Jones
2007-09-27 16:03 ` Robert P. J. Day
2007-09-27 16:24   ` Alan Cox
2007-09-29  6:23 ` Jeff Garzik

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).