From owner-freebsd-stable@FreeBSD.ORG Mon Jan 19 17:45:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3EED106564A for ; Mon, 19 Jan 2009 17:45:08 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id C385A8FC24 for ; Mon, 19 Jan 2009 17:45:08 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n0JHDNC2059224 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jan 2009 09:13:23 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <4974B4B2.5020308@freebsd.org> Date: Mon, 19 Jan 2009 09:13:22 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Jan Henrik Sylvester References: 179b97fb0901181217v475a4a6aw127634c4c472266@mail.gmail.com <4973AE61.2040805@janh.de> In-Reply-To: <4973AE61.2040805@janh.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: stable-list freebsd Subject: Re: iwn driver on 7.1 [no vaps in RELENG_7] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 17:45:11 -0000 Jan Henrik Sylvester wrote: > Torfinn Ingolfsen wrote: >> On Sun, 18 Jan 2009 14:17:39 -0600 >> Brandon Gooch wrote: >> >>> I have a working driver for the Intel 4965, aka iwn(4), loaded on my >>> Lenovo X300 running FreeBSD 7.1-RELEASE (amd64). >> >> FWIW, I am using the latest perforce version of the iwn driver as >> documented here[1] on a ThinkPad T61 running FreeBSD 7.1-stable / i386 - >> no modifications necessary. It works great. >> I just use the p4fetch.rb script to get the driver. >> >> HTH >> >> References: >> 1) http://clearchain.com/wiki/iwn > > Since from that address, you are using the latest version of the > benjsc perforce branch, you are probably using the same as I, since I > took the initial version from the sam_vap branch (before vap got > introduced). > > I do not know how far it is, but there is vap_releng7 in the sam > perforce and projects/vap7 in svn on which Sam Leffler is actively > working: > http://lists.freebsd.org/pipermail/svn-src-projects/2009-January/thread.html > > > I would like to have if_iwn working on a otherwise unmodified > 7.1-RELEASE-pX and help to test it, but maybe waiting on sam to bring > vap to 7 would be a better way to go. vaps will never be committed to RELENG_7 due to API/ABI constraints. However that svn branch is operational and being maintained as it's used by multiple people. I considered bringing back iwn (it's just copying the bits); will add it to my TODO list. OTOH iwn is now out of date and someone needs to update it. There's newer firmware that is supposed to fix many of the bugs I hit when I worked on the driver (and Intel refused to acknowledge) and obsd has added support for newer parts that people want. It'd be great if someone wanted to take over this driver. Sam