Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2005 15:11:42 +0000 (UTC)
From:      Lukas Ertl <le@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_drive.c src/sys/modules/geom/geom_vinum Makefile
Message-ID:  <200511241511.jAOFBgCX088948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511241511.jAOFBgCX088948>