From owner-freebsd-embedded@FreeBSD.ORG Mon Jan 12 19:57:28 2015 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 348C8984 for ; Mon, 12 Jan 2015 19:57:28 +0000 (UTC) Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com [209.85.160.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF7AB342 for ; Mon, 12 Jan 2015 19:57:27 +0000 (UTC) Received: by mail-yk0-f173.google.com with SMTP id 19so10137581ykq.4 for ; Mon, 12 Jan 2015 11:57:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=Q2my3OeSS+Usl39E0Q+pG8LrFeid9wQx2xkr8AdACIw=; b=I8mkPuP/Czt7b/KEu650hmn8YJdJY+8zg47EVY6/IvxCLaKe0dFdRzHenT/Bf2WOJR qxg1jGZ5EWwx1kZJX7YVPLgCX5B/OtW2e+n6rBVHTt1/PYdmzEssLp99K8cE61Em7kSk PYGincfGhpnOOmaQMXRVph3Jc/A7Ct+CUprJ9Camzd7qXZOL5mzVE9Ab9agvgr0Z9PGi UAdzVnq073lxrprMVf9HxUtXLFvGDkROnYcdQqYU5NFqHVvzarqueJMBGvpQoR/aFiFW iij/FCwMnIoOC21uQufam5Mw+1vPgh8ZFYt4CjWxHtI21kiw+XwP+2QaPZLY1qNGb7mi 3TpQ== X-Gm-Message-State: ALoCoQn7v7S2z55wTBdtcwX9zu6KofRFw03CTv/G8o6fVmUxzsZg/axVZD1U43bv8eofcLpupQBf MIME-Version: 1.0 X-Received: by 10.236.32.8 with SMTP id n8mr24206450yha.74.1421090905935; Mon, 12 Jan 2015 11:28:25 -0800 (PST) Received: by 10.170.35.20 with HTTP; Mon, 12 Jan 2015 11:28:25 -0800 (PST) Date: Mon, 12 Jan 2015 20:28:25 +0100 Message-ID: Subject: Patch to replace part of common bus code with one function. From: Zbigniew Bodek To: Nathan Whitehorn , Ian Lepore Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org, freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 19:57:28 -0000 Hello all, I would like to share a patch that groups some portion of common bus code into one function that can be then reused. You can check it out in Phabricator https://reviews.freebsd.org/D1504 Feel free to test the patch and send your comments as well as remarks. Best regards zbb