From owner-freebsd-current@FreeBSD.ORG Sun Feb 28 07:41:06 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB0D106564A; Sun, 28 Feb 2010 07:41:06 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3578FC23; Sun, 28 Feb 2010 07:41:06 +0000 (UTC) Received: by pwj7 with SMTP id 7so1152620pwj.13 for ; Sat, 27 Feb 2010 23:40:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=wxG23TE7nrxEzGEBqlqW4TvvX8+VWl8RulKqpnpAM3k=; b=gmd9wRN7DXsy3mjLbg5v5X2E8IJd+z6b7JUa24V8BAvI3qcFjJ1peHDHah3YHhAbk8 zaUAcUN1JGTcw41S/xyQTEs9lkznPBA8JeBsWEgh1rj6NxdvHSKsafNKKtRKg/sBaErH gd3HcE/Z7GmQrmNo2VIUpzyGd3cXEOWShIU3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=uJY6JdNg8eCJiCp1ffW5Bo5jHF2cimytHGNSRi67wN0Fb+JOdnURqG0MGRit0qlQZ0 1Q95G7bEqp5kfUAKrLo4lun5rFlfF++3zwdpYisXuj0atQQt6wXpeX2a9KFxOlN/TJDr 7Q8dEySe1RmErBTfquE3+F7gq8McO+GZHqU0o= Received: by 10.141.53.18 with SMTP id f18mr1546756rvk.121.1267342858795; Sat, 27 Feb 2010 23:40:58 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 21sm2129886pzk.8.2010.02.27.23.40.57 (version=SSLv3 cipher=RC4-MD5); Sat, 27 Feb 2010 23:40:57 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Sat, 27 Feb 2010 23:40:56 -0800 From: Weongyo Jeong Date: Sat, 27 Feb 2010 23:40:56 -0800 To: d@delphij.net Message-ID: <20100228074056.GA3536@weongyo> Mail-Followup-To: d@delphij.net, Aditya Sarawgi , current@freebsd.org, gnemmi@gmail.com, attilio@freebsd.org, spikey.it@gmail.com References: <20091223035331.GA1293@weongyo> <4b31cb29.9413f30a.5f4a.ffff8382@mx.google.com> <20100226005115.GP14937@weongyo> <4B886572.7090600@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B886572.7090600@delphij.net> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: attilio@freebsd.org, Aditya Sarawgi , gnemmi@gmail.com, current@freebsd.org, spikey.it@gmail.com Subject: Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 07:41:06 -0000 On Fri, Feb 26, 2010 at 04:21:06PM -0800, Xin LI wrote: > Hi, Weongyo, > > On 2010/02/25 16:51, Weongyo Jeong wrote: > > FYI bwn(4) driver is committed into FreeBSD tree. I think the driver > > supports your LP PHY device. After cvsup please try to rebuild siba_bwn > > and bwn modules. > > > > Could you please test with it? Please let me know and send me your > > full dmesg when you encounters the following problems: > > > > - if the driver doesn't work or is unstable. > > - if it prints debugging or verbose messages. > > Great! Thanks for the work! > > Is it possible to MFC the work back to 8-STABLE at some point? Of course yes. AFAIK it could be compiled and works without problems on 8-STABLE; I checked it. :-) > A colleague of mine has tried to compile the code on 8-STABLE but seems > that it's using some new API I guess... I've asked him to try a > 9-CURRENT kernel but the Atom based netbook would take some while to > compile the code =-) Thank you. regards, Weongyo Jeong