Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25207
b: refs/heads/master
c: a901ebb
h: refs/heads/master
i:
  25205: 91c5e03
  25203: 1009f63
  25199: d8c9908
v: v3
  • Loading branch information
Stefan Richter authored and Adrian Bunk committed Mar 31, 2006
1 parent 3d8127e commit 8ecfce7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ee9d71f02b19f87368ee99b73019bf9522c7bf8
refs/heads/master: a901ebb907e6aca38dc43417d6ce30f23651ea64
7 changes: 7 additions & 0 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ecfce7

Please sign in to comment.