kernel/devfs: Pass more arguments to the callback for devfs_scan_callback.
authorSascha Wildner <saw@online.de>
Sun, 26 Aug 2012 10:31:13 +0000 (12:31 +0200)
committerSascha Wildner <saw@online.de>
Sun, 26 Aug 2012 10:31:13 +0000 (12:31 +0200)
commitb28e21ef717a67dfed9ef1e41987961ee006e875
treeebfb629684300df783794b254d27a1bb3e71ac9b
parent8e78a293ebf6421859386c4f2c087d3b6ac0fc38
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
share/man/man9/make_dev.9
sys/kern/kern_udev.c
sys/kern/vfs_conf.c
sys/sys/devfs.h
sys/vfs/devfs/devfs_core.c