From owner-freebsd-hardware Fri Oct 24 07:01:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20926 for hardware-outgoing; Fri, 24 Oct 1997 07:01:57 -0700 (PDT) (envelope-from owner-freebsd-hardware) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA20908 for ; Fri, 24 Oct 1997 07:01:35 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id XAA00526; Fri, 24 Oct 1997 23:27:44 +0930 (CST) Message-Id: <199710241357.XAA00526@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Michael Knoll cc: Mike Smith , hardware@freebsd.org Subject: Re: Harddrive powerdowns In-reply-to: Your message of "Fri, 24 Oct 1997 08:58:51 -0400." <3.0.32.19971024085058.00976670@lafcol.lafayette.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Oct 1997 23:27:43 +0930 From: Mike Smith Sender: owner-freebsd-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Only if the drive takes longer to spin up than the FreeBSD driver is > >willing to wait. In your case, it looks like it'll be OK. > > Isn't a timeout when the system is tired of waiting? Will it retry and > timeout again? How long is FreeBSD willing to wait? The wd driver times the operation out and retries it. AFAIR most operations are tried at least 3 times before giving up. mike