From owner-freebsd-commit Sat Apr 22 15:44:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA05996 for commit-outgoing; Sat, 22 Apr 1995 15:44:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA05983 for cvs-sys-outgoing; Sat, 22 Apr 1995 15:44:35 -0700 Received: (from dyson@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA05973 ; Sat, 22 Apr 1995 15:44:32 -0700 Date: Sat, 22 Apr 1995 15:44:32 -0700 From: John Dyson Message-Id: <199504222244.PAA05973@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c Sender: commit-owner@FreeBSD.org Precedence: bulk dyson 95/04/22 15:44:31 Modified: sys/i386/isa wd.c Log: Change the initial delay in wdwait to a DELAY macro call. It is really too long, but does not impact performance very much when using the NSECS_MULTI option. This will help solve some mysterious IDE I/O problems.