From owner-cvs-src@FreeBSD.ORG Thu Nov 13 13:25:13 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 F134C16A4CF; Thu, 13 Nov 2003 13:25:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C7443FE0; Thu, 13 Nov 2003 13:25:13 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hADLPDXJ056662; Thu, 13 Nov 2003 13:25:13 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hADLPCUC056661; Thu, 13 Nov 2003 13:25:12 -0800 (PST) (envelope-from des) Message-Id: <200311132125.hADLPCUC056661@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 13 Nov 2003 13:25:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 21:25:14 -0000 des 2003/11/13 13:25:12 PST FreeBSD src repository Modified files: usr.sbin/moused moused.c Log: 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. MFC after: 7 days Revision Changes Path 1.61 +15 -2 src/usr.sbin/moused/moused.c