From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 20:03:46 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E074316A4CE for ; Wed, 20 Apr 2005 20:03:46 +0000 (GMT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id F345C43D2D for ; Wed, 20 Apr 2005 20:03:45 +0000 (GMT) (envelope-from yb@bashibuzuk.net) Received: from cc.bashibuzuk.net (pha75-4-82-66-87-70.fbx.proxad.net [82.66.87.70]) by postfix3-1.free.fr (Postfix) with ESMTP id 99CAA17355F for ; Wed, 20 Apr 2005 22:03:43 +0200 (CEST) Received: from cc.bashibuzuk.net (localhost [127.0.0.1]) by cc.bashibuzuk.net (8.13.1/8.13.1) with ESMTP id j3KK3pOB040498 for ; Wed, 20 Apr 2005 22:03:51 +0200 (CEST) (envelope-from yb@bashibuzuk.net) Received: (from yb@localhost) by cc.bashibuzuk.net (8.13.1/8.13.1/Submit) id j3KK3p7l040497 for freebsd-current@freebsd.org; Wed, 20 Apr 2005 22:03:51 +0200 (CEST) (envelope-from yb@bashibuzuk.net) X-Authentication-Warning: cc.bashibuzuk.net: yb set sender to yb@bashibuzuk.net using -f Date: Wed, 20 Apr 2005 22:03:51 +0200 From: Yann Berthier To: freebsd-current@freebsd.org Message-ID: <20050420200351.GV76080@bashibuzuk.net> Mail-Followup-To: freebsd-current@freebsd.org References: <000b01c545dc$5dbf0a90$0300a8c0@COMETE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000b01c545dc$5dbf0a90$0300a8c0@COMETE> X-Operating-System: FreeBSD 6.0-CURRENT User-Agent: Mutt/1.5.9i Subject: Re: New wireless drivers committed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 20:03:47 -0000 On Wed, 20 Apr 2005, Damien Bergamini wrote: > I've recently imported four new wireless drivers into the tree: Yeeha :) > ipw(4) and iwi(4) both require firmwares to operate. > These firmwares can't be redistributed with the base system due to > license restrictions. See firmware licensing terms here: > http://ipw2100.sourceforge.net/firmware.php?fid=4 > Ports which include the firmware images as well as the firmware loader > are being worked on. If I may ask: is the firmware not 'autoloaded' on OpenBSD by the driver itself ? If so, what's wrong with this approach ? > iwi(4) - IBSS support is not yet implemented. > Monitor and HostAP modes are not supported due to firmware ^^^^^^^ that's unfortunate Many thanks indeed ! - yann