From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 05:34:13 2003 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 A95EB37B401 for ; Sat, 26 Apr 2003 05:34:13 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C605643F93 for ; Sat, 26 Apr 2003 05:34:12 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h3QCXsNY018029; Sat, 26 Apr 2003 07:33:54 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h3QCXsgc018026; Sat, 26 Apr 2003 07:33:54 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sat, 26 Apr 2003 07:33:54 -0500 (CDT) From: Eduardo Viruena Silva To: Julien Rebetez In-Reply-To: <20030426062421.D17410@Gina.esfm.ipn.mx> Message-ID: <20030426073109.K17984@Gina.esfm.ipn.mx> References: <200304261312.22824.julien.r@bluewin.ch> <20030426062421.D17410@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Kernel compilation error 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: Sat, 26 Apr 2003 12:34:14 -0000 On Sat, 26 Apr 2003, Eduardo Viruena Silva wrote: > > which is more explict... > > You must include a line saying: > > device miibus > > in your kernel definition. It is needed by your ethernet cards. > > Eduardo. > > There is another problem. Look at the line: device umass # Disks/Mass storage - Requires scbus and da you are not including: device scbus device da in your kernel description. After this, your kernel will compile.