diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2007-05-01 11:50:11 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2007-05-01 11:50:11 +0000 |
| commit | e3b78ec974ec6d1482fe6170813646c88b489034 (patch) | |
| tree | 3ea311482e4bb031b2fe9137f3c2601cbc293e42 /sys | |
| parent | 8d2896ac910beee59b2b4780871d80a9b7206188 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/hme/if_hme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 7f4ce2fe1fb3..dd5c0a9ddfc4 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -223,7 +223,7 @@ hme_config(struct hme_softc *sc) error = bus_dma_tag_create(sc->sc_pdmatag, 2048, 0, BUS_SPACE_MAXADDR_32BIT, BUS_SPACE_MAXADDR, NULL, NULL, size, - 1, BUS_SPACE_MAXSIZE_32BIT, BUS_DMA_ALLOCNOW, busdma_lock_mutex, + 1, BUS_SPACE_MAXSIZE_32BIT, 0, busdma_lock_mutex, &sc->sc_lock, &sc->sc_cdmatag); if (error) goto fail_ptag; |
