From owner-freebsd-current@FreeBSD.ORG Tue Dec 1 13:20:40 2009 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 39CF0106566C; Tue, 1 Dec 2009 13:20:40 +0000 (UTC) (envelope-from sarawgi.aditya@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id 06D2E8FC2F; Tue, 1 Dec 2009 13:20:39 +0000 (UTC) Received: by pxi28 with SMTP id 28so3587959pxi.7 for ; Tue, 01 Dec 2009 05:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=vPxkYxRWsvmGmQKAm1zUcnKj7RS1TmnT4tN08iRXQH4=; b=MlXmFWGdL2+wUwiw2ea0vo8XL+lJzGq2C6wv1+uoQOARw761+fmSeqY4hoVlb1cLQ7 hYWPovgtUdRIYdBymrYSsVTwgs5FJTtRFWCZhZv9rhiUY0uQkjUSwRCu67UKzYp2jP98 n8eCgBwD93W07aHTxT3COKfTUbQfuSjy1jCds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=LFUjGK2u50WhDQUdyWMrEvB8/BI+67O/YfFaqSD6PGo6xJZh0WcNnM5h/ViDhDVVoV o83y0MRzUx/FsIEgX1h6vs/cgup2fp9hD/t41/KLjVGVxFlNmd009uXVnraxcOiYnAH6 N9okmYHQ0yPWUzmRc9dDg7DjngMcT6hHSfOSU= Received: by 10.114.248.7 with SMTP id v7mr10789447wah.92.1259671872826; Tue, 01 Dec 2009 04:51:12 -0800 (PST) Received: from ([111.125.238.4]) by mx.google.com with ESMTPS id 23sm541044pxi.13.2009.12.01.04.51.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Dec 2009 04:51:12 -0800 (PST) Date: Tue, 1 Dec 2009 18:21:42 +0000 From: Aditya Sarawgi To: Weongyo Jeong Message-ID: <4b151140.171bf30a.2f61.3fa2@mx.google.com> References: <20091130034110.GD5432@weongyo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091130034110.GD5432@weongyo> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: current@freebsd.org Subject: Re: Call For Review: Sonics Silicon Backplane(SSB) driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 13:20:40 -0000 On Sun, Nov 29, 2009 at 07:41:10PM -0800, Weongyo Jeong wrote: > Hello, > > I've written a Sonics Silicon Backplane driver which is widely used for > Broadcom Wireless driver that bwi(4) can use this driver though it has > its own routines in it. > > I don't have any knowledge to write a bus driver like this so I'm not > sure my approach is correct. Please review! > > You can download a driver at: > > http://people.freebsd.org/~weongyo/ssb_20091129.tar.gz > > regards, > Weongyo Jeong > Hi, I have a 'Broadcom Wireless b/g (BCM4315/BCM22062000)' and I tested your work. After loading the ssb kernel module, dmesg gives ssb0: mem 0xf4000000-0xf4003fff irq 19 at device 0.0 on pci6 This card doesn't work with the bwi driver so I'm looking foward to test your bwn driver. -- Aditya Sarawgi