From owner-cvs-all Sun May 12 8:24:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FDF37B405; Sun, 12 May 2002 08:24:21 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFOLC11163; Sun, 12 May 2002 08:24:21 -0700 (PDT) (envelope-from joerg) Message-Id: <200205121524.g4CFOLC11163@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 12 May 2002 08:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/12 08:24:21 PDT Modified files: sys/isa fd.c fdreg.h Log: Increase the PIO timeout to approximately the value it used to have before rev 1.229 (~ 100 ms). According to bde, some (old) broken hardware could require it. In order to make timing more accurate than what could be achieved with a loop around DELAY(1), increase loop timing after the initial ~ 1 ms. Also, move the declaration of FDSTS_TIMEOUT out from fdreg.h into fd.c where it actually belongs to. MFC after: 2 days Revision Changes Path 1.230 +38 -3 src/sys/isa/fd.c 1.17 +0 -12 src/sys/isa/fdreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message