diff options
author | alfred <alfred@FreeBSD.org> | 2001-02-20 11:37:04 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-02-20 11:37:04 +0000 |
commit | 34c1e918b627c1bbf7db62673e4115a52d254a65 (patch) | |
tree | c3303bdecbfa090f88b766e89baf5250eb9451ea /sys/kern/kern_fork.c | |
parent | d6b473bae18b73b9030163daf134be3e41b6bdda (diff) | |
download | FreeBSD-src-34c1e918b627c1bbf7db62673e4115a52d254a65.zip FreeBSD-src-34c1e918b627c1bbf7db62673e4115a52d254a65.tar.gz |
Take a shot at making vinum devfs aware.
Adding make_dev() and destroy_dev() calls in (hopefully) the right
places.
This is done by calling make_dev() in each object constructor and
caching the dev_t's returned from make_dev() in each struct
'subdisk'(sd), 'plex' and 'volume' such that the 'object'_free()
functioncs can call destroy dev.
This change makes a subset of the old /dev/vinum appear under devfs.
Enough nodes appear such that I'm able to mount my striped volume.
There may be more work needed to get vinum configuration working
properly.
Diffstat (limited to 'sys/kern/kern_fork.c')
0 files changed, 0 insertions, 0 deletions