From owner-svn-src-all@FreeBSD.ORG Sun Oct 16 01:26:07 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56241065672; Sun, 16 Oct 2011 01:26:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1948FC17; Sun, 16 Oct 2011 01:26:07 +0000 (UTC) Received: by gyd8 with SMTP id 8so2721704gyd.13 for ; Sat, 15 Oct 2011 18:26:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=FEGnDoLQDHeeh39La+GkVae0bTcNyNNLXDm+lCLQ6f8=; b=vAVpQ/MRBFxIHKF1OjjoW6ppHA30HpZvTfGpLAH+xgXH/56M4Xw/Q1B7U4CAhGqDdf z1XuhSxJuMKdB8TLVjDiPJHF8K+WyU7y9rH/FPwqtnjafSDIPXxsCmy7LZ0Ki9PHdibT QJcaXblT7DO8kqvcDIQH+km0LPHSFLLYd1Qhw= MIME-Version: 1.0 Received: by 10.236.186.2 with SMTP id v2mr2607073yhm.83.1318728366641; Sat, 15 Oct 2011 18:26:06 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.95.147 with HTTP; Sat, 15 Oct 2011 18:26:06 -0700 (PDT) In-Reply-To: <201110152315.p9FNFtbM035080@svn.freebsd.org> References: <201110152315.p9FNFtbM035080@svn.freebsd.org> Date: Sun, 16 Oct 2011 09:26:06 +0800 X-Google-Sender-Auth: 13T2gBpUrvHsMstluQf14xiLFPc Message-ID: From: Adrian Chadd To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r226410 - head/sys/powerpc/powerpc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 01:26:07 -0000 Thanks! I'm going to eventually fix the ath driver to always call bus_space_barrier() when doing stream bus calls. It's likely worthwhile doing a check to see which other drivers use the stream calls? Adrian