diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2007-01-21 19:32:51 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2007-01-21 19:32:51 +0000 |
| commit | c2175ff5cadf1e22b3054180ba69548b00a4a0de (patch) | |
| tree | 0022c3a9a6df560b7e242e09f139c9d0dd23011b /sys/dev/stge | |
| parent | e54f6746527c81d586dd8fa24590bcb3ef7c290a (diff) | |
Notes
Diffstat (limited to 'sys/dev/stge')
| -rw-r--r-- | sys/dev/stge/if_stge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index 59711d00adbcb..61b5357858e97 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -897,7 +897,7 @@ stge_dma_alloc(struct stge_softc *sc) int error, i; /* create parent tag. */ - error = bus_dma_tag_create(NULL, /* parent */ + error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev),/* parent */ 1, 0, /* algnmnt, boundary */ STGE_DMA_MAXADDR, /* lowaddr */ BUS_SPACE_MAXADDR, /* highaddr */ |
