Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2009 17:27:27 -0500
From:      Tom Uffner <tom@uffner.com>
To:        Alexander Motin <mav@FreeBSD.org>
Cc:        FreeBSD-Current <freebsd-current@FreeBSD.org>
Subject:   Re: Testing CAM wrapper for ata(4) controller drivers
Message-ID:  <4B2AB04F.3010705@uffner.com>
In-Reply-To: <4B28B056.60606@FreeBSD.org>
References:  <4B1671EE.1010301@FreeBSD.org> <4B25AE1A.80206@uffner.com> <4B262BAC.9040808@FreeBSD.org> <4B282EF3.8050008@uffner.com> <4B28B056.60606@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B2AB04F.3010705>