diff options
Diffstat (limited to 'Documentation/s390')
-rw-r--r-- | Documentation/s390/CommonIO | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/s390/CommonIO b/Documentation/s390/CommonIO index d378cba66456..d90a5ddb2b07 100644 --- a/Documentation/s390/CommonIO +++ b/Documentation/s390/CommonIO | |||
@@ -8,9 +8,9 @@ Command line parameters | |||
8 | 8 | ||
9 | Enable logging of debug information in case of ccw device timeouts. | 9 | Enable logging of debug information in case of ccw device timeouts. |
10 | 10 | ||
11 | * cio_ignore = {all} | | 11 | * cio_ignore = device[,device[,..]] |
12 | {<device> | <range of devices>} | | 12 | |
13 | {!<device> | !<range of devices>} | 13 | device := {all | [!]ipldev | [!]<devno> | [!]<devno>-<devno>} |
14 | 14 | ||
15 | The given devices will be ignored by the common I/O-layer; no detection | 15 | The given devices will be ignored by the common I/O-layer; no detection |
16 | and device sensing will be done on any of those devices. The subchannel to | 16 | and device sensing will be done on any of those devices. The subchannel to |
@@ -24,9 +24,10 @@ Command line parameters | |||
24 | device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you | 24 | device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you |
25 | give a device number 0xabcd, it will be interpreted as 0.0.abcd. | 25 | give a device number 0xabcd, it will be interpreted as 0.0.abcd. |
26 | 26 | ||
27 | You can use the 'all' keyword to ignore all devices. | 27 | You can use the 'all' keyword to ignore all devices. The 'ipldev' keyword can |
28 | The '!' operator will cause the I/O-layer to _not_ ignore a device. | 28 | be used to refer to the CCW based boot device (this is probably useful only |
29 | The command line is parsed from left to right. | 29 | when combined with the '!' operator). The '!' operator will cause the I/O-layer |
30 | to _not_ ignore a device. The command line is parsed from left to right. | ||
30 | 31 | ||
31 | For example, | 32 | For example, |
32 | cio_ignore=0.0.0023-0.0.0042,0.0.4711 | 33 | cio_ignore=0.0.0023-0.0.0042,0.0.4711 |