From owner-freebsd-current@FreeBSD.ORG Fri Jun 22 20:10:00 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BA4F16A469 for ; Fri, 22 Jun 2007 20:10:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 761D613C4B7 for ; Fri, 22 Jun 2007 20:09:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5MK9n9V070467; Fri, 22 Jun 2007 14:09:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Jun 2007 14:10:23 -0600 (MDT) Message-Id: <20070622.141023.-1540393020.imp@bsdimp.com> To: uspoerlein@gmail.com From: "M. Warner Losh" In-Reply-To: <20070621181513.GA1486@roadrunner.q.local> References: <20070621181513.GA1486@roadrunner.q.local> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 22 Jun 2007 14:09:51 -0600 (MDT) Cc: current@freebsd.org Subject: Re: ukbd(4) not attaching when loaded as module X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 22 Jun 2007 20:10:00 -0000 In message: <20070621181513.GA1486@roadrunner.q.local> Ulrich Spoerlein writes: : I was loading uhid/ums/ukbd as module, could there be some races with : this approach? : : I will try a GENERIC-ukbd boot to see, if I can isolate it further. I think that I accidentally omitted the usb module dependency. Can you try again and let me know if I've fixed the problem. Warner