看板 DFBSD_commit 關於我們 聯絡資訊
commit 47ae500fd01ad33b1d1c66e8c07e38876dab6f02 Author: Alex Hornung <ahornung@gmail.com> Date: Fri Sep 11 07:10:09 2009 +0100 devfs - Add new make_dev_covering * Add a new make_dev_covering which is used by systems such as the disk subsystem, that make_dev for an underlying device. Summary of changes: sys/kern/kern_conf.c | 38 +++++++++++++++++++++++++++++++++++--- sys/sys/conf.h | 1 + sys/sys/devfs.h | 2 +- sys/sys/device.h | 2 ++ sys/vfs/devfs/devfs_core.c | 11 ++++++++--- 5 files changed, 47 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/47ae500fd01ad33b1d1c66e8c07e38876dab6f02 -- DragonFly BSD source repository