From owner-freebsd-net@FreeBSD.ORG Sun Sep 5 16:04:26 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B571065694 for ; Sun, 5 Sep 2010 16:04:26 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from honeysuckle.london.02.net (honeysuckle.london.02.net [87.194.255.144]) by mx1.freebsd.org (Postfix) with ESMTP id 4F8A08FC1A for ; Sun, 5 Sep 2010 16:04:26 +0000 (UTC) Received: from unknown (94.193.93.212) by honeysuckle.london.02.net (8.5.124.10) id 4C655360009D7421 for freebsd-net@freebsd.org; Sun, 5 Sep 2010 16:53:17 +0100 Date: Sun, 5 Sep 2010 16:53:08 +0100 From: Bruce Cran To: freebsd-net@freebsd.org Message-ID: <20100905165308.00000d99@unknown> X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: mwl(4) depends on non-existant mwlfw_fw (mwlfw doesn't implement mwlfw_fw) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2010 16:04:27 -0000 Hi, I was trying to help someone on IRC with a card that should be supported by the mwl(4) driver, but it seems it's broken: mwlfw(4) doesn't implement mwlfw_fw which if_mwl depends on ("MODULE_DEPEND(mwl, mwlfw_fw, 1, 1, 1);"). Should it be trying to load mw88W8363fw dynamically instead? The same error appears to be in malo(4) too - and neither mwlfw(4) or malofw(4) are installed during an installkernel despite mwl(4) and malo(4) being installed. malo(4) should also be updated to list "device malofw" in the top section. malofw(4) doesn't exist yet. -- Bruce Cran