svn commit: r328692 - in stable/11/sys: conf dev/nvme
Andre Albsmeier
Andre.Albsmeier at siemens.com
Fri Feb 9 05:29:17 UTC 2018
On Thu, 01-Feb-2018 at 16:53:08 +0000, Alexander Motin wrote:
> Author: mav
> Date: Thu Feb 1 16:53:08 2018
> New Revision: 328692
> URL: https://svnweb.freebsd.org/changeset/base/328692
>
> Log:
> MFC r322995 (by imp):
> Add new compile-time option NVME_USE_NVD that sets the default value
We probably need this one as well:
me-2 at buildbox:/usr/src>odiff sys/modules/nvme/Makefile
--- sys/modules/nvme/Makefile.ORI 2017-05-31 06:17:35.982891000 +0200
+++ sys/modules/nvme/Makefile 2018-02-09 06:19:57.268173000 +0100
@@ -17,6 +17,7 @@
bus_if.h \
device_if.h \
opt_cam.h \
+ opt_nvme.h \
pci_if.h
.include <bsd.kmod.mk>
-Andre
More information about the svn-src-stable
mailing list