Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2008 06:31:12 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_subr.c
Message-ID:  <200803280631.m2S6VCXk032769@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2008-03-28 06:31:12 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_subr.c 
  Log:
  When retasting, wither any existing GEOMs of the same class. This
  allows the class to create a different GEOM for the same provider
  as well as avoid that we end up with multiple GEOMs of the same
  class with the same name.
  
  For example, when a disk contains a PC98 partition table but
  only MBR is supported, then the partition table can be treated
  as a MBR. If support for PC98 is later loaded as a module, the
  MBR scheme is pre-empted for the PC98 scheme as expected.
  
  Revision  Changes    Path
  1.93      +7 -1      src/sys/geom/geom_subr.c



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