[PATCH] doc: specifiying module parameters

From: Randy.Dunlap
Date: Mon Apr 26 2004 - 22:59:05 EST



// linux-266-rc2
// kernel-parameters.txt doc. only: add info on how to specify
// loadable module parameters vs. built-in module parameters

diffstat:=
Documentation/kernel-parameters.txt | 11 +++++++++++
1 files changed, 11 insertions(+)


diff -Naurp ./Documentation/kernel-parameters.txt~doc_module_prms ./Documentation/kernel-parameters.txt
--- ./Documentation/kernel-parameters.txt~doc_module_prms 2004-04-03 19:38:27.000000000 -0800
+++ ./Documentation/kernel-parameters.txt 2004-04-26 20:06:31.000000000 -0700
@@ -6,6 +6,17 @@ The following is a consolidated list of
(defined as ignoring all punctuation and sorting digits before letters in a
case insensitive manner), and with descriptions where known.

+Module parameters for loadable modules are specified only as the
+parameter name with optional '=' and value as appropriate, such as:
+
+ modprobe usbcore blinkenlights=1
+
+Module parameters for modules that are built into the kernel image
+are specified on the kernel command line with the module name plus
+'.' plus parameter name, with '=' and value if appropriate, such as:
+
+ usbcore.blinkenlights=1
+
The text in square brackets at the beginning of the description state the
restrictions on the kernel for the said kernel parameter to be valid. The
restrictions referred to are that the relevant option is valid if:


--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/