I attached this quilt patch which modified a Makefile which I hoped would enable nvme. Is this what I have to do prior to compiling rumpkernel to enable nvme?

I see that there is a program called nvmectl, but I am not sure that is needed.
Index: rumpkernel-0~20250111/buildrump.sh/src/sys/modules/Makefile
===================================================================
--- rumpkernel-0~20250111.orig/buildrump.sh/src/sys/modules/Makefile
+++ rumpkernel-0~20250111/buildrump.sh/src/sys/modules/Makefile
@@ -481,7 +481,7 @@ SUBDIR+=	iscsi
 # with attachment-specific modules and bus-specific modules (as opposed
 # to machine- or architecture-specific modules)
 
-.if 0
+#.if 0
 SUBDIR+=	aac
 SUBDIR+=	amr
 SUBDIR+=	ataraid
@@ -515,7 +515,7 @@ SUBDIR+=	viomb
 SUBDIR+=	virtio
 SUBDIR+=	virtio_pci
 SUBDIR+=	vioscsi
-.endif
+#.endif
 
 SUBDIR+=	examples	# build these regularly to avoid bit-rot
 

Reply via email to