From 8ecfce7b6cf9f46675f3190016e9d414b2f2b84d Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sat, 1 Apr 2006 01:43:18 +0200 Subject: [PATCH] --- yaml --- r: 25207 b: refs/heads/master c: a901ebb907e6aca38dc43417d6ce30f23651ea64 h: refs/heads/master i: 25205: 91c5e03ec10711da37a69a686cd942f2cff0e0d7 25203: 1009f6389de6565a4d116babc9d195c7fc9ac4ec 25199: d8c990898a1ea74f56162945db939500909279d9 v: v3 --- [refs] | 2 +- trunk/Documentation/kernel-parameters.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6ed9bc234ce1..5dcb3a4c590d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ee9d71f02b19f87368ee99b73019bf9522c7bf8 +refs/heads/master: a901ebb907e6aca38dc43417d6ce30f23651ea64 diff --git a/trunk/Documentation/kernel-parameters.txt b/trunk/Documentation/kernel-parameters.txt index 5746dee1eff7..d057e9e74d38 100644 --- a/trunk/Documentation/kernel-parameters.txt +++ b/trunk/Documentation/kernel-parameters.txt @@ -17,6 +17,13 @@ are specified on the kernel command line with the module name plus usbcore.blinkenlights=1 +This document may not be entirely up to date and comprehensive. The command +"modinfo -p ${modulename}" shows a current list of all parameters of a loadable +module. Loadable modules, after being loaded into the running kernel, also +reveal their parameters in /sys/module/${modulename}/parameters/. Some of these +parameters may be changed at runtime by the command +"echo -n ${value} > /sys/module/${modulename}/parameters/${parm}". + The text in square brackets at the beginning of the description states 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: