diff options
author | Alexander Motin <mav@FreeBSD.org> | 2009-11-16 20:54:47 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2009-11-16 20:54:47 +0000 |
commit | 5319fb62a8b47d0bbd9119a28b0cebf077d6ca71 (patch) | |
tree | 55df8160c86357b1da6c1ed64af28a46f9c87daf /sys/dev/siis | |
parent | 185d20b5f945ef175fb1265ad77fba26bc9a9c29 (diff) | |
download | src-5319fb62a8b47d0bbd9119a28b0cebf077d6ca71.tar.gz src-5319fb62a8b47d0bbd9119a28b0cebf077d6ca71.zip |
Notes
Diffstat (limited to 'sys/dev/siis')
-rw-r--r-- | sys/dev/siis/siis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index 73786f3a613e..1693883f3d96 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -579,7 +579,7 @@ siis_dmainit(device_t dev) } ch->dma.work_bus = dcba.maddr; /* Data area. */ - if (bus_dma_tag_create(bus_get_dma_tag(dev), 2, 0, + if (bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, SIIS_SG_ENTRIES * PAGE_SIZE * SIIS_MAX_SLOTS, |