From owner-freebsd-current@FreeBSD.ORG Sat Jan 2 21:49:23 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48D1E106566B for ; Sat, 2 Jan 2010 21:49:23 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id E92908FC17 for ; Sat, 2 Jan 2010 21:49:22 +0000 (UTC) Received: by qyk6 with SMTP id 6so6009836qyk.3 for ; Sat, 02 Jan 2010 13:49:16 -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=R6stZ3UWAlXASJABgk5Fbyukbkk1Y7UEJlq7na/nkek=; b=O1Dq9D9tlUdfE0pmjPt5j3s9kokKfgTxS5hrB26hYu7yYMOEzqVJduadITj/tNSqDj wlIyKswzLietFkAfICLgNL0bhioWz8tHeGRY1XBXuwQ2khMlgFfaocC+uWGj9iaXOXCd RSSiscSYtA+3inQ/4Y8ErkKabaOt31o424ESg= 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=iIDqvaveuGsaTAj0znifOHoO7bN94SJ0cBpd7HmU2YcrQSrpwLzHzB877kJUIOeY8h Cc2RG/gqAwmFQzXztyWp+qf1Xy7NGJdn+ghYHSFfV1tYra+zpHjMWZggr3B4cQH/n8+A UYHebTc/KlD2FYkEv0NrPygqEqu5CZwW1stEM= Received: by 10.224.58.81 with SMTP id f17mr3972135qah.24.1262468956474; Sat, 02 Jan 2010 13:49:16 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 20sm15059976qyk.9.2010.01.02.13.49.14 (version=SSLv3 cipher=RC4-MD5); Sat, 02 Jan 2010 13:49:15 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Sat, 2 Jan 2010 13:49:25 -0800 From: Weongyo Jeong Date: Sat, 2 Jan 2010 13:49:25 -0800 To: Bruce Simpson Message-ID: <20100102214925.GF1491@weongyo> Mail-Followup-To: Bruce Simpson , freebsd-current@freebsd.org References: <20091223035331.GA1293@weongyo> <20091226034930.GA11506@weongyo> <4B37B3FE.3030308@incunabulum.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B37B3FE.3030308@incunabulum.net> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: freebsd-current@freebsd.org 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: Sat, 02 Jan 2010 21:49:23 -0000 On Sun, Dec 27, 2009 at 07:22:38PM +0000, Bruce Simpson wrote: > On 26/12/2009 03:49, Weongyo Jeong wrote: > >Frankly speaking I didn't know siba(4) during I'd written ssb(4). It's > >my bad and I think you opinion is right to go forward though siba(4) > >missed 802.11 related codes. Before committing bwn(4) into tree I'd > >merge codes into siba(4) firstly. > > > > I wrote some of the siba(4) stuff originally, a few years ago, when > trying to get FreeBSD booting on the Netgear WGT824, which has a > Broadcom BCM5365P (aka Sentry5) embedded system processor, and contains > Sonics SiliconBackPlane for its onboard peripherals. > > I had based some of it off a patch I think David Young came up with for > NetBSD on the same beast. I got as far as getting the onboard bfe(4) to > do NEWBUS attachment on the siba(4) bus, but because I hadn't gotten IRQ > allocation/routing working on BCM5365P, bfe(4) didn't fully attach. > > Interestingly it looked like ubsec(4) might have worked with just a few > tweaks, for the otherwise ppoorly] [un]documented crypto hardware on the > Sentry5 chip. > > I believe other folk have taken what was there in the FreeBSD MIPS > branch and run with it since then, so siba(4) might be closer to > completion now. In HEAD it looks Makefile and siba.4 are missed and can't build it that it outputs some errors. Do you have the latest patches or sources to build or man page? Please let me know if you have to avoid duplicate works. And one another question is that are there drivers which uses siba(4) driver in HEAD? It could be helpful for me if I have some examples to use. regards, Weongyo Jeong