From owner-freebsd-geom@FreeBSD.ORG Thu Aug 12 22:48:10 2010 Return-Path: Delivered-To: geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9555F1065694; Thu, 12 Aug 2010 22:48:10 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5C08FC0C; Thu, 12 Aug 2010 22:48:09 +0000 (UTC) Received: by qwg5 with SMTP id 5so2378270qwg.13 for ; Thu, 12 Aug 2010 15:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=bJae1njTwVtq2A99v5V0R0yukb7y7eAenq4WWs2JxKQ=; b=Quhz3HrRMh1R3n3EmIXYhx74OzbhhLvy7hCINe1WIj3eGU6NUqhCIrelRu0tJFgI5j 0Tjgc0+mysxB5nvIprMBe8t1IeYfN+6dmk9ZXNh0xZtVBv2zkifFzuACicb7KTQzMWaO ODkyaEU4cf+4UWHBmHSeMJyTzWd4NZ7HTDOo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=HTJJEeirAP/cb8sNkG+ZzbVsz5+PqN0Jv/In6ScyoId/Z4dI6ufO62AJZa7coMlqwN o+gLOACUNDfrYVwlTdt5w1BggasLt60ceUUUNDma45wu1VVPTt3zhn1UUqo4fGZNKw1B ef9MgRdENoXzc+bNtbInNkrOicynhDFcylseQ= Received: by 10.224.65.147 with SMTP id j19mr432430qai.189.1281651558251; Thu, 12 Aug 2010 15:19:18 -0700 (PDT) Received: from centel.dataix.local (adsl-99-19-46-227.dsl.klmzmi.sbcglobal.net [99.19.46.227]) by mx.google.com with ESMTPS id w14sm815158vce.2.2010.08.12.15.19.15 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Aug 2010 15:19:16 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C647362.7050006@dataix.net> Date: Thu, 12 Aug 2010 18:19:14 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100806 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <86wrry1hwv.fsf@ds4.des.no> In-Reply-To: <86wrry1hwv.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: geom@freebsd.org, hackers@freebsd.org Subject: Re: Support for WD Advanced Format disks X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 22:48:10 -0000 On 08/10/2010 13:44, Dag-Erling Smørgrav wrote: > Right now, I have two requests. The first is that people who have > Advanced Format disks run a program I wrote that measures the > performance of aligned and misaligned writes of different sizes. > > % svn co http://svn.freebsd.org/base/user/des/phybs > % cd phybs > % make > % ./phybs -w /dev/adN DES, On stable/8 this is needed to build. Seems the need for linking against libutil came in revision r211233. Index: Makefile =================================================================== --- Makefile (revision 211244) +++ Makefile (working copy) @@ -4,5 +4,6 @@ CSTD ?= c99 WARNS ?= 6 MAN = # none +LDFLAGS += -lutil .include Regards, -- jhell,v