From owner-freebsd-questions Fri May 28 11:34: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from albert.osu.cz (albert.osu.cz [195.113.106.11]) by hub.freebsd.org (Postfix) with ESMTP id 3AC4E14DC5 for ; Fri, 28 May 1999 11:33:44 -0700 (PDT) (envelope-from belkovics@albert.osu.cz) Received: from localhost (belkovics@localhost) by albert.osu.cz (8.9.2/8.9.2) with ESMTP id UAA02884; Fri, 28 May 1999 20:33:40 +0200 (MET DST) (envelope-from belkovics@albert.osu.cz) Date: Fri, 28 May 1999 20:33:40 +0200 (MET DST) From: Josef Belkovics To: Alex Nygren Cc: Alex Nygren , freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Config Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 28 May 1999, Alex Nygren wrote: > Thanks for the help. > > It looks like the file is /kernel.conf, and when I look to edit it; it is > just a list of values: > > di ze0 > di lnc0 > di le0 > di ie0 > di fe0 > di ep0 > di cs0 > di wt0 > di scd0 > di mcd0 > di matcdc0 > di bt0 > di aha0 > q > > Where can I find info on how to modify it; I don't see the device that I > need to modify, ed0. Any ideas? Info probably does not exist. But commands are from boot -c. di ed0 means disable ep0. en ed0 means enable enable ed0 etc. Use boot -c => line config (not visual) and all will be clear. po ed0 0x300 set up port etc. > THanks, > Alex > > On Fri, 28 May 1999, Josef Belkovics wrote: > > > You must manually made changes into /boot/kernel.conf (maybe name isn't > > correct, but look on /boot). In old good times fbsd did it alone, but now > > you must a bit work. > > > > > I am a FreeBSD newbie, and am having some trouble making my driver > > > changes stick. FreeBSD seems to recognize my NE2000 card on irq 10, > > > port 0x280. However the card is at irq 11, port 0x280. So, I boot up > > > with boot -c, manually configure the card in visual mode and, of course, > > > tell the kernel not to load the drivers I do not need. When I save my > > > changes with 'q' it boots up fine, and the card works perfect! However, > > > when I reboot, the kernel loads every driver up, and defaults back to > > > irq 10 for my NE2000. How can I make the configuration changes I make > > > "stick"? I would be most appreciative for any information. I am sure > > > it's quite trivial, I just don't know where to look. If some one could > > > reply back to me at my private email (I am not a subscriber to this > > > list) of where I might be able to find the info on how to do this, or > > > just how to do this it would be great! > > > > > > Thanks in advance, > > > > > > Alex Nygren > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message