From 692f6ca1cd9add1f5220d7937fcfd809c92f0ee9 Mon Sep 17 00:00:00 2001 From: niklas Date: Mon, 24 Apr 2000 19:06:00 +0000 Subject: [PATCH] wait just a bit for enabling to settle, fixes pccom on an xe when using the faster cardbus mode of the PCI1131 chip --- sys/dev/pcmcia/pcmcia.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/pcmcia/pcmcia.c b/sys/dev/pcmcia/pcmcia.c index f9b5710d5a0..817e3f97947 100644 --- a/sys/dev/pcmcia/pcmcia.c +++ b/sys/dev/pcmcia/pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmcia.c,v 1.26 2000/04/08 05:50:51 aaron Exp $ */ +/* $OpenBSD: pcmcia.c,v 1.27 2000/04/24 19:06:00 niklas Exp $ */ /* $NetBSD: pcmcia.c,v 1.9 1998/08/13 02:10:55 eeh Exp $ */ /* @@ -550,6 +550,7 @@ pcmcia_function_enable(pf) done: pf->pf_flags |= PFF_ENABLED; + delay(1000); return (0); bad: -- 2.20.1