From owner-freebsd-stable@FreeBSD.ORG Mon Jul 18 19:13:21 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFFE51065742 for ; Mon, 18 Jul 2011 19:13:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C76CE8FC19 for ; Mon, 18 Jul 2011 19:13:21 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 77D7146B2A; Mon, 18 Jul 2011 15:13:21 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 196C48A02E; Mon, 18 Jul 2011 15:13:21 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org, markmc@dataabstractsolutions.com Date: Mon, 18 Jul 2011 14:02:12 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E20BA23.13717.66C6F57@markmcconnell.iinet.com> In-Reply-To: <4E20BA23.13717.66C6F57@markmcconnell.iinet.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107181402.12755.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 18 Jul 2011 15:13:21 -0400 (EDT) Cc: Subject: Re: disable 64-bit dma for one PCI slot only? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 19:13:22 -0000 On Friday, July 15, 2011 6:07:31 pm Mark McConnell wrote: > Dear folks, > > I have two LSI raid cards, one of which (SCSI 320-I) supports > 64-bit DMA when 4GB+ of DDR is present and another which > does not (SATA 150-D) . Consquently I've disabled 64-bit > addressing for amr devices. > > I would like to disable 64-bit addressing for the SATA card, but > permit it for the SCSI card. Is this possible? You'd have to hack the driver perhaps to only disable 64-bit DMA for certain PCI IDs. It probably already does this? -- John Baldwin