Large I/Os on Promise controllers reported to cause UDMA ICRC errors and

subsequent timeouts. Restore previous limit for now, at least until
I will have hardware to experiment.

PR:             kern/141438
This commit is contained in:
Alexander Motin 2009-12-16 17:42:02 +00:00
parent 42b3331b8a
commit 8bff82df5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200607

View File

@ -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;
}