Date: Thu, 12 Aug 2010 18:19:14 -0400 From: jhell <jhell@dataix.net> To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= <des@des.no> Cc: geom@freebsd.org, hackers@freebsd.org Subject: Re: Support for WD Advanced Format disks Message-ID: <4C647362.7050006@dataix.net> In-Reply-To: <86wrry1hwv.fsf@ds4.des.no> References: <86wrry1hwv.fsf@ds4.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk> Regards, -- jhell,v
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C647362.7050006>