Date: Sat, 20 Jan 2007 14:06:01 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sbus dma_sbus.c Message-ID: <200701201406.l0KE6194021161@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2007-01-20 14:06:01 UTC FreeBSD src repository Modified files: sys/sparc64/sbus dma_sbus.c Log: - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will work when we start requiring this. - Don't specify an alignment when creating our own parent DMA tag; the supported DMA engines require no alignment constraint (f.e. the LANCE child does though) and it's no inherited by the child DMA tags anyway (which probably is a bug though). - Fix whitespace nits. Revision Changes Path 1.5 +6 -6 src/sys/sparc64/sbus/dma_sbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701201406.l0KE6194021161>