Blame view

Documentation/s390/CommonIO 4.98 KB
3952c8d43   Cornelia Huck   [S390] cio: Docum...
1
2
  S/390 common I/O-Layer - command line parameters, procfs and debugfs entries
  ============================================================================
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
4
5
  
  Command line parameters
  -----------------------
14ff56bbb   Sebastian Ott   [S390] cio: Dump ...
6
7
8
  * ccw_timeout_log
  
    Enable logging of debug information in case of ccw device timeouts.
0e6c83d18   Sebastian Ott   s390/cio: add ipl...
9
  * cio_ignore = device[,device[,..]]
d1eb16e64   Sebastian Ott   s390/cio: add con...
10
  	device := {all | [!]ipldev | [!]condev | [!]<devno> | [!]<devno>-<devno>}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11
12
13
14
15
16
17
18
  
    The given devices will be ignored by the common I/O-layer; no detection
    and device sensing will be done on any of those devices. The subchannel to 
    which the device in question is attached will be treated as if no device was
    attached.
  
    An ignored device can be un-ignored later; see the "/proc entries"-section for
    details.
3952c8d43   Cornelia Huck   [S390] cio: Docum...
19
20
21
    The devices must be given either as bus ids (0.x.abcd) or as hexadecimal
    device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you
    give a device number 0xabcd, it will be interpreted as 0.0.abcd.
d1eb16e64   Sebastian Ott   s390/cio: add con...
22
23
24
25
26
    You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev'
    keywords can be used to refer to the CCW based boot device and CCW console
    device respectively (these are probably useful only when combined with the '!'
    operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
    The command line is parsed from left to right.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  
    For example, 
  	cio_ignore=0.0.0023-0.0.0042,0.0.4711
    will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device
    0.0.4711, if detected.
    As another example,
  	cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02
    will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02.
  
    By default, no devices are ignored.
  
  
  /proc entries
  -------------
  
  * /proc/cio_ignore
  
    Lists the ranges of devices (by bus id) which are ignored by common I/O.
  
    You can un-ignore certain or all devices by piping to /proc/cio_ignore. 
    "free all" will un-ignore all ignored devices, 
    "free <device range>, <device range>, ..." will un-ignore the specified
    devices.
  
    For example, if devices 0.0.0023 to 0.0.0042 and 0.0.4711 are ignored,
    - echo free 0.0.0030-0.0.0032 > /proc/cio_ignore
      will un-ignore devices 0.0.0030 to 0.0.0032 and will leave devices 0.0.0023
      to 0.0.002f, 0.0.0033 to 0.0.0042 and 0.0.4711 ignored;
    - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device
      0.0.0041;
    - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 
      devices.
  
    When a device is un-ignored, device recognition and sensing is performed and 
    the device driver will be notified if possible, so the device will become
9b10fe5b7   Cornelia Huck   [S390] cio: updat...
62
    available to the system. Note that un-ignoring is performed asynchronously.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
63
64
65
66
  
    You can also add ranges of devices to be ignored by piping to 
    /proc/cio_ignore; "add <device range>, <device range>, ..." will ignore the
    specified devices.
6fd6e4a44   Cornelia Huck   [PATCH] s390: cio...
67
68
    Note: While already known devices can be added to the list of devices to be
          ignored, there will be no effect on then. However, if such a device
d45387d8b   Cornelia Huck   [S390] cio: Updat...
69
70
  	disappears and then reappears, it will then be ignored. To make
  	known devices go away, you need the "purge" command (see below).
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
71

6fd6e4a44   Cornelia Huck   [PATCH] s390: cio...
72
    For example,
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
73
  	"echo add 0.0.a000-0.0.accc, 0.0.af00-0.0.afff > /proc/cio_ignore"
6fd6e4a44   Cornelia Huck   [PATCH] s390: cio...
74
75
    will add 0.0.a000-0.0.accc and 0.0.af00-0.0.afff to the list of ignored
    devices.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
76

d45387d8b   Cornelia Huck   [S390] cio: Updat...
77
78
79
80
    You can remove already known but now ignored devices via
  	"echo purge > /proc/cio_ignore"
    All devices ignored but still registered and not online (= not in use)
    will be deregistered and thus removed from the system.
3952c8d43   Cornelia Huck   [S390] cio: Docum...
81
82
83
    The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward
    compatibility, by the device number in hexadecimal (0xabcd or abcd). Device
    numbers given as 0xabcd will be interpreted as 0.0.abcd.
879acca58   Sebastian Ott   [S390] cio: intro...
84
85
86
87
88
  * /proc/cio_settle
  
    A write request to this file is blocked until all queued cio actions are
    handled. This will allow userspace to wait for pending work affecting
    device availability after changing cio_ignore or the hardware configuration.
3952c8d43   Cornelia Huck   [S390] cio: Docum...
89
90
91
  * For some of the information present in the /proc filesystem in 2.4 (namely,
    /proc/subchannels and /proc/chpids), see driver-model.txt.
    Information formerly in /proc/irq_count is now in /proc/interrupts.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
92

3952c8d43   Cornelia Huck   [S390] cio: Docum...
93
94
  debugfs entries
  ---------------
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
95

3952c8d43   Cornelia Huck   [S390] cio: Docum...
96
  * /sys/kernel/debug/s390dbf/cio_*/ (S/390 debug feature)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
97
98
  
    Some views generated by the debug feature to hold various debug outputs.
3952c8d43   Cornelia Huck   [S390] cio: Docum...
99
    - /sys/kernel/debug/s390dbf/cio_crw/sprintf
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
100
      Messages from the processing of pending channel report words (machine check
3952c8d43   Cornelia Huck   [S390] cio: Docum...
101
      handling).
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
102

3952c8d43   Cornelia Huck   [S390] cio: Docum...
103
    - /sys/kernel/debug/s390dbf/cio_msg/sprintf
e4a1afaeb   Cornelia Huck   [S390] cio: Exorc...
104
      Various debug messages from the common I/O-layer.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
105

3952c8d43   Cornelia Huck   [S390] cio: Docum...
106
    - /sys/kernel/debug/s390dbf/cio_trace/hex_ascii
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
107
      Logs the calling of functions in the common I/O-layer and, if applicable, 
6fd6e4a44   Cornelia Huck   [PATCH] s390: cio...
108
109
      which subchannel they were called for, as well as dumps of some data
      structures (like irb in an error case).
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
110
111
  
    The level of logging can be changed to be more or less verbose by piping to 
3952c8d43   Cornelia Huck   [S390] cio: Docum...
112
113
114
    /sys/kernel/debug/s390dbf/cio_*/level a number between 0 and 6; see the
    documentation on the S/390 debug feature (Documentation/s390/s390dbf.txt)
    for details.