mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Alloc two DMA slots pr default, silly me forgot that slaves still exists.
This commit is contained in:
parent
6b9ff6b7a7
commit
1b164f3101
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ ata_dmainit(device_t dev)
|
|||
ch->dma.segsize = 63536;
|
||||
ch->dma.max_iosize = 128 * DEV_BSIZE;
|
||||
ch->dma.max_address = BUS_SPACE_MAXADDR_32BIT;
|
||||
ch->dma.dma_slots = 1;
|
||||
ch->dma.dma_slots = 2;
|
||||
|
||||
if (bus_dma_tag_create(bus_get_dma_tag(dev), ch->dma.alignment, 0,
|
||||
ch->dma.max_address, BUS_SPACE_MAXADDR,
|
||||
|
|
|
|||
Loading…
Reference in a new issue