.. | .. |
---|
4 | 4 | an individual subdirectory with the following name format of |
---|
5 | 5 | device_name "nn:d:iiii", where: |
---|
6 | 6 | |
---|
7 | | - nn - two-digit hexadecimal ID of RapidIO network where the |
---|
| 7 | + ==== ======================================================== |
---|
| 8 | + nn two-digit hexadecimal ID of RapidIO network where the |
---|
8 | 9 | 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 |
---|
11 | 12 | switches |
---|
| 13 | + ==== ======================================================== |
---|
12 | 14 | |
---|
13 | 15 | For example, below is a list of device directories that |
---|
14 | 16 | represents a typical RapidIO network with one switch, one host, |
---|
15 | 17 | and two agent endpoints, as it is seen by the enumerating host |
---|
16 | | - (with destID = 1): |
---|
| 18 | + (with destID = 1):: |
---|
17 | 19 | |
---|
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 |
---|
21 | 23 | |
---|
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. |
---|
25 | 28 | |
---|
26 | 29 | Attributes Common for All RapidIO Devices |
---|
27 | 30 | ----------------------------------------- |
---|