diff options
author | Kazuo Moriwaka <moriwaka@gmail.com> | 2012-05-28 12:06:44 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-03 12:05:50 +0200 |
commit | d2582a7afcf732cf234adbf14aa7d11a08e30e09 (patch) | |
tree | d7399638a3dcbbee49eee0fc5cc3e7cd7a3d6ccd /Documentation | |
parent | 92a9f14b8b8e5ade5b49bcd6b95fc05f85a39e90 (diff) | |
download | linux-stable-d2582a7afcf732cf234adbf14aa7d11a08e30e09.tar.gz linux-stable-d2582a7afcf732cf234adbf14aa7d11a08e30e09.tar.bz2 linux-stable-d2582a7afcf732cf234adbf14aa7d11a08e30e09.zip |
Doc: document max raw dev number
Documenting description about max minor number of raw devices.
Signed-off-by: Kazuo Moriwaka <moriwaka@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devices.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 47a154f30290..b6251cca9263 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -2416,6 +2416,8 @@ Your cooperation is appreciated. 1 = /dev/raw/raw1 First raw I/O device 2 = /dev/raw/raw2 Second raw I/O device ... + max minor number of raw device is set by kernel config + MAX_RAW_DEVS or raw module parameter 'max_raw_devs' 163 char |