From owner-freebsd-current@FreeBSD.ORG Sat Aug 6 19:09:26 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D977916A41F; Sat, 6 Aug 2005 19:09:26 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC1A43D5C; Sat, 6 Aug 2005 19:09:23 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j76JLVmk002219; Sat, 6 Aug 2005 13:21:31 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42F50ADC.6010901@samsco.org> Date: Sat, 06 Aug 2005 13:09:16 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Ertl References: <04D55966-A390-45AE-A7B8-0828A9655053@snafu.de> <20050806122309.O731@korben.prv.univie.ac.at> <42F4FA1A.2050107@samsco.org> <20050806200003.R620@korben.prv.univie.ac.at> In-Reply-To: <20050806200003.R620@korben.prv.univie.ac.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: Matthias Schuendehuette , freebsd-current@FreeBSD.org, scottl@FreeBSD.org Subject: Re: mpt + gvinum on 6.0-BETA1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 19:09:27 -0000 Lukas Ertl wrote: > On Sat, 6 Aug 2005, Scott Long wrote: > >> Lukas Ertl wrote: >> >>> >>> The mpt device is apparently not GEOM-aware. >> >> >> How exactly does one make a device GEOM-aware? > > > I don't know about mpt devices, but "normal" disk devices like da(4) and > ad(4) call disk_create() to setup a corresponding DISK geom. > > regards, > le > mpt goes through CAM, which does the disk-create for da devices. Scott