看板 DFBSD_commit 關於我們 聯絡資訊
commit 7cbab9dafa4f803b27a7ff3273e0ce988b0aa8be Author: Alex Hornung <ahornung@gmail.com> Date: Wed Aug 5 19:29:45 2009 +0100 DEVFS - change the rdev allocator to consider minor Add a unique id to each dev ops in use and use this one and the minor to construct the rdev. Summary of changes: sys/kern/kern_conf.c | 2 +- sys/sys/device.h | 7 ++++--- sys/vfs/devfs/devfs.h | 3 +++ sys/vfs/devfs/devfs_core.c | 42 ++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 48 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7cbab9dafa4f803b27a7ff3273e0ce988b0aa8be -- DragonFly BSD source repository