busdma(9): Add bus_dmamem_coherent_any()
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 26 Jan 2009 05:24:48 +0000 (13:24 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 17 Feb 2009 10:35:37 +0000 (18:35 +0800)
commit8ecafcc73efab7dfb97e1d5a7e5ae5c31dfa4f15
treeb52cd4fd18277a40fd631991edbcc39f06cd1850
parenta4946688fc0e2a5f0bd4fa403cc28e65e5453bc3
busdma(9): Add bus_dmamem_coherent_any()

This function is a simplified version of bus_dmamem_coherent(),
see the comment in sys/bus_dma.h for details.
sys/kern/subr_busdma.c
sys/sys/bus_dma.h