summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/fd.c')
-rw-r--r--sys/dev/isa/fd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index 90ac3987c1d..78d8ff0c347 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.82 1996/01/07 22:02:28 thorpej Exp $ */
+/* $NetBSD: fd.c,v 1.84 1996/02/10 18:31:13 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles Hannum.
@@ -1109,8 +1109,7 @@ fdcretry(fdc)
switch (fdc->sc_errors) {
case 0:
/* try again */
- fdc->sc_state = SEEKCOMPLETE;
- disk_busy(&fd->sc_dk);
+ fdc->sc_state = DOSEEK;
break;
case 1: case 2: case 3: