NVMe: Difference between revisions

m
→‎Overview: Add link to PCI article
[unchecked revision][unchecked revision]
(Add a See Also section)
m (→‎Overview: Add link to PCI article)
Line 1:
== Overview ==
 
* NVMe controllers can be found as [[PCI]] devices with class code 1 and subclass code 8.
* Its registers are accessible through BAR 0 (it should be 64-bit memory IO).
* The controller processes commands submitted to it from "submission queues". The driver prepares commands in the queue's circular buffer in memory, and then updates the tail pointer register for the queue.
Anonymous user