On Sunday, June 22, 2014 11:45:40 pm Alexander Kabaev wrote:
> Author: kan
> Date: Mon Jun 23 03:45:39 2014
> New Revision: 267762
> URL: http://svnweb.freebsd.org/changeset/base/267762
> 
> Log:
>   Restore the check for non-NULL dmatag in sndbuf_free.
>   
>   The sound drivers that use own buffer management can use sndbuf_setup
>   and not do any busdma allocation, so the driver will end up with the
>   managed buffer but no valid dma map and tag for it. Avoid calling
>   bus_dmamem_free in such cases.
>   
>   Reported by: ache
>   Missed in review by: kan

Thanks for fixing this.

-- 
John Baldwin
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to