summaryrefslogtreecommitdiffstats
path: root/sys/pci/adv_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/adv_pci.c')
-rw-r--r--sys/pci/adv_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/adv_pci.c b/sys/pci/adv_pci.c
index 4a669d0..1ca2cee 100644
--- a/sys/pci/adv_pci.c
+++ b/sys/pci/adv_pci.c
@@ -47,7 +47,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: adv_pci.c,v 1.6 1999/05/09 17:06:35 peter Exp $
+ * $Id: adv_pci.c,v 1.7 1999/07/03 20:16:58 peter Exp $
*/
#include <sys/param.h>
@@ -163,7 +163,7 @@ advpciattach(pcici_t config_id, int unit)
/* Allocate a dmatag for our transfer DMA maps */
/* XXX Should be a child of the PCI bus dma tag */
- error = bus_dma_tag_create(/*parent*/NULL, /*alignment*/0,
+ error = bus_dma_tag_create(/*parent*/NULL, /*alignment*/1,
/*boundary*/0,
/*lowaddr*/ADV_PCI_MAX_DMA_ADDR,
/*highaddr*/BUS_SPACE_MAXADDR,
OpenPOWER on IntegriCloud