cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_drive.c
src/sys/modules/geom/geom_vinum Makefile
Lukas Ertl
le at FreeBSD.org
Thu Nov 24 15:11:43 GMT 2005
le 2005-11-24 15:11:42 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum.c geom_vinum_drive.c
sys/modules/geom/geom_vinum Makefile
Log:
Since we want a vinum geom created anytime the module loads, move
the geom creation to a seperate init function and ignore the tasting.
The config is now parsed only in the vinumdrive geom, which hopefully
fixes the problem, that the drive class tasted before the vinum class
had a chance, for good.
Also restore the behaviour that the module can be loaded at boot time
and on a running system.
Revision Changes Path
1.19 +16 -133 src/sys/geom/vinum/geom_vinum.c
1.22 +11 -3 src/sys/geom/vinum/geom_vinum_drive.c
1.4 +1 -1 src/sys/modules/geom/geom_vinum/Makefile
More information about the cvs-src
mailing list