DragonFly BSD
DragonFly commits List (threaded) for 2012-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel/devfs: Pass more arguments to the callback for devfs_scan_callback.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 26 Aug 2012 03:32:48 -0700 (PDT)

commit b28e21ef717a67dfed9ef1e41987961ee006e875
Author: Sascha Wildner <saw@online.de>
Date:   Sun Aug 26 12:31:13 2012 +0200

    kernel/devfs: Pass more arguments to the callback for devfs_scan_callback.
    
    is_alias signals whether it is an alias or a real device. If true, name
    is the alias name. If false, it is the device name.
    
    Reviewed-by: alexh

Summary of changes:
 share/man/man9/make_dev.9  |   15 +++++++++++++--
 sys/kern/kern_udev.c       |    5 ++---
 sys/kern/vfs_conf.c        |    7 ++++---
 sys/sys/devfs.h            |    2 +-
 sys/vfs/devfs/devfs_core.c |    6 +++++-
 5 files changed, 25 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b28e21ef717a67dfed9ef1e41987961ee006e875


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]