mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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:
parent
42b3331b8a
commit
8bff82df5a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200607
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user