From owner-freebsd-current@FreeBSD.ORG Tue Oct 5 01:29:46 2004 Return-Path: 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 9350A16A4CE for ; Tue, 5 Oct 2004 01:29:46 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2419143D2D for ; Tue, 5 Oct 2004 01:29:46 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i951RHtB099080; Mon, 4 Oct 2004 19:27:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 04 Oct 2004 19:28:52 -0600 (MDT) Message-Id: <20041004.192852.15266314.imp@bsdimp.com> To: Alex.Kovalenko@verizon.net From: "M. Warner Losh" In-Reply-To: <1096937887.50081.22.camel@RabbitsDen> References: <16736.57638.524126.37243@roam.psg.com> <1096869926.6566.1.camel@server> <1096937887.50081.22.camel@RabbitsDen> 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: randy@psg.com cc: freebsd-current@freebsd.org Subject: Re: usb serial confuddlement X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 05 Oct 2004 01:29:46 -0000 In message: <1096937887.50081.22.camel@RabbitsDen> "Alexandre \"Sunny\" Kovalenko" writes: : One thing, I have noticed about my USB devices, is that driver needs to : be loaded *before* device is plugged in. For ucom devices, this is true. For others, this is no longer true. I'm trying to figure out why ucom is special. Warner