From owner-freebsd-stable Mon Jun 19 10:10: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 95F8C37BCE3; Mon, 19 Jun 2000 10:10:01 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id KAA02535; Mon, 19 Jun 2000 10:10:00 -0700 (PDT) (envelope-from rjoseph) Date: Mon, 19 Jun 2000 10:10:00 -0700 From: R Joseph Wright To: Mike Smith Cc: freebsd-stable@FreeBSD.ORG Subject: Re: kerneld for FreeBSD Message-ID: <20000619101000.A2512@manatee.mammalia.org> References: <200006181115.NAA59468@gits.dyndns.org> <200006182332.QAA05420@mass.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006182332.QAA05420@mass.osd.bsdi.com>; from msmith@FreeBSD.ORG on Sun, Jun 18, 2000 at 04:32:48PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 18, 2000 at 04:32:48PM -0700, Mike Smith wrote: > > > > > > > I built a kernel without 'device miibus' and 'device xl' and it > > > automatically loaded the drivers when I manually did 'ifconfig'. But > > > it didn't load them from rc.conf, where I have my ethernet card > > > configured like so: > > > > > > ifconfig_xl0="inet 216.231.50.6 netmask 255.255.255.0" > > > defaultrouter="216.231.50.1" > > > > > > So I put the drivers back in the kernel. > > If you want the module to be autoloaded, you also need to add it to the > network_interfaces varable, eg. > > network_interfaces="xl0 lo0" > > As otherwise the startup scripts don't know to do anything about it. > Thanks, that worked! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message