DEVFS - change the rdev allocator to consider minor
authorAlex Hornung <ahornung@gmail.com>
Wed, 5 Aug 2009 18:29:45 +0000 (19:29 +0100)
committerAlex Hornung <ahornung@gmail.com>
Wed, 5 Aug 2009 20:26:41 +0000 (21:26 +0100)
commit7cbab9dafa4f803b27a7ff3273e0ce988b0aa8be
treec104b59795fdb390b4fb93bbc890364e61396177
parent8a8b36eb1b3c5596060bd5d2c4b865b7603b4312
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.
sys/kern/kern_conf.c
sys/sys/device.h
sys/vfs/devfs/devfs.h
sys/vfs/devfs/devfs_core.c