From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 6 23:09:05 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB4616A4CF; Sun, 6 Mar 2005 23:09:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FB643D2D; Sun, 6 Mar 2005 23:09:04 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j26N94SR007702; Sun, 6 Mar 2005 23:09:04 GMT (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j26N9476007698; Sun, 6 Mar 2005 23:09:04 GMT (envelope-from sobomax) Date: Sun, 6 Mar 2005 23:09:04 GMT From: Maxim Sobolev Message-Id: <200503062309.j26N9476007698@freefall.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 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 23:09:05 -0000 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