Testing CAM wrapper for ata(4) controller drivers
Tom Uffner
tom at uffner.com
Thu Dec 17 22:27:35 UTC 2009
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
More information about the freebsd-current
mailing list