Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2017 17:57:19 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Stephen McConnell <slm@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r318427 - in head: share/man/man4 sys/dev/mpr sys/dev/mpr/mpi
Message-ID:  <20170522145719.GS1622@kib.kiev.ua>
In-Reply-To: <201705172133.v4HLXbi6044710@repo.freebsd.org>
References:  <201705172133.v4HLXbi6044710@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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