summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 5fa67a7..6242db5 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -350,6 +350,10 @@ slot_resume(void *arg)
struct slot *sp = arg;
struct pccard_dev *dp;
+#ifdef PCIC_RESUME_RESET
+ sp->ctrl->resume(sp);
+#endif
+
if (!sp->suspend_power)
sp->ctrl->power(sp);
if (sp->irq)
OpenPOWER on IntegriCloud