The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=1aea5b0ba76a30cc9753fbc860c0f35a980b756b
commit 1aea5b0ba76a30cc9753fbc860c0f35a980b756b Author: Gleb Smirnoff <[email protected]> AuthorDate: 2025-12-23 17:51:25 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2025-12-23 17:51:25 +0000 nvme: make the interface standard file This makes nvme.ko and nvd.ko loadable. Fixes: aed44717a1606e4c5c79f7c8831de49cba64d7e6 --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index d41e3ccc23be..474f337e569a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2582,7 +2582,7 @@ dev/nvme/nvme_sim.c optional nvme scbus dev/nvme/nvme_sysctl.c optional nvme dev/nvme/nvme_test.c optional nvme dev/nvme/nvme_util.c optional nvme | scbus -dev/nvme/nvme_if.m optional nvme +dev/nvme/nvme_if.m standard dev/nvmem/nvmem.c optional nvmem fdt dev/nvmem/nvmem_if.m optional nvmem dev/nvmf/controller/ctl_frontend_nvmf.c optional nvmft
