dma: provide proper bounce error message
authorSimon Schubert <simon.schubert@epfl.ch>
Thu, 9 Jul 2009 19:15:54 +0000 (21:15 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 16 Jul 2009 14:13:05 +0000 (16:13 +0200)
commit39f7c85a4d09b236583a62985312b8fbf222f8b9
tree0e5ab35365d565a357ffeeadb1a4db4a70dd5469
parent855166cab18c755f280c77646aea8d1295931627
dma: provide proper bounce error message

This may not be the best solution - the error message buffer has now
turned dynamic, but the only alternative I see is to make it a static
array in net.c... and I'm not quite sure if I want to do that just now.

Submitted-by: Peter Pentchev <roam@ringlet.net>
libexec/dma/dma.c
libexec/dma/dma.h
libexec/dma/net.c