Alloc two DMA slots pr default, silly me forgot that slaves still exists.

This commit is contained in:
sos 2008-04-17 18:11:47 +00:00
parent 0fe5e1b107
commit a318b86b07

View File

@ -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,