From owner-freebsd-net@FreeBSD.ORG Mon Mar 6 16:04:38 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 780FD16A422 for ; Mon, 6 Mar 2006 16:04:38 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB90643D4C for ; Mon, 6 Mar 2006 16:04:33 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from smiley (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 8514E19F40; Mon, 6 Mar 2006 08:04:31 -0800 (PST) From: "Darren Pilgrim" To: "'Joerg Pulz'" Date: Mon, 6 Mar 2006 08:04:19 -0800 Message-ID: <002801c64137$a499afe0$672a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20060306103705.R28829@hades.admin.frm2> Importance: Normal Cc: 'Max Laier' , freebsd-net@freebsd.org Subject: RE: New version of iwi(4) - Call for testers X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 16:04:38 -0000 From: Joerg Pulz [mailto:Joerg.Pulz@frm2.tum.de] > On Sun, 5 Mar 2006, Darren Pilgrim wrote: > > From: Max Laier > >> > >> there have been a lot of problem reports with iwi(4) lately. > >> Can everybody who does have problems with it please take a look at: > >> > >> http://people.freebsd.org/~mlaier/new_iwi/ > > > > I'd be happy to give this a run, since I haven't had much luck doing > > things like cvsup over my 2915 with the drivers in _5, _6 and > > CURRENT. Looking at the tarball contents, do I just extract it into > > the top of my src tree? > > normally it would be enough to extract it into the top of the src tree, > but there is a MFC of src/sys/modules/Makefile rev 1.470 missing for > the now required firmware(9) subsystem. > On a RELENG_6 tree, you have to edit src/sys/modules/Makefile manually > to add "firmware" and "iwi_fw" to the list of modules to build. I was going to test against -CURRENT, but thanks for the heads up.