summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-01-08 00:22:58 +0000
committernate <nate@FreeBSD.org>1997-01-08 00:22:58 +0000
commit2c93c06cf90a23d4251f12eab7a11828bab3690b (patch)
tree5c3db8b0eef27ef4e4795804cf80dc136e2033c0 /sys/pccard/pccard.c
parent9962c79df882dfc75a62f0cce840bbdecd005bfc (diff)
downloadFreeBSD-src-2c93c06cf90a23d4251f12eab7a11828bab3690b.zip
FreeBSD-src-2c93c06cf90a23d4251f12eab7a11828bab3690b.tar.gz
- Added PCIC resume function
- Cleaned up VLSI-PCIC work-around code Submitted by: nate & the Nomads
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