2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-11-09 10:00:26 +01:00

readme: add another feature to the table

This commit is contained in:
Abdur-Rahman Mansoor 2024-08-30 13:06:49 -04:00
parent bc99930e0e
commit c2ee9ee16d
Signed by: ramenu
GPG Key ID: 8D15FCF6795779C8

View File

@ -22,6 +22,7 @@ the LICENSE file for more details.
| Mandatory Administrator Commands | Yes | A large majority of the mandatory administrator commands has been implemented. |
| Mandatory I/O Commands | Yes | Support for reading and writing to disk is implemented. |
| Namespace Identification | Yes | Support for identifying active namespaces across all controller versions is implemented. |
| Using Multiple NVMe Devices | Yes | Support for using multiple NVMe drives at once is implemented. |
| MSI/MSI-X interrupts | No | Currently only traditional PIN interrupts can be used. |
| Asynchronous API | No | Currently the driver polls instead of using the asynchronous API of KolibriOS. |
| SMART/Health Information Reporting | No | Low priority, but a nice to have in the future. |