From owner-cvs-all Wed May 15 7:35:27 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 2A38937B40B; Wed, 15 May 2002 07:35:16 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEZF244870; Wed, 15 May 2002 07:35:15 -0700 (PDT) (envelope-from joerg) Message-Id: <200205151435.g4FEZF244870@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 15 May 2002 07:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: RELENG_4 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/15 07:35:15 PDT Modified files: (Branch: RELENG_4) sys/isa fd.c Log: MFC revs 1.229-1.233 (except 1.231) from fd.c This rewrites the PIO loops for querying the FDC's main status register from a simple countdown-based limit to one using DELAY() so it can be assured that up to approximately 100 ms will be waited for the condition to happen. PR: kern/21397 Approved by: re Revision Changes Path 1.176.2.7 +51 -22 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message