From owner-cvs-src@FreeBSD.ORG Thu Nov 13 15:41:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7389716A4DF; Thu, 13 Nov 2003 15:41:50 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA554400B; Thu, 13 Nov 2003 15:41:31 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id D3C2D72DC3; Thu, 13 Nov 2003 15:41:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id D157972DC1; Thu, 13 Nov 2003 15:41:31 -0800 (PST) Date: Thu, 13 Nov 2003 15:41:31 -0800 (PST) From: Doug White To: Dag-Erling Smorgrav In-Reply-To: <200311132125.hADLPCUC056661@repoman.freebsd.org> Message-ID: <20031113153949.O82404@carver.gumbysoft.com> References: <200311132125.hADLPCUC056661@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 23:41:51 -0000 On Thu, 13 Nov 2003, Dag-Erling Smorgrav wrote: > If the name of the mouse device starts with "/dev/ums", try to load the > ums module, and allow for up to five attempts to open the device, with > two-second pauses in between, to allow time for USB controllers and > devices to probe and attach. My Gigabyte P4 Titan 848P motherboard has > a total of 15 ports on four hubs hanging off four controllers, and needs > at least half of that ten-second allowance to get ready. This is only a problem if you don't have ums in your kernel or loaded as a module. On attach usbd launches moused in the default configuration. ums ships in GENERIC and usbd is enabled by default, so this seems to be introducing a kludge for your own broken configuration. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org