From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 23:39:05 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B863916A41F for ; Thu, 13 Oct 2005 23:39:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 599A443D46 for ; Thu, 13 Oct 2005 23:39:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9DNbX3K078401; Thu, 13 Oct 2005 17:37:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 13 Oct 2005 17:38:42 -0600 (MDT) Message-Id: <20051013.173842.67102047.imp@bsdimp.com> To: rizzo@icir.org From: "M. Warner Losh" In-Reply-To: <20051013160014.A48952@xorpc.icir.org> References: <200510132251.00632.thierry@herbelot.com> <20051013.163647.106822892.imp@bsdimp.com> <20051013160014.A48952@xorpc.icir.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 13 Oct 2005 17:37:34 -0600 (MDT) Cc: freebsd-current@freebsd.org, thierry@herbelot.com Subject: Re: Loss of ed(4) in a RC1 booted in qemu X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 23:39:05 -0000 In message: <20051013160014.A48952@xorpc.icir.org> Luigi Rizzo writes: : On Thu, Oct 13, 2005 at 04:36:47PM -0600, M. Warner Losh wrote: : ... : > I've committed changes to -current to work on patched and unpatched : > versions of qemu. Here's my patches to qemu to implement the RTL8029 : > specific registers. Place them in files/patch-hw::ne2000.c of the : > emulators/qemu port. : > : > Warner : : > --- hw/ne2000.c~ Thu Oct 13 16:33:39 2005 : > +++ hw/ne2000.c Thu Oct 13 16:33:47 2005 : probably need to add qemu/ in front of the filename because : patch is invoked wiht -p1 ... Thanks! Warner