From owner-freebsd-current@FreeBSD.ORG Mon Jan 17 06:38:18 2005 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 F058016A4CE for ; Mon, 17 Jan 2005 06:38:18 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE5443D46 for ; Mon, 17 Jan 2005 06:38:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0H6ahFW038696; Sun, 16 Jan 2005 23:36:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 16 Jan 2005 23:37:45 -0700 (MST) Message-Id: <20050116.233745.102654477.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200501161134.25828.doconnor@gsoft.com.au> References: <20050115155538.GA36629@obiwan.tataz.chchile.org> <200501161134.25828.doconnor@gsoft.com.au> 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: freebsd-current@freebsd.org cc: jeremie@le-hen.org Subject: Re: no /dev/ums0 when module loaded 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: Mon, 17 Jan 2005 06:38:19 -0000 In message: <200501161134.25828.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : > Is this a bug or a feature ? I've been told that whenever an USB device : > is not grabbed by any driver on attach, it uses ugen(4) and it won't be : > possible to ``move'' it from ugen(4) to ums(4) later. : : This is a problem with the USB stack - devices are not reprobed when a new : module is loaded. : : I preload all the USB modules I plan to use (a bit annoying I admit). I : believe there is ongoing work in this area though. There is indeed ongoing work in this area. Unless you need ugen, don't load it is the best answer for now. I have some work that I'm migrating to the tree, but this will take a while to get into the tree... Warner