Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2002 14:37:12 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_aes.c geom_bsd.c geom_gpt.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_sunlabel.c
Message-ID:  <200209272137.g8RLbC7V051343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/09/27 14:37:12 PDT

  Modified files:
    sys/geom             geom_aes.c geom_bsd.c geom_gpt.c 
                         geom_mbr.c geom_pc98.c geom_slice.c 
                         geom_slice.h geom_sunlabel.c 
  Log:
  Add the new g_slice_config() call, which can add/delete/change a slice,
  with support for trying, doing and forcing.
  
  This will eventually replace g_slice_addslice() which gets changed from
  grabbing topology to requing it in this commit as well.
  
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.5       +4 -0      src/sys/geom/geom_aes.c
  1.21      +4 -0      src/sys/geom/geom_bsd.c
  1.7       +2 -0      src/sys/geom/geom_gpt.c
  1.16      +4 -0      src/sys/geom/geom_mbr.c
  1.9       +2 -3      src/sys/geom/geom_pc98.c
  1.17      +57 -2     src/sys/geom/geom_slice.c
  1.7       +9 -0      src/sys/geom/geom_slice.h
  1.14      +2 -0      src/sys/geom/geom_sunlabel.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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