From owner-freebsd-hackers@FreeBSD.ORG Mon May 9 04:21:26 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99EA316A4E6; Mon, 9 May 2005 04:21:26 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E6943D7B; Mon, 9 May 2005 04:21:23 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.21] (rat.samsco.home [192.168.254.21]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j494QOb5025850; Sun, 8 May 2005 22:26:25 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <427EE509.3010901@samsco.org> Date: Sun, 08 May 2005 22:20:25 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050321 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steven Hartland References: <069901c54bfd$2967ba40$7f06000a@int.mediasurface.com><427D5AA0.1080609@withagen.nl><002b01c553be$93a5b790$b3db87d4@multiplay.co.uk><427E0F77.50006@samsco.org> <001c01c553da$5554e490$b3db87d4@multiplay.co.uk> <427E23BA.7000508@samsco.org> <007e01c553e0$8e905310$b3db87d4@multiplay.co.uk> In-Reply-To: <007e01c553e0$8e905310$b3db87d4@multiplay.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: freebsd-hackers@freebsd.org cc: freebsd-current@freebsd.org Subject: Linux emulation [Re: Very low disk performance Highpoint 1820a] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 04:21:26 -0000 Steven Hartland wrote: > ----- Original Message ----- From: "Scott Long" > >>> According to the documentation this is not the case and the XOR >>> calcs are done in hardware on the onboard HPT 601. >> >> >> Maybe I'm confused and we are talking about different cards. > > > Quite possibly all other highpoint cards that Im aware of are > software RAID. > >>> Note: all tests are being done on i386 not AMD64 due to our requirement >>> for i386 Linux emulation which it is my understanding is not >>> available when >>> running AMD64 FreeBSD. >> >> >> Linux/i386 emulation works quite well on FreeBSD/amd64 and is getting >> better every day. There is active development on it at the moment. > > > Now that is very interesting. Are you talking in 5.x stream or in 6.x? > I cant risk putting 6x on this machine but would be quite willing to > throw 5.x AMD64 on it and give it a whirl. > I just installed the Linux StarOffice 7 suite on FreeBSD/amd64 running a recent 6-CURRENT. 5-STABLE isn't too far behind in the linux emulation area, from what I understand. The biggest problem is that you need to compile in the COMPAT_LINUX32 and LINPROCFS options as they don't build as modules right now. Scott