From owner-freebsd-current@FreeBSD.ORG Tue Sep 18 17:43:03 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE3521065670; Tue, 18 Sep 2012 17:43:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 85B018FC08; Tue, 18 Sep 2012 17:43:03 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so566243pbb.13 for ; Tue, 18 Sep 2012 10:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Fw+YyMDygGvW/sxrTGmbKcTjJuBwx/eSLb3nCiWjCVk=; b=oxKBH122X0xNmK05O3z2/rx4fUCAF5xoRVpmFPEeXfdn2A0Qt+8kUV2fjO3vq6Cp9A 5UZNJEeRvN3raLAWdAPaIsPgTDy8q231p+kG373PKci/1BX7dRa+pgswNvGXxRs1rr9B WmIwTHIAWdoU+0fjtQAW0T6/9nJB8Kd/lQs3eJkYzH4nudpkgVAOolh6cMfaEKMNntLb MMpg5n8pfUyjW5sbou8TjlxkFotv8Y2TAH4rn0pWWPZJPTv2De+wDBz7zGGAaxpoUe9H XZ/NAEjnMy6KRq9dxXf8VgcrFHD9/YpGKf8RDX39hXDoCxKg/iN2MJT7AS6ve5CxzGHv 61jw== MIME-Version: 1.0 Received: by 10.68.204.169 with SMTP id kz9mr827994pbc.39.1347989720057; Tue, 18 Sep 2012 10:35:20 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.36.106 with HTTP; Tue, 18 Sep 2012 10:35:20 -0700 (PDT) In-Reply-To: <5058A8EF.8060001@FreeBSD.org> References: <20120918125303.GN3357@albert.catwhisker.org> <5058A8EF.8060001@FreeBSD.org> Date: Tue, 18 Sep 2012 10:35:20 -0700 X-Google-Sender-Auth: 0VLU5vp-CGvt9cwLFTWyPw7UUbg Message-ID: From: Adrian Chadd To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Cc: Jim Harris , current@freebsd.org Subject: Re: buildworld broke in sbin/nvmecontrol; r240620 suspected X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 17:43:03 -0000 On 18 September 2012 10:01, Dimitry Andric wrote: > Since this tool (nvmecontrol) is currently only compiled for amd64 and > i386, we might as well ignore these alignment warnings, or cast them > away. > > Jim, I don't expect this tool to ever be applicable to non-x86 arches, > but can you please confirm that? Oh dear lordie, please don't assume that code/hardware won't be recycled for other arches. I thought we had figured that stuff out for 2012. :-) Adrian