Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2018 06:25:20 +0100
From:      Andre Albsmeier <Andre.Albsmeier@siemens.com>
To:        Alexander Motin <mav@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   Re: svn commit: r328692 - in stable/11/sys: conf dev/nvme
Message-ID:  <20180209052520.GA19647@bali>
In-Reply-To: <201802011653.w11Gr8p4031848@repo.freebsd.org>
References:  <201802011653.w11Gr8p4031848@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180209052520.GA19647>