From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 2 22:20:56 2013 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7048A4E; Mon, 2 Dec 2013 22:20:56 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E458105D; Mon, 2 Dec 2013 22:20:56 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3F747B922; Mon, 2 Dec 2013 17:20:55 -0500 (EST) From: John Baldwin To: freebsd-amd64@freebsd.org Subject: Re: bin/184405: [regression] [patch] mfiutil(8): 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives Date: Mon, 2 Dec 2013 15:46:03 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201312012230.rB1MUagm045013@freefall.freebsd.org> In-Reply-To: <201312012230.rB1MUagm045013@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201312021546.03683.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 02 Dec 2013 17:20:55 -0500 (EST) Cc: freebsd-bugs@freebsd.org, Sean Bruno X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 22:20:56 -0000 On Sunday, December 01, 2013 5:30:36 pm linimon@freebsd.org wrote: > Old Synopsis: [regression] [patch] 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives > New Synopsis: [regression] [patch] mfiutil(8): 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives Sean, can you take care of this since you committed the foreign config stuff? I think you can simply replace sizeof(buf) in the call to humanize_number with 6 instead rather than using a separate array for the size as in the patch. -- John Baldwin