diff options
author | green <green@FreeBSD.org> | 2004-10-12 04:44:54 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2004-10-12 04:44:54 +0000 |
commit | c125751bac1ccd273f7990f5732fef219daab464 (patch) | |
tree | 548a0c1ee755914acd0774de479902ad2448d7c0 /usr.sbin | |
parent | 6e49d517bf4371359508d13c8e12d17d67ed0b34 (diff) | |
download | FreeBSD-src-c125751bac1ccd273f7990f5732fef219daab464.zip FreeBSD-src-c125751bac1ccd273f7990f5732fef219daab464.tar.gz |
When loading GEOM modules, we expect the actual load process to be done
by the time that kldload(8) returns. Satisfy that by making the GEOM
module load event -- only when the kernel is !cold -- wait until the
GEOM module init function has finished instead of returning immediately.
This is the other half of fixing md(8) (actually, "mfs" in fstab(5))
that is similar to r1.128 of src/sys/dev/md/md.c. This bug would be
why RAM disks would often fail on boot and the first call to mdconfig(8)
would probably fail.
pjd has ideas for not requiring kldload(8) to work synchronously for
control devices that could make this obsolete.
Silence on: -arch
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions