From owner-freebsd-stable@FreeBSD.ORG Wed Dec 2 19:03:12 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 DE0B31065746 for ; Wed, 2 Dec 2009 19:03:12 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mx01.netsrc.de (mx01.netsrc.de [89.107.71.100]) by mx1.freebsd.org (Postfix) with ESMTP id 985B18FC19 for ; Wed, 2 Dec 2009 19:03:12 +0000 (UTC) Received: from maja.lab.techwires.net (p54B4CB39.dip.t-dialin.net [84.180.203.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.netsrc.de (Postfix) with ESMTP id 04C42192FD9; Wed, 2 Dec 2009 20:03:11 +0100 (CET) Received: from maja.lab.techwires.net (localhost [127.0.0.1]) by maja.lab.techwires.net (8.14.3/8.14.3) with ESMTP id nB2J3LSt026800; Wed, 2 Dec 2009 20:03:22 +0100 (CET) (envelope-from bschmidt@techwires.net) Received: (from bschmidt@localhost) by maja.lab.techwires.net (8.14.3/8.14.3/Submit) id nB2J3Kp9026799; Wed, 2 Dec 2009 20:03:21 +0100 (CET) (envelope-from bschmidt@techwires.net) X-Authentication-Warning: maja.lab.techwires.net: bschmidt set sender to bschmidt@techwires.net using -f From: Bernhard Schmidt To: freebsd-stable@freebsd.org Date: Wed, 2 Dec 2009 20:03:19 +0100 User-Agent: KMail/1.12.3 (FreeBSD/9.0-CURRENT; KDE/4.3.3; amd64; ; ) References: <4ad871310912011639g663ff833mf5bf0dcfd6bbbd72@mail.gmail.com> <20091202172458.GA20539@slackbox.xs4all.nl> In-Reply-To: <20091202172458.GA20539@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200912022003.20317.bschmidt@techwires.net> Cc: Roland Smith Subject: Re: iwn(4) 5100 - Estimation for MFC of r198429? 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: Wed, 02 Dec 2009 19:03:12 -0000 On Wednesday 02 December 2009 18:24:58 Roland Smith wrote: > On Tue, Dec 01, 2009 at 07:39:37PM -0500, Glen Barber wrote: > > Hi, > > > > I've been using the iwn(4) driver contributed by Bernhard Schmidt with > > my Intel 5100 AGN card on 8-STABLE since he announced the > > availability. It was committed to -CURRENT as of r198429. There is > > no mention of MFC in the commit log. Are there plans to MFC this > > driver to 8-STABLE for a wider testing base? > > Hear, hear. > > I've got a 5100 AGN in a laptop. I'd like to test it as well, without > switching to -CURRENT. > > If I just got the files mentioned in the commit* and add/replace them in my > source tree, it looks like it should work. Or am I missing something? > > Roland > > * http://svn.freebsd.org/viewvc/base?view=revision&revision=198429 Yep, that should work, though it is probably better and easier if you use the svn version. It also contains several fixes. Installation instructions: http://forums.freebsd.org/showpost.php?p=47627&postcount=16 -- Bernhard