Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 02:37:05 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331976 - head/sys/modules/cam
Message-ID:  <201804040237.w342b5EA074884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Apr  4 02:37:05 2018
New Revision: 331976
URL: https://svnweb.freebsd.org/changeset/base/331976

Log:
  Add nvme_da back.
  
  Now that it can co-exist in the kernel with nvd, add it back to the
  cam module.
  
  Sponsored by: Netflix

Modified:
  head/sys/modules/cam/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Wed Apr  4 02:35:48 2018	(r331975)
+++ head/sys/modules/cam/Makefile	Wed Apr  4 02:37:05 2018	(r331976)
@@ -46,6 +46,7 @@ SRCS+=	ata_machdep.c
 SRCS+=	ata_pmp.c
 SRCS+=	nvme_all.c
 SRCS+=	nvme_xpt.c
+SRCS+=	nvme_da.c
 
 EXPORT_SYMS=	YES	# XXX evaluate
 



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