svn commit: r318427 - in head: share/man/man4 sys/dev/mpr sys/dev/mpr/mpi

Konstantin Belousov kostikbel at gmail.com
Mon May 22 14:57:25 UTC 2017


On Wed, May 17, 2017 at 09:33:37PM +0000, Stephen McConnell wrote:
> Author: slm
> Date: Wed May 17 21:33:37 2017
> New Revision: 318427
> URL: https://svnweb.freebsd.org/changeset/base/318427
> 
> Log:
>   Add tri-mode support (SAS/SATA/PCIe).
>   
>   This includes NVMe device support and adds support for the following adapters:
>       SAS 3408
>       SAS 3416
>       SAS 3508
>       SAS 3516
>       SAS 3616
>       SAS 3708
>       SAS 3716
>   
>   Reviewed by:    ken, scottl, asomers, mav
>   Approved by:	ken, scottl, mav
>   MFC after:      2 weeks
>   Relnotes:	yes
>   Differential Revision: https://reviews.freebsd.org/D10095

It seems that this commit causes the following compilation issue:

cc1: warnings being treated as errors
/scratch/tmp/kib/ino64/sys/dev/mpr/mpr_sas.c: In function 'mprsas_build_nvme_unm
ap':
/scratch/tmp/kib/ino64/sys/dev/mpr/mpr_sas.c:1839: warning: cast to pointer from
 integer of different size [-Wint-to-pointer-cast]
--- mpr_sas.o ---
*** [mpr_sas.o] Error code 1

at least on powerpc.


More information about the svn-src-all mailing list