mirror of
https://github.com/opnsense/src.git
synced 2026-06-20 14:09:14 -04:00
Changes the device name for NVMe and NVMe-oF namespaces from using "ns" to "n" to be more compatible with other operating systems. For example, a device which was previously /dev/nvme0ns1 is now /dev/nvme0n1. Preserves the existing functionality by creating alias from nvmeXnY to nvmeXnsY. Reviewed by: imp MFC after: 1 month Relnotes: yes Differential Revision: https://reviews.freebsd.org/D45414 |
||
|---|---|---|
| .. | ||
| nvmf.c | ||
| nvmf_aer.c | ||
| nvmf_cmd.c | ||
| nvmf_ctldev.c | ||
| nvmf_ns.c | ||
| nvmf_qpair.c | ||
| nvmf_sim.c | ||
| nvmf_var.h | ||