From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 19:59:56 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 3ED1F16A41F for ; Thu, 13 Oct 2005 19:59:56 +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 95F4043D46 for ; Thu, 13 Oct 2005 19:59:55 +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 j9DJvgd8076502; Thu, 13 Oct 2005 13:57:47 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 13 Oct 2005 13:58:51 -0600 (MDT) Message-Id: <20051013.135851.02300147.imp@bsdimp.com> To: thierry@herbelot.com From: "M. Warner Losh" In-Reply-To: <200510131859.03307.thierry@herbelot.com> References: <055201c5d012$2c8ca250$1700a8c0@failure> <20051013.103917.03114813.imp@bsdimp.com> <200510131859.03307.thierry@herbelot.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 13 Oct 2005 13:57:48 -0600 (MDT) Cc: freebsd-current@freebsd.org 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 19:59:56 -0000 In message: <200510131859.03307.thierry@herbelot.com> Thierry Herbelot writes: : Le Thursday 13 October 2005 18:39, M. Warner Losh a =E9crit : : > In message: <055201c5d012$2c8ca250$1700a8c0@failure> : > : > "Joshua Coombs" writes: : > : Interesting. I wonder if this MFC means my 8019 will support ful= l : > : duplex under FreeBSD? The NetBSD 'ne' driver has access to softw= are : > : based media selection, it'd be nice to have access to an ISA nic = that : > : handled full-duplex properly. : > : > That's the idea. : > : > Warner : = : Hello, : = : Just FYI, I've just checked that I have the full complement of boards= (ISA ne2 = : at isa0 port 0x280/32 irq 9 under Open, PCI under ??? and PCMCIA runn= ing = : flawlessly under both FreeBSD current and post 6.0-RC1) : = : I planned to convert the old OpenBSD machine (with the ISA board) to = at least = : dual-boot with FreeBSD-6.0, but as I use qemu to prepare the partitio= n image, = : I'm a bit stuck for now. : = : Is there an iso image for a recent -current ? I had a look at the for= mer = : japanese snapshot site, but it seems to only follow 5.4-Stable. I'll be fixing this in the next day or three and it will be MFC'd from head into RC2 when that happens. I'm not sure where the snapshots are, but there's a patch floating around to get around the qemu issue just posted if you can't wait. I plan on trying it now with RC1. I also plan on looking into the ne2000.c emulation to see why things are failing (eg, is it a flaw in the RTL8029 emulation, or a flaw in if_ed somewhere). Warner