From owner-cvs-all Fri Apr 19 2:24:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2DF837B405; Fri, 19 Apr 2002 02:24:12 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3J9OCm72061; Fri, 19 Apr 2002 02:24:12 -0700 (PDT) (envelope-from phk) Message-Id: <200204190924.g3J9OCm72061@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 19 Apr 2002 02:24:12 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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