DragonFly-2.3.2.290.g7cbab master sys/kern kern_conf.c sys/sys device.h sys/vfs/devfs devfs.h devfs_core.c

Alex Hornung alexh at crater.dragonflybsd.org
Wed Aug 5 12:30:11 PDT 2009


commit 7cbab9dafa4f803b27a7ff3273e0ce988b0aa8be
Author: Alex Hornung <ahornung at 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





More information about the Commits mailing list