From owner-cvs-all Tue Mar 28 9:38: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CEB237BDAB; Tue, 28 Mar 2000 09:38:02 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35120; Tue, 28 Mar 2000 09:38:02 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200003281738.JAA35120@freefall.freebsd.org> From: Nick Hibma Date: Tue, 28 Mar 2000 09:38:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/03/28 09:38:01 PST Modified files: sys/dev/usb umass.c Log: Revert to a static value for the timeout. The timeout was supposedly to be based on the transfer speed, but I got it all wrong. The by far biggest factor in the timeout is the start of a removable device, which is about 2 seconds anyway. Prodded by: Lennart Augustsson Revision Changes Path 1.14 +6 -15 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message