Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 02:24: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.h geom_dev.c geom_disk.c geom_slice.c
Message-ID:  <200204190924.g3J9OCm72061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/04/19 02:24:12 PDT

  Modified files:
    sys/geom             geom.h geom_dev.c geom_disk.c 
                         geom_slice.c 
  Log:
  Make kernel dumps work with GEOM.
  
  Notice that if the device on which the dump is set is destroyed for
  any reason, the dump setting is lost.  This in particular will
  happen in the case of spoilage.  For instance if you set dump on
  ad0s1b and open ad0 for writing, ad0s* will be spoilt and the dump
  setting lost.  See geom(4) for more about spoiling.
  
  Sponsored by: DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.11      +5 -0      src/sys/geom/geom.h
  1.13      +19 -0     src/sys/geom/geom_dev.c
  1.10      +20 -0     src/sys/geom/geom_disk.c
  1.10      +9 -0      src/sys/geom/geom_slice.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?200204190924.g3J9OCm72061>