From owner-freebsd-current@FreeBSD.ORG Sun Feb 28 09:53:09 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 EDFED106564A for ; Sun, 28 Feb 2010 09:53:09 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-pz0-f196.google.com (mail-pz0-f196.google.com [209.85.222.196]) by mx1.freebsd.org (Postfix) with ESMTP id B897E8FC08 for ; Sun, 28 Feb 2010 09:53:09 +0000 (UTC) Received: by pzk34 with SMTP id 34so1272484pzk.3 for ; Sun, 28 Feb 2010 01:53:01 -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=mvlxmLVZFbmyd+ifEeV0gX949SJILJgzDsATTDZMmKU=; b=WonrJy+K+IBMRmtkmVNQXjSlDECuf3oAd0V/pe6+QtfxuVemxYbaArpJUKQUGPaUnl iDGCgAEeW1QLDusOHU0Z0VZ0cFVfPET7q5AI6A+fJeCuTe9aVVj5oZwnDcfJOfx4pQRq x5miQf4iP5gXkuLCs080mKLpZ/TV6V99C12Vc= 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=dG8oG+RjwtNI8O/KmVVST9Wbc7B2p35A7RzoYD9ymZzWdYbL0B2/rsTfV19P02wHeD rywRJJaewTNjzTCvk31jvWh9ckvbfqXhRkNdYIOUy6mWRpuEsKXs8Cop3Rv+L5uXr9ED ChNWrXfHqhHhsOnvNakBQHMi2ukJz2zTsyMeo= Received: by 10.142.248.9 with SMTP id v9mr1633249wfh.308.1267350781296; Sun, 28 Feb 2010 01:53:01 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 20sm2274719pzk.7.2010.02.28.01.52.59 (version=SSLv3 cipher=RC4-MD5); Sun, 28 Feb 2010 01:53:00 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Sun, 28 Feb 2010 01:52:59 -0800 From: Weongyo Jeong Date: Sun, 28 Feb 2010 01:52:59 -0800 To: Alex RAY Message-ID: <20100228095259.GB3536@weongyo> Mail-Followup-To: Alex RAY , current@freebsd.org References: <20091223035331.GA1293@weongyo> <4b31cb29.9413f30a.5f4a.ffff8382@mx.google.com> <20100226005115.GP14937@weongyo> <20100227011535.ed3f2486.ray@ddteam.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100227011535.ed3f2486.ray@ddteam.net> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: 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: Sun, 28 Feb 2010 09:53:10 -0000 On Sat, Feb 27, 2010 at 01:15:35AM +0200, Alex RAY wrote: > Hi Weongyo, > > Can new siba release operate in systems like in this SVG image? > System example: CPU BCM5836 + Wi-Fi BCM4318 Recent changes of siba(4) by myself doesn't change code flow, layout and doesn't include enhancements if you're an user of SENTRY5 mips CPU (like BCM5836) All I did on recent changes were to put common routines or codes which could be used for original siba(4). These codes are only used for bwn(4) driver currently and don't be merged with original siba(4). That means there are two separated codes in current siba(4) so merging two into one is a TODO. I have no idea current siba(4) supports a system using on CPU BCM5836 + Wi-Fi BCM4318 but in theory it should work without problems though I didn't test. > And can we compile siba bus code without pci code? I think it looks that it could be possible to compile without pci code. But makes sure that your device doesn't have PCI core. regards, Weongyo Jeong