summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-04-24 19:06:01 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-04-24 19:06:01 +0000
commit505fe399f123db9a1f35ae87c7ec9f36d7df2526 (patch)
tree35b406005bd9bb69417d2b8114e01ea582486faa /sys/dev
parentcbe656cd15973b63555f2694f3ba9f7c78837178 (diff)
wait just a bit for enabling to settle, fixes pccom on an xe
when using the faster cardbus mode of the PCI1131 chip
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pcmcia/pcmcia.c3
1 files changed, 2 insertions, 1 deletions
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: