*** arch/i386/isa/fd.c-	Mon Sep 23 11:31:53 1996
--- arch/i386/isa/fd.c	Wed Mar 12 12:42:06 1997
***************
*** 199,205 ****
  		printf("\n");
  	}
  #endif
! 	if (n != 2 || (fdc->sc_status[0] & 0xf8) != 0x20)
  		return 0;
  	/* turn off motor */
  	bus_io_write_1(bc, ioh, fdout, FDO_FRST);
--- 199,206 ----
  		printf("\n");
  	}
  #endif
! 	/* flags & 0x10 forces the drive to be found even if it won't probe */
! 	if (!(fa->fa_flags & 0x10) && (n != 2 || (fdc->sc_status[0] & 0xf8) != 0x20))
  		return 0;
  	/* turn off motor */
  	bus_io_write_1(bc, ioh, fdout, FDO_FRST);
