From owner-freebsd-stable@FreeBSD.ORG Mon Aug 11 00:47:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0CD37B401 for ; Mon, 11 Aug 2003 00:47:16 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8625E43FAF for ; Mon, 11 Aug 2003 00:47:16 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 7B14672DD4; Mon, 11 Aug 2003 00:47:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 7697472DD2; Mon, 11 Aug 2003 00:47:16 -0700 (PDT) Date: Mon, 11 Aug 2003 00:47:16 -0700 (PDT) From: Doug White To: Andris In-Reply-To: <007001c35f9d$2ef3f530$9470949f@multicom.lv> Message-ID: <20030811004400.K72106@carver.gumbysoft.com> References: <007001c35f9d$2ef3f530$9470949f@multicom.lv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: FW: module_register X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 07:47:17 -0000 On Mon, 11 Aug 2003, Andris wrote: > Hello! > > I have the same problem, whats up? This is normal -- you already have the miibus device compiled into your kernel for another ethernet device and the ed driver depends on the miibus module since it needs it. Error 17 means the necessary code is already loaded. If the message bothers you, either: 1. recompile your kernel, adding 'device ed' so you don't have to load the module in the first place. or 2. recompile your kernel, removing 'device miibus' and all ethernet devices that depend on it. Then when ed loads it will also successfully load miibus. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org