看板 DFBSD_commit 關於我們 聯絡資訊
commit 39f7c85a4d09b236583a62985312b8fbf222f8b9 Author: Simon Schubert <simon.schubert@epfl.ch> Date: Thu Jul 9 21:15:54 2009 +0200 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> Summary of changes: libexec/dma/dma.c | 16 +++++++--------- libexec/dma/dma.h | 2 +- libexec/dma/net.c | 18 ++++++++++++++---- 3 files changed, 22 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39f7c85a4d09b236583a62985312b8fbf222f8b9 -- DragonFly BSD source repository