svn commit: r331976 - head/sys/modules/cam

Konstantin Belousov kostikbel at gmail.com
Thu Apr 5 15:22:16 UTC 2018


On Wed, Apr 04, 2018 at 02:37:05AM +0000, Warner Losh wrote:
> 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

This change resulted in the following:

Preloaded elf obj module "/boot/kernel/cam.ko" at 0xffffffff812bb898.
link_elf_obj: symbol nvme_strvis undefined
KLD file cam.ko - could not finalize loading
KLD file ahci.ko - cannot find dependency "cam"


More information about the svn-src-all mailing list