artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ea190
)
wait just a bit for enabling to settle, fixes pccom on an xe
author
niklas
<niklas@openbsd.org>
Mon, 24 Apr 2000 19:06:00 +0000
(19:06 +0000)
committer
niklas
<niklas@openbsd.org>
Mon, 24 Apr 2000 19:06:00 +0000
(19:06 +0000)
when using the faster cardbus mode of the PCI1131 chip
sys/dev/pcmcia/pcmcia.c
patch
|
blob
|
history
diff --git
a/sys/dev/pcmcia/pcmcia.c
b/sys/dev/pcmcia/pcmcia.c
index
f9b5710
..
817e3f9
100644
(file)
--- a/
sys/dev/pcmcia/pcmcia.c
+++ b/
sys/dev/pcmcia/pcmcia.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pcmcia.c,v 1.2
6 2000/04/08 05:50:51 aaron Exp $
*/
+/* $OpenBSD: pcmcia.c,v 1.2
7 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: