From owner-freebsd-arch@FreeBSD.ORG Wed Sep 17 12:58:05 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 D3A0316A4B3; Wed, 17 Sep 2003 12:58:05 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8545E43F3F; Wed, 17 Sep 2003 12:58:04 -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 h8HJw0Q2080551; Wed, 17 Sep 2003 19:58:00 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 h8HJvr6f030913; Wed, 17 Sep 2003 21:57:54 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: John Baldwin From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 17 Sep 2003 14:36:01 EDT." Date: Wed, 17 Sep 2003 21:57:53 +0200 Message-ID: <30912.1063828673@critter.freebsd.dk> cc: bms@spc.org cc: "M. Warner Losh" 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: Wed, 17 Sep 2003 19:58:05 -0000 In message , John Baldwin writes: >Maybe have GEOM send events when mountable entities show up? There is only one question to figure out: Should it happen at the bottom or the top of GEOM ? At the bottom, your CF card would result in a single event on /dev/ad4, at the top you'd likely get two events, one for /dev/ad4 and one for /dev/ad4s1 (or whatever other gadgets geom autodiscovers). Apart from that, it's just a matter of telling me how to send the event... -- 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.