From owner-freebsd-drivers@FreeBSD.ORG Fri Jan 22 09:27:34 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 A3C3E1065672 for ; Fri, 22 Jan 2010 09:27:34 +0000 (UTC) (envelope-from jensthiede@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 36D628FC18 for ; Fri, 22 Jan 2010 09:27:33 +0000 (UTC) Received: by ewy3 with SMTP id 3so1082789ewy.33 for ; Fri, 22 Jan 2010 01:27:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=XSNTT9OZ8vdVu7W16bbJxeL5BG+h7XsENGXUaKMK4SA=; b=bXLxrJi9fknSIBTkKecvMEKcjVuVF0suts1reSrRO/EbEC3IpIQj0KvxI15xuHj7F4 +1E3PLjzX4yN0Xw+pNN+5oAv6AwcVexGWFPLBE5rjauy7yNFBf18fRhFzi57pExGQU/j 3gsmtCDl5t3Bdbb3aiwtii8dWkrmA8T/DdCf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=QA7rTXS9fvo8wlrsxotXTRxohJCfSwGLXLOI1x6GqdOePWj+2lAeozkZNmNE/tHP35 PhXF7axsw8OTMz8MGguHMLofzQPkntp2saDG6x70O0opjEEtMtouxnD22YgztA1FVE8j 4jRFSctknqX+eEBbDXIS5E7eakzG8kzk3YXGI= Received: by 10.213.41.83 with SMTP id n19mr454064ebe.88.1264150757078; Fri, 22 Jan 2010 00:59:17 -0800 (PST) Received: from ?192.168.0.6? (iburst-41-213-76-34.iburst.co.za [41.213.76.34]) by mx.google.com with ESMTPS id 10sm2975861eyd.21.2010.01.22.00.59.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 22 Jan 2010 00:59:15 -0800 (PST) Message-Id: <60E5C138-F61F-4F00-AC19-AD3CDC151451@gmail.com> From: Jens Thiede To: freebsd-drivers@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Fri, 22 Jan 2010 10:59:10 +0200 X-Mailer: Apple Mail (2.936) Subject: 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 09:27:34 -0000 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.