NDA(4) | Device Drivers Manual | NDA(4) |
nda
— NVMe Direct
Access device driver
device nvme
device scbus
The nda
driver provides support for direct
access devices, implementing the NVMe command protocol, that are attached to
the system through a host adapter supported by the CAM subsystem.
The following variables are available as both sysctl(8) variables and loader(8) tunables:
This variable determines whether the software queued entries are sorted in LBA order or not. Sorting is almost always a waste of time. The default is to not sort.
The following report per-device settings, and are read-only unless otherwise indicated. Replace N with the device unit number.
This variable reports whether the storage volume is spinning or flash. It's value is hard coded to 0 indicating flash.
nda
driver
accepts unmapped I/O for this unit.The nda
driver first appeared in
FreeBSD 12.0.
Warner Losh <imp@FreeBSD.org>
December 20, 2017 | Debian |