From owner-freebsd-current@FreeBSD.ORG Wed Dec 2 19:10:49 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 464FE106568D for ; Wed, 2 Dec 2009 19:10:49 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id EB5C98FC1C for ; Wed, 2 Dec 2009 19:10:48 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so104664qwb.7 for ; Wed, 02 Dec 2009 11:10:48 -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=QeWZQLnxfTdpMld1ki83OKLKkgaNciGAenFx7oPfA2M=; b=gpOEZTh2wmxSsWLPg0928SCyC5iIU1tm8rjEWTk0glHrezPe1kYI8RcBJRKJmYwMcn qNv03boXX3LzTBDc4t5YOZAo2Y4XulDmXDiMWcrzx4oDxSWgRVy4EaVqquXfXzJMvsmD V5TD4x9b7J0hhMvdt9OY8+KTp7U1WH27rxewQ= 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=ftWxHfMdMppTYcoLhX3CGxqwX+STJyTZNMyx6Tr1fEpknXPEQfyhSVtad+ScWMPx14 RPnlAu4i3PgMKl4JlQ0bHRzA5W8QGuTEUYte3/Al2r4V9hiFqCobG4jSB8EII0kPG68O DoLzLGDGZEUiATHb7hTLhEVsdPzigPZNqE93Q= Received: by 10.224.18.23 with SMTP id u23mr268205qaa.381.1259781048123; Wed, 02 Dec 2009 11:10:48 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 4sm3840700qwe.45.2009.12.02.11.10.46 (version=SSLv3 cipher=RC4-MD5); Wed, 02 Dec 2009 11:10:47 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Wed, 2 Dec 2009 11:10:44 -0800 From: Weongyo Jeong Date: Wed, 2 Dec 2009 11:10:43 -0800 To: Aditya Sarawgi Message-ID: <20091202191043.GC1479@weongyo> Mail-Followup-To: Aditya Sarawgi , current@freebsd.org References: <20091130034110.GD5432@weongyo> <4b151495.161bf30a.240b.28d6@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b151495.161bf30a.240b.28d6@mx.google.com> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD 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 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: Wed, 02 Dec 2009 19:10:49 -0000 On Tue, Dec 01, 2009 at 06:35:55PM +0000, Aditya Sarawgi wrote: > 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 > > > > One more thing can we add BCM4315 to the list of known devices. Please > see the attached patch. Applied in my local tree. Thanks you for reporting. regards, Weongyo Jeong