From owner-freebsd-mips@FreeBSD.ORG Tue Aug 9 16:57:06 2011 Return-Path: Delivered-To: mips@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90B52106564A for ; Tue, 9 Aug 2011 16:57:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF8B8FC0A for ; Tue, 9 Aug 2011 16:57:06 +0000 (UTC) Received: from [10.30.101.53] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p79Gqcc2066174 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 9 Aug 2011 10:52:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 9 Aug 2011 10:52:26 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <8D6176CE-BFA4-4A44-9898-B5E12300C588@bsdimp.com> References: To: Andrew Duane X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Tue, 09 Aug 2011 10:52:42 -0600 (MDT) Cc: "mips@freebsd.org" Subject: Re: Octeon test machines? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2011 16:57:06 -0000 On Aug 9, 2011, at 10:08 AM, Andrew Duane wrote: > As we work on some Octeon kernel changes, I'd like to be able to test = existing FreeBSD platforms for regressions. What is anyone using for = Octeon testing? QEmu? Cavium evaluation boards (3800/5800)? I use Cavium Evaluation boards. The 3800 hasn't worked for me in a = while, but I think that's because I have a really old and "special" = uboot on that board. The kernels won't even load. I used a 5200 eval board for a while, but I no longer have it. I now use a 5400 eval board, but the network is a bit funky on it for = reasons I've not had the time to dive into. I don't think it is possible to use QEMU to do much testing with = FreeBSD, but I'll be happy if someone tells/shows me otherwise :) Warner