From 036ec6601cae3441b7016d18dde8d7d2dd366693 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 19 Mar 1999 16:09:57 +0000 Subject: [PATCH] Add FDC_HEADSETTLE to wait for the heads to settle timeout --- sys/dev/pcmcia/fdc_pcmcia.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pcmcia/fdc_pcmcia.c b/sys/dev/pcmcia/fdc_pcmcia.c index 35b976fea585..a8f6f8698a85 100644 --- a/sys/dev/pcmcia/fdc_pcmcia.c +++ b/sys/dev/pcmcia/fdc_pcmcia.c @@ -1,4 +1,4 @@ -/* $NetBSD: fdc_pcmcia.c,v 1.3 1998/09/05 14:17:38 christos Exp $ */ +/* $NetBSD: fdc_pcmcia.c,v 1.4 1999/03/19 16:09:57 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -192,7 +192,7 @@ fdc_pcmcia_attach(parent, self, aux) fdc->sc_iot = psc->sc_pcioh.iot; fdc->sc_ioh = psc->sc_pcioh.ioh; - fdc->sc_flags = 0; + fdc->sc_flags = FDC_HEADSETTLE; fdc->sc_state = DEVIDLE; TAILQ_INIT(&fdc->sc_drives);