From owner-freebsd-arch@FreeBSD.ORG Wed Sep 17 23:17:17 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F4D16A4B3; Wed, 17 Sep 2003 23:17:17 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430DE43FDD; Wed, 17 Sep 2003 23:17:16 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h8I6HBQ2090102; Thu, 18 Sep 2003 06:17:11 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h8I6H96f036393; Thu, 18 Sep 2003 08:17:10 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 18 Sep 2003 06:52:59 MDT." <20030918.065259.112623652.imp@bsdimp.com> Date: Thu, 18 Sep 2003 08:17:09 +0200 Message-ID: <36392.1063865829@critter.freebsd.dk> cc: bms@spc.org cc: rwatson@freebsd.org cc: freebsd-arch@freebsd.org Subject: Re: devd limitations / automounting removable storage X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 06:17:17 -0000 In message <20030918.065259.112623652.imp@bsdimp.com>, "M. Warner Losh" writes: >You'd want to know that devfs events have happened in this case. GEOM >likely doesn't need to get into the mix. And you can likely do that >with a kqueue on the /dev directory. > >GEOM lives in the dev_t name space (right?) Generally speaking: yes. All "providers" in GEOM end up in /dev, so in that sense it is true. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.