From owner-freebsd-commit Sun Feb 25 13:01:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19224 for freebsd-commit-outgoing; Sun, 25 Feb 1996 13:01:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19217 for cvs-all-outgoing; Sun, 25 Feb 1996 13:01:49 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19193 Sun, 25 Feb 1996 13:01:34 -0800 (PST) Date: Sun, 25 Feb 1996 13:01:34 -0800 (PST) From: Bruce Evans Message-Id: <199602252101.NAA19193@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/02/25 13:01:33 Modified: sys/i386/isa fd.c Log: Don't turn off the motor on active drives. The motor timeout may occur while a command is in progress if the system is overloaded or was stopped at a debugger breakpoint. Revision Changes Path 1.80 +12 -1 src/sys/i386/isa/fd.c