HomeFreeBSD

nvme: Change namespace device name

Description

nvme: Change namespace device name

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

Details

Provenance
chuckAuthored on Jun 1 2024, 11:08 AM
Reviewer
imp
Differential Revision
D45414: nvme: Change namespace device name
Parents
rG3dc2a8848986: arm64 pmap: Convert panic()s to KASSERT()s
Branches
Unknown
Tags
Unknown