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

2018-04-05 Thread Warner Losh
Thanks I'll attend to that.

Warner

On Thu, Apr 5, 2018 at 9:22 AM, Konstantin Belousov 
wrote:

> On Wed, Apr 04, 2018 at 02:37:05AM +, 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 0x812bb898.
> link_elf_obj: symbol nvme_strvis undefined
> KLD file cam.ko - could not finalize loading
> KLD file ahci.ko - cannot find dependency "cam"
>
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


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

2018-04-05 Thread Konstantin Belousov
On Wed, Apr 04, 2018 at 02:37:05AM +, 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 0x812bb898.
link_elf_obj: symbol nvme_strvis undefined
KLD file cam.ko - could not finalize loading
KLD file ahci.ko - cannot find dependency "cam"
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


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

2018-04-03 Thread Warner Losh
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
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"