freebsd-src/sys/dev/nvme
Chuck Tuffli ce75bfcac9 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
2024-06-01 04:14:14 -07:00
..
nvme.c
nvme.h nvme: Add telemetry page definitions 2024-05-11 12:09:50 -06:00
nvme_ahci.c
nvme_ctrlr.c nvme: Change namespace device name 2024-06-01 04:14:14 -07:00
nvme_ctrlr_cmd.c
nvme_ns.c nvme: Change namespace device name 2024-06-01 04:14:14 -07:00
nvme_ns_cmd.c
nvme_pci.c
nvme_private.h nvme: Count number of alginment splits 2024-05-24 08:32:47 -06:00
nvme_qpair.c nvme: Add comment about where tr->deadline is set 2024-05-13 16:14:04 -06:00
nvme_sim.c nvme: Use strlcpy instead of strncpy to ensure termination 2024-05-13 12:03:49 -07:00
nvme_sysctl.c nvme: Count number of alginment splits 2024-05-24 08:32:47 -06:00
nvme_test.c Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
nvme_util.c