看板 DFBSD_commit 關於我們 聯絡資訊
commit 52c86e41bf92ae30a0ff4d882a15d633d3f4dfdb Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sat Oct 3 21:37:22 2009 +0200 dma: add DragonFly compat files These are not used in DragonFly, but for compilation on other systems. Summary of changes: libexec/dma/dfcompat.c | 121 ++++++++++++++++++++++++++++++++++++++++++++++++ libexec/dma/dfcompat.h | 22 +++++++++ libexec/dma/dma.h | 8 --- 3 files changed, 143 insertions(+), 8 deletions(-) create mode 100644 libexec/dma/dfcompat.c create mode 100644 libexec/dma/dfcompat.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/52c86e41bf92ae30a0ff4d882a15d633d3f4dfdb -- DragonFly BSD source repository