summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
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/slot.h
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/slot.h')
-rw-r--r--sys/pccard/slot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index af19e5e..e0f5fa3 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -52,6 +52,8 @@ struct slot_ctrl {
/* ioctl to lower level */
void (*mapirq) __P((struct slot *, int));
/* Map interrupt number */
+ void (*resume) __P((struct slot *));
+ /* suspend/resume support */
int extra; /* Controller specific size */
int maxmem; /* Number of allowed memory windows */
int maxio; /* Number of allowed I/O windows */
OpenPOWER on IntegriCloud