From owner-svn-src-head@FreeBSD.ORG Fri Oct 12 22:08:47 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 757FECAC; Fri, 12 Oct 2012 22:08:47 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id D129C8FC0A; Fri, 12 Oct 2012 22:08:46 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 943B511DD3; Sat, 13 Oct 2012 08:08:39 +1000 (EST) Received: from brycem-pc.hq.netapp.com (pos-ext.netapp.com [198.95.226.40]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BHB09255 (AUTH peterg@ptree32.com.au); Sat, 13 Oct 2012 08:08:37 +1000 Message-ID: <507894E1.1030802@freebsd.org> Date: Fri, 12 Oct 2012 16:08:33 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Alexander Motin Subject: Re: svn commit: r241495 - head/sys/dev/virtio/scsi References: <201210122206.q9CM66aM084295@svn.freebsd.org> In-Reply-To: <201210122206.q9CM66aM084295@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: SPF_SOFTFAIL X-Junkmail-Status: score=6/51, host=dommail.onthenet.com.au Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 22:08:47 -0000 > Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID or > CAM_DATA_PHYS, or they ever correctly worked, but make this build at least. Doh, didn't test build with PAE - I will next time. Thanks for the fix ! later, Peter.