aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1999-05-12 00:08:32 +0000
committerKATO Takenori <kato@FreeBSD.org>1999-05-12 00:08:32 +0000
commit91c1386a930d1bdb7c0b9239538896767fa32b89 (patch)
tree82b15996fc260b095b985a7b5c6fff26c0ddfc8b
parent2e9fa31af8d21615b62cc7780ee8a391667ea499 (diff)
Notes
-rw-r--r--sys/pc98/pc98/fd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c
index fd60037a76df..7bfb7484f589 100644
--- a/sys/pc98/pc98/fd.c
+++ b/sys/pc98/pc98/fd.c
@@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.50 1999/01/19 00:21:50 peter Exp $
+ * $Id: fd.c,v 1.50.2.1 1999/02/18 22:06:16 ken Exp $
*
*/
@@ -2419,8 +2419,9 @@ fdstate(fdcu_t fdcu, fdc_p fdc)
* If all motors were off, then the controller was
* reset, so it has lost track of the current
* cylinder. Recalibrate to handle this case.
+ * But first, discard the results of the reset.
*/
- fdc->state = STARTRECAL;
+ fdc->state = RESETCOMPLETE;
}
return(1); /* will return immediatly */
default: