From owner-freebsd-current@FreeBSD.ORG Thu Dec 17 22:27:35 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10C7310656EF; Thu, 17 Dec 2009 22:27:35 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (uffner.com [66.208.243.25]) by mx1.freebsd.org (Postfix) with ESMTP id C0CDE8FC25; Thu, 17 Dec 2009 22:27:34 +0000 (UTC) Received: from xiombarg.uffner.com (static-71-162-143-94.phlapa.fios.verizon.net [71.162.143.94]) (authenticated bits=0) by eris.uffner.com (8.14.3/8.14.3) with ESMTP id nBHMThj2084492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 17 Dec 2009 17:29:48 -0500 (EST) (envelope-from tom@uffner.com) Message-ID: <4B2AB04F.3010705@uffner.com> Date: Thu, 17 Dec 2009 17:27:27 -0500 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.23) Gecko/20090925 SeaMonkey/1.1.18 MIME-Version: 1.0 To: Alexander Motin References: <4B1671EE.1010301@FreeBSD.org> <4B25AE1A.80206@uffner.com> <4B262BAC.9040808@FreeBSD.org> <4B282EF3.8050008@uffner.com> <4B28B056.60606@FreeBSD.org> In-Reply-To: <4B28B056.60606@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current Subject: Re: Testing CAM wrapper for ata(4) controller drivers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 22:27:35 -0000 Alexander Motin wrote: > --- ata-promise.c.prev 2009-12-15 21:35:43.000000000 +0200 > +++ ata-promise.c 2009-12-15 21:35:24.000000000 +0200 > @@ -957,6 +957,7 @@ ata_promise_mio_dmainit(device_t dev) > ata_dmainit(dev); > /* note start and stop are not used here */ > ch->dma.setprd = ata_promise_mio_setprd; > + ch->dma.max_iosize = 65536; > } that fixes it both w/ and w/o "options ATA_CAM" Thank you very much. tom