From owner-freebsd-drivers@FreeBSD.ORG Fri Jan 22 14:32:09 2010 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1601D1065670 for ; Fri, 22 Jan 2010 14:32:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id DD4168FC16 for ; Fri, 22 Jan 2010 14:32:08 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 8EEB646B53; Fri, 22 Jan 2010 09:32:08 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id A21578A026; Fri, 22 Jan 2010 09:32:07 -0500 (EST) From: John Baldwin To: freebsd-drivers@freebsd.org Date: Fri, 22 Jan 2010 09:30:11 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091231; KDE/4.3.1; amd64; ; ) References: <60E5C138-F61F-4F00-AC19-AD3CDC151451@gmail.com> In-Reply-To: <60E5C138-F61F-4F00-AC19-AD3CDC151451@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001220930.11859.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 22 Jan 2010 09:32:07 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: Intel PRO/Wireless 2100 DIY Bug Fix X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 14:32:09 -0000 On Friday 22 January 2010 3:59:10 am Jens Thiede wrote: > Hi all, > > I'm pretty new to FreeBSD. However, I think I might be able to create > a patch for the Intel PRO/Wireless 2100 bug (http://bit.ly/7SWIQr). > > Seems likely that there's simply a callback missing. I take it the API > might have changed a little lately. Is there documentation for the > wireless networking API? Or is that simply something that I have to > figure out myself? Also, is there a relevant channel on Freenode where > I could ask short questions? I'd really like to have this driver > working. > > All help is much appreciated. I think the folks who work on the wireless drivers are usually more active on the mobile@ list, so you can try asking there. Also, was this broken by the recent MFC to 8 of iwn(4)? -- John Baldwin