From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 26 20:33:12 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0E5DC5C for ; Wed, 26 Feb 2014 20:33:12 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB12A18DA for ; Wed, 26 Feb 2014 20:33:12 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id i4so1450911oah.36 for ; Wed, 26 Feb 2014 12:33:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rcMxTIWNKePTkp+jr5hwes+Zaincv1eTvkPKpgxOdJI=; b=TAscbMxaf8cJLI+BWqun7RgoLTrCzk01Q3Sgc2Shagl/Anp+BqnbATSr5US0hTpj44 Qlki9Os+aV6r+CZpaEi8mwo5gfWxJym6WSKDcQ7bRop4mm1EMRXbZxxObOE6ibNyLijw zfFa1sTKkhCE2Ef26oaqeLSghIrj+oWSI7Ksx0FPRZqaTvr0oGn9/+B/kDZlfRHoZVGP i0nhOJv4K+ubP+7lJ+jDggZFsFy2e3v7v4bSkEtdGYfoD5RmP/0LyGMN10mJBR3Qnirz tefPwVPUUsO+3qg/AVpQ78koSjrpUVUhFuYqQ/KsjASk0qPUJCttLr3MqDMlgy9DVsBk tupQ== MIME-Version: 1.0 X-Received: by 10.182.149.168 with SMTP id ub8mr2461946obb.74.1393446792102; Wed, 26 Feb 2014 12:33:12 -0800 (PST) Received: by 10.76.130.196 with HTTP; Wed, 26 Feb 2014 12:33:12 -0800 (PST) In-Reply-To: References: Date: Wed, 26 Feb 2014 15:33:12 -0500 Message-ID: Subject: Re: [PATCH] Add MSI support to puc(9) From: Ryan Stone To: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 20:33:13 -0000 Oops, I just realized that when I pulled the patch from our internal tree and applied it to head that pucdata.c was not patched correctly. I have corrected the patch and uploaded a new version.