FW: module_register

Doug White dwhite at gumbysoft.com
Mon Aug 11 00:47:17 PDT 2003


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 at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-stable mailing list