From owner-svn-src-head@freebsd.org Mon May 22 15:53:38 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08F58D78C8D for ; Mon, 22 May 2017 15:53:38 +0000 (UTC) (envelope-from stephen.mcconnell@broadcom.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1CAB13C5 for ; Mon, 22 May 2017 15:53:37 +0000 (UTC) (envelope-from stephen.mcconnell@broadcom.com) Received: by mail-io0-x236.google.com with SMTP id f102so83589289ioi.2 for ; Mon, 22 May 2017 08:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:references:in-reply-to:mime-version:thread-index:date :message-id:subject:to:cc; bh=XmVrJ/uykKBFhuLNtRLWv6zlyX+dgAC+clAxGBBlH/A=; b=BKUEOStPvmto0mnklLAQV+qq4wcxiyVrybLITz17m2KoFfygXaFDHBuNJlrXRs7ARo LvRBeUhOG3MkGQcaolMeQS/W8gIv96zKps2WOnOKSlAco8zR3Y3sYEOAdbufc1SN9j93 HY6Y8n2iKuRkYd0dRCSHTmIYXsnFdfv14CwXk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc; bh=XmVrJ/uykKBFhuLNtRLWv6zlyX+dgAC+clAxGBBlH/A=; b=of777jORVdzS8l4e4dboRljPi1WGd/SWoTQ0LXHSk1rHlg80uE3sE9cizDI+er/TwN s0LqfWoJzyKGDAuy+tk5O3NGfuJ1wc8k+L5HmVyRTf2dZyLPASaKVEIDo98GuWzLmQhf P9tG3eMTy6jPHzj+yJx1YdwOGVs31bvKnqfYYhwEdkePkUxCj/vPSeDd+Gt330GYXgp3 o8aYpNY6FBuUW07jq7yIinNY4/vUxJGd8DrfIZbCJ5JEMIQsoyTO84BFW5xK+TAgQv87 aFrqnR//V/HYhO66FGHj/doY4Gm4vLeI5OwZzD7gtOpteYsPUvsp/MfBIB4IpGEd2deF 2YVQ== X-Gm-Message-State: AODbwcDTFt7nWDo5I4EE38b67WhUJNJxRwFjwiab1VvSjJncZqNGNCXH gRYZcoh9aVgOLzpdfbTZh/GAZYdodyHv X-Received: by 10.107.135.20 with SMTP id j20mr23232128iod.56.1495468416918; Mon, 22 May 2017 08:53:36 -0700 (PDT) From: Stephen Mcconnell References: <201705172133.v4HLXbi6044710@repo.freebsd.org> <20170522145719.GS1622@kib.kiev.ua> In-Reply-To: <20170522145719.GS1622@kib.kiev.ua> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIMtlBOfE3fpeKohkny3vGsD68sXQDlJpdooYWRLyA= Date: Mon, 22 May 2017 09:53:35 -0600 Message-ID: Subject: RE: svn commit: r318427 - in head: share/man/man4 sys/dev/mpr sys/dev/mpr/mpi To: Konstantin Belousov , Stephen McConnell Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 15:53:38 -0000 > -----Original Message----- > From: Konstantin Belousov [mailto:kostikbel@gmail.com] > Sent: Monday, May 22, 2017 8:57 AM > To: Stephen McConnell > 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 > > 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. Thanks. I'll take a look.