Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2005 23:09:04 GMT
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        avg@icyb.net.ua, sobomax@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/47152: pseudo-device ef in kernel does not create ethernet interfaces
Message-ID:  <200503062309.j26N9476007698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: pseudo-device ef in kernel does not create ethernet interfaces

State-Changed-From-To: open->closed
State-Changed-By: sobomax
State-Changed-When: Sun Mar 6 23:04:54 GMT 2005
State-Changed-Why: 
You problem has been caused by the fact that previously driver required that
at least one of the supported frame types should be enabled in the kernel
config. If neither of them has been enabled then clone() function is not
called and as a result you don't see any of those sub-interfaces. This
problem has not been happening with module since module's makefile were enabling
all of those frame types silently.

I've fixed the problem, so that from now on if none of frame types is enabled
explicitly then support for all of them will be compiled into the kernel.

Thank you for reporting!

http://www.freebsd.org/cgi/query-pr.cgi?pr=47152



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