Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2003 00:47:16 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Andris <andris@multicom.lv>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: FW: module_register
Message-ID:  <20030811004400.K72106@carver.gumbysoft.com>
In-Reply-To: <007001c35f9d$2ef3f530$9470949f@multicom.lv>
References:  <007001c35f9d$2ef3f530$9470949f@multicom.lv>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811004400.K72106>