Sync with sys/i386/isa/fd.c revision 1.143.

This commit is contained in:
KATO Takenori 1999-05-11 08:37:16 +00:00
parent a19ce74ea1
commit 6048ba838c
2 changed files with 6 additions and 4 deletions

View File

@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
* $Id: fd.c,v 1.59 1999/05/07 10:11:14 phk Exp $
* $Id: fd.c,v 1.60 1999/05/09 04:34:28 kato Exp $
*
*/
@ -2457,8 +2457,9 @@ fdstate(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:

View File

@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
* $Id: fd.c,v 1.59 1999/05/07 10:11:14 phk Exp $
* $Id: fd.c,v 1.60 1999/05/09 04:34:28 kato Exp $
*
*/
@ -2457,8 +2457,9 @@ fdstate(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: