From owner-freebsd-current@FreeBSD.ORG Mon Jan 17 06:53:15 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 725EC16A4CE for ; Mon, 17 Jan 2005 06:53:15 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029E343D1F for ; Mon, 17 Jan 2005 06:53:15 +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 j0H6pxD6038890; Sun, 16 Jan 2005 23:51:59 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 16 Jan 2005 23:53:01 -0700 (MST) Message-Id: <20050116.235301.05622144.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200501171715.22761.doconnor@gsoft.com.au> References: <200501161134.25828.doconnor@gsoft.com.au> <20050116.233745.102654477.imp@bsdimp.com> <200501171715.22761.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:53:15 -0000 In message: <200501171715.22761.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Mon, 17 Jan 2005 17:07, M. Warner Losh wrote: : > : 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... : : Does not having ugen make this stuff work? : Hmm actually let me try.. No doesn't seem to :( : : ie.. : unplug mouse : kldunload ums : kldunload ugen : plug in mouse : kldload ums : nothing :) Works for me. However, it seems that I have a bunch of stuff outside the tree that needs to be brought in. And that stuff is mixed in with some other stuff that's not ready for prime time, so I have to be careful about what I bring in... And there's at least one bug in newbus that I need to find and fix before some things (like anything that implements ucom) will work, and another before ugen will autodetach... Warner