devfs - Add new make_dev_covering
authorAlex Hornung <ahornung@gmail.com>
Fri, 11 Sep 2009 06:10:09 +0000 (07:10 +0100)
committerAlex Hornung <ahornung@gmail.com>
Fri, 11 Sep 2009 06:40:50 +0000 (07:40 +0100)
commit47ae500fd01ad33b1d1c66e8c07e38876dab6f02
treeae505108ed038a0431b5bda2f3884173cb5f442a
parent503b7fb52b98ee149d5ae8271e842303c9881464
devfs - Add new make_dev_covering

* Add a new make_dev_covering which is used by systems such as the disk
  subsystem, that make_dev for an underlying device.
sys/kern/kern_conf.c
sys/sys/conf.h
sys/sys/devfs.h
sys/sys/device.h
sys/vfs/devfs/devfs_core.c