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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
