Pass the dma_tag to _bus_dmamap_load_buffer.

This commit is contained in:
leo 1998-08-03 13:09:01 +00:00
parent 09d3d34056
commit 5429ccda94
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.c,v 1.8 1998/07/17 21:09:59 thorpej Exp $ */
/* $NetBSD: bus.c,v 1.9 1998/08/03 13:09:01 leo Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -330,7 +330,7 @@ bus_dmamap_load_uio(t, map, uio, flags)
addr = (caddr_t)iov[i].iov_base + offset;
error = _bus_dmamap_load_buffer(map, addr, minlen,
error = _bus_dmamap_load_buffer(t, map, addr, minlen,
p, flags, &lastaddr, &seg, first);
first = 0;