From owner-freebsd-mobile@FreeBSD.ORG Tue Mar 29 08:06:58 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C2716A508; Tue, 29 Mar 2005 08:06:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CA843D53; Tue, 29 Mar 2005 08:06:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2T84UJE096112; Tue, 29 Mar 2005 01:04:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 29 Mar 2005 01:04:33 -0700 (MST) Message-Id: <20050329.010433.66709025.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <39733.1112083324@critter.freebsd.dk> References: <20050329.010021.32059840.imp@bsdimp.com> <39733.1112083324@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: vova@fbsd.ru cc: mdodd@freebsd.org cc: freebsd-mobile@freebsd.org cc: julian@elischer.org cc: ticso@cicely.de Subject: Re: Reattach/redetect allways connected umass device - is it possible ? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 08:06:58 -0000 In message: <39733.1112083324@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20050329.010021.32059840.imp@bsdimp.com>, "M. Warner Losh" writes: : >In message: <32733.1112019870@critter.freebsd.dk> : > "Poul-Henning Kamp" writes: : >: >> Driver support for this is not really meaterialized and therefore : >: >> the model now is that when the media is ejected the geom device : >: >> is removed and a new one created right away, even if a new media : >: >> is not inserted right away. : >: > : >: >Do you get eject notifications from any device type? : >: : >: Right now I belive floppy disks DTRT. : > : >Isn't there hardware assist for this? : : Only partial. You should be getting a change notification on the first access after the change happens... Warner