diff options
| -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 | 
