This file is indexed.

/usr/share/doc/mpt-status/TODO is in mpt-status 1.2.0-8build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
This file is a wishlist compiled out of various people's ideas. It should
eventually be prioritized into "important, normal, nice to have".

o find out the remaining pieces of magic around the kernel structs
  and document them accordingly
o get in contact with LSI for feedback and support
o check if there is really the need for other RAID types and add support for
  them. A diff from the 2.4.x to the 2.6.x kernel in this header:

 #define MPI_RAID_VOL_TYPE_IS                        (0x00)
 #define MPI_RAID_VOL_TYPE_IME                       (0x01)
 #define MPI_RAID_VOL_TYPE_IM                        (0x02)
+#define MPI_RAID_VOL_TYPE_RAID_5                    (0x03)
+#define MPI_RAID_VOL_TYPE_RAID_6                    (0x04)
+#define MPI_RAID_VOL_TYPE_RAID_10                   (0x05)
+#define MPI_RAID_VOL_TYPE_RAID_50                   (0x06)
+#define MPI_RAID_VOL_TYPE_UNKNOWN                   (0xFF)