From owner-freebsd-ports@FreeBSD.ORG Fri Oct 3 22:58:00 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E33241065693; Fri, 3 Oct 2008 22:58:00 +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 8CD728FC13; Fri, 3 Oct 2008 22:58:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m93MsjSe014011; Fri, 3 Oct 2008 16:54:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 03 Oct 2008 16:55:38 -0600 (MDT) Message-Id: <20081003.165538.-1303461389.imp@bsdimp.com> To: gonzo@bluezbox.com From: "M. Warner Losh" In-Reply-To: <48E68E17.7090808@bluezbox.com> References: <48E68E17.7090808@bluezbox.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-mips@freebsd.org Subject: Re: Gxemul & FreeBSD/MIPS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 22:58:01 -0000 In message: <48E68E17.7090808@bluezbox.com> Oleksandr Tymoshenko writes: : Just to save time to somebody who's going to try it. Due to small : issue with gxemul (PCI registers values of piix controller are not : saved having been written) FreeBSD in gxemul panics after detecting : IDE devices. Apply this patch to fix it: : : http://people.freebsd.org/~gonzo/mips2/gxemul.diff I've taken the liberty of snagging the gxemul port from ports@ and adding this patch. gxemul 0.4.6.5_1 or newer will have this fix. Warner