hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/ABI/testing/sysfs-bus-rapidio
....@@ -4,24 +4,27 @@
44 an individual subdirectory with the following name format of
55 device_name "nn:d:iiii", where:
66
7
- nn - two-digit hexadecimal ID of RapidIO network where the
7
+ ==== ========================================================
8
+ nn two-digit hexadecimal ID of RapidIO network where the
89 device resides
9
- d - device type: 'e' - for endpoint or 's' - for switch
10
- iiii - four-digit device destID for endpoints, or switchID for
10
+ d device type: 'e' - for endpoint or 's' - for switch
11
+ iiii four-digit device destID for endpoints, or switchID for
1112 switches
13
+ ==== ========================================================
1214
1315 For example, below is a list of device directories that
1416 represents a typical RapidIO network with one switch, one host,
1517 and two agent endpoints, as it is seen by the enumerating host
16
- (with destID = 1):
18
+ (with destID = 1)::
1719
18
- /sys/bus/rapidio/devices/00:e:0000
19
- /sys/bus/rapidio/devices/00:e:0002
20
- /sys/bus/rapidio/devices/00:s:0001
20
+ /sys/bus/rapidio/devices/00:e:0000
21
+ /sys/bus/rapidio/devices/00:e:0002
22
+ /sys/bus/rapidio/devices/00:s:0001
2123
22
- NOTE: An enumerating or discovering endpoint does not create a
23
- sysfs entry for itself, this is why an endpoint with destID=1 is
24
- not shown in the list.
24
+ NOTE:
25
+ An enumerating or discovering endpoint does not create a
26
+ sysfs entry for itself, this is why an endpoint with destID=1
27
+ is not shown in the list.
2528
2629 Attributes Common for All RapidIO Devices
2730 -----------------------------------------