From owner-freebsd-questions Tue Jan 25 9:54:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id B0E981533E for ; Tue, 25 Jan 2000 09:53:55 -0800 (PST) (envelope-from sarig@bezeqint.net.il) Received: from bezeqint.net.il ([212.25.119.128]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with ESMTP id <0FOW003UOK3CJE@mail.bezeqint.net> for questions@freebsd.org; Tue, 25 Jan 2000 19:47:42 +0200 (IST) Date: Tue, 25 Jan 2000 19:47:02 +0200 From: Oren Sarig Subject: Re: Boot process, kernel.conf, and "di" commands To: Kevin Oberman Cc: questions@freebsd.org Message-id: <388DE196.46F828BA@bezeqint.net.il> MIME-version: 1.0 X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.3-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <200001251640.IAA09898@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG di = disable interface (or the like) Remember when you installed, and you disabled devices in that black screen? Remember you told installation to save the changes? Well, these are the commands it put in the kernel.conf script to always disable these devices. If you removed these devices from your kernel, you can remove the appropriate lines from the file. If there are devices there you DO want, remove them from that file too. -- Oren Sarig sarig@bezeqint.net.il Kevin Oberman wrote: > > I'm trying to figure out a bit of how the boot process works. I've > gotten quite a bit of information from the man pages and the handbook, > but I still am missing something. > > First, I'm running 3.4-RELEASE. > > When I boot I used to get a bunch of lines on the order of: > config> di zp0 > config> di ze0 > config> di lnc0 > config> di le0 > config> di ie0 > config> di fe0 > config> di ex0 > config> di ed0 > config> di cs0 > config> di wt0 > config> di mcd0 > config> di matcdc0 > config> q > > This looks a lot like a list of NIC cards, although not all of > the ones supported by FreeBSD. Perhaps those which need pccard > support? > > In any case, I rebuilt my kernel and commented out all of the cards I > know I didn't have and I now get: > config> di zp0 > No such device: zp0 > Invalid command or syntax. Type `?' for help. > config> di ze0 > No such device: ze0 > Invalid command or syntax. Type `?' for help. > and so on. > > I found that the file kernel.conf seems to have these commands, but > what are they? Do I need them for pccard NICs? My laptop has a Xircom > card and I have configured it into my kernel (although I have yet to > boot it). Do I need a "di xe0" in my kernel.conf file? Is there a man > page for what ever program is generating the 'config> ' prompts? > > Any clues appreciated. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > > 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