Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2009 22:38:22 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/conf DEFAULTS src/sys/conf NOTES options src/sys/geom/part g_part.c g_part_ebr.c g_part_if.m src/sys/i386/conf DEFAULTS
Message-ID:  <200904152238.n3FMckVX064842@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2009-04-15 22:38:22 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/conf       DEFAULTS 
    sys/conf             NOTES options 
    sys/geom/part        g_part.c g_part_ebr.c g_part_if.m 
    sys/i386/conf        DEFAULTS 
  Log:
  SVN rev 191130 on 2009-04-15 22:38:22Z by marcel
  
  Add a compat option to the EBR scheme that controls the
  naming of the partitions (GEOM_PART_EBR_COMPAT).  When
  compatibility is enabled, changes to the partitioning are
  disallowed.
  
  Remove the device name aliasing added previously to provide
  backward compatibility, but which in practice doesn't give
  us anything.
  
  Enable compatibility on amd64 and i386.
  
  Revision  Changes    Path
  1.16      +1 -0      src/sys/amd64/conf/DEFAULTS
  1.1534    +1 -0      src/sys/conf/NOTES
  1.665     +1 -0      src/sys/conf/options
  1.38      +15 -16    src/sys/geom/part/g_part.c
  1.11      +32 -28    src/sys/geom/part/g_part_ebr.c
  1.8       +18 -0     src/sys/geom/part/g_part_if.m
  1.17      +1 -0      src/sys/i386/conf/DEFAULTS



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