From owner-cvs-all Fri Jun 28 18:45: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 640FC37B406; Fri, 28 Jun 2002 18:44:54 -0700 (PDT) Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026DF43E09; Fri, 28 Jun 2002 18:44:54 -0700 (PDT) (envelope-from will@csociety.org) Received: by squall.waterspout.com (Postfix, from userid 1050) id 2F6C19B75; Fri, 28 Jun 2002 20:44:50 -0500 (EST) Date: Fri, 28 Jun 2002 20:44:50 -0500 From: Will Andrews To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_aes.c Message-ID: <20020629014449.GS76002@squall.waterspout.com> Mail-Followup-To: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206282125.g5SLPF9B021419@freefall.freebsd.org> <50332.1025299761@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50332.1025299761@critter.freebsd.dk> User-Agent: Mutt/1.3.26i 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 On Fri, Jun 28, 2002 at 11:29:21PM +0200, Poul-Henning Kamp wrote: > If you want to do this, you do of course need to run a GEOM kernel. > > Second, you need to put a magic tag in the swap-partition to make > this module recognize it: > > echo "<>" | dd count=1 conv=sync of=${device} > > And finally you will need to do your swapping on ${device}.aes Shouldn't this be added to geom(4)? Or is this method likely to change or a frontend of some sort written? Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message