From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 02:51:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB0E116A4CE for ; Sun, 7 Nov 2004 02:51:49 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919C143D45 for ; Sun, 7 Nov 2004 02:51:49 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <20041107025146016000uqs5e>; Sun, 7 Nov 2004 02:51:46 +0000 Received: from [192.168.0.3] (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 3561F16E; Sat, 6 Nov 2004 21:51:46 -0500 (EST) Message-ID: <418D8DC3.9060308@trini0.org> Date: Sat, 06 Nov 2004 21:51:47 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.8 (X11/20041015) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <418D8887.1020105@trini0.org> <20041107024320.GB66864@xor.obsecurity.org> In-Reply-To: <20041107024320.GB66864@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsdquestions Subject: Re: FreeBSD 5.3 and ed0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 02:51:50 -0000 Kris Kennaway wrote: >On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote: > > >>Im trying to move from FreeBSD 4.10 to 5.3. >>When I used to install 3.x/4.x on this box, I would configure >>the network card during the install process. >>According to the manual, the device config part of the install, >>was taken out, but the network card doesnt get identified by FreeBSD 5.3. >>I tried selecting #6 during the install boot menu, >>and entered -> >>boot -c >>in the hopes to get the device config screen, but I didn't get that. >>Is it possible to get that pre FBSD 5.x device config screen, >>or is there some way to configure that network card during the install >>process?? >> >> > >I believe you can set a hint variable from the loader prompt. The >defaults are: > >hint.ed.0.at="isa" >hint.ed.0.disabled="1" >hint.ed.0.port="0x280" >hint.ed.0.irq="10" >hint.ed.0.maddr="0xd8000" > >Kris > > I'll give this a shot. Thanks