diff options
author | Asai Thambi S P <asamymuthupa@micron.com> | 2012-05-29 21:44:54 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-05-31 02:46:50 -0400 |
commit | b77874c9699522540e65aa4291e37a7e43533bf3 (patch) | |
tree | 7da11a926fc8d697e3a475ee662e04f239b9cff5 /Documentation | |
parent | 8ce800935d074ee4667a6a950fb4784009a969ea (diff) |
mtip32xx: Changes to sysfs entries
* Formatted the output of 'registers' entry
* Added "Commands in Q' to output of 'registers' entry
* Added a new entry 'flags'
Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-block-rssd | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-block-rssd b/Documentation/ABI/testing/sysfs-block-rssd index d535757799fe..679ce3543122 100644 --- a/Documentation/ABI/testing/sysfs-block-rssd +++ b/Documentation/ABI/testing/sysfs-block-rssd | |||
@@ -6,13 +6,21 @@ Description: This is a read-only file. Dumps below driver information and | |||
6 | hardware registers. | 6 | hardware registers. |
7 | - S ACTive | 7 | - S ACTive |
8 | - Command Issue | 8 | - Command Issue |
9 | - Allocated | ||
10 | - Completed | 9 | - Completed |
11 | - PORT IRQ STAT | 10 | - PORT IRQ STAT |
12 | - HOST IRQ STAT | 11 | - HOST IRQ STAT |
12 | - Allocated | ||
13 | - Commands in Q | ||
13 | 14 | ||
14 | What: /sys/block/rssd*/status | 15 | What: /sys/block/rssd*/status |
15 | Date: April 2012 | 16 | Date: April 2012 |
16 | KernelVersion: 3.4 | 17 | KernelVersion: 3.4 |
17 | Contact: Asai Thambi S P <asamymuthupa@micron.com> | 18 | Contact: Asai Thambi S P <asamymuthupa@micron.com> |
18 | Description: This is a read-only file. Indicates the status of the device. | 19 | Description: This is a read-only file. Indicates the status of the device. |
20 | |||
21 | What: /sys/block/rssd*/flags | ||
22 | Date: May 2012 | ||
23 | KernelVersion: 3.5 | ||
24 | Contact: Asai Thambi S P <asamymuthupa@micron.com> | ||
25 | Description: This is a read-only file. Dumps the flags in port and driver | ||
26 | data structure | ||