From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:39:14 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F4216A400; Thu, 16 Mar 2006 20:39:14 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D0243D53; Thu, 16 Mar 2006 20:39:14 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 0A3D41150A; Thu, 16 Mar 2006 21:39:12 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36271-01; Thu, 16 Mar 2006 21:39:04 +0100 (CET) Received: from [192.168.1.102] (unknown [83.141.123.158]) by smtp.xbsd.org (Postfix) with ESMTP id 53D32114B3; Thu, 16 Mar 2006 21:38:56 +0100 (CET) In-Reply-To: <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> References: <1142511875.823.83.camel@mayday.esat.net> <4419ACC7.2010009@FreeBSD.org> <1142533990.823.122.camel@mayday.esat.net> <4419C0F9.8010004@FreeBSD.org> <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> Mime-Version: 1.0 (Apple Message framework v746.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Florent Thoumie Date: Thu, 16 Mar 2006 21:38:32 +0100 To: ports@FreeBSD.org X-Mailer: Apple Mail (2.746.3) X-Virus-Scanned: amavisd-new at xbsd.org Cc: damien@FreeBSD.org, Sergey Matveychuk Subject: Re: RFC: New firmware ports for ipw(4) and iwi(4) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:39:14 -0000 On Mar 16, 2006, at 9:10 PM, Florent Thoumie wrote: > On Mar 16, 2006, at 8:48 PM, Sergey Matveychuk wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Florent Thoumie wrote: >>> If your iwi(4) driver depends on firmware(9) then you don't need >>> iwi-firmware anymore. Check the output of kldstat -v. >> >> There is no iwi_bss there. >> >>> >>>> Nothing changed. A firmware does not load with the same diagnostic. >>>> >>>> I have CURRENT a day or two old. >>> >>> An error message would help :-) >>> >> >> I'm not sure: >> >> firmware_get: failed to load firmware image iwi-bss >> iwi0: could not load firmware image 'iwi-bss' >> >> The lines repeated for four times. >> >> But I can 'kldload iwi_bss' after booting. But it's does not helps. > > I have the same bug, I think ipw(4) and iwi(4) should try to load > {ipw,iwi}_{bss,ibss,monitor}_fw, not just {ipw,iwi}_ > {bss,ibss,monitor}, or subr_firmware should add "_fw" itself > automatically. Well, not true, the module name and the firmware name were a bit confusing for me. Not sure why it doesn't work. I'm investigating. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer