summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-04-19 00:04:08 +0000
committerimp <imp@FreeBSD.org>2001-04-19 00:04:08 +0000
commit542c08e70c6c417e74bc5ccd731c667196f474d5 (patch)
treec963f0c7d0d93aa8b019da8ca5ca14908b313636 /sys/pccard/slot.h
parentb857e0ac23e8df79e651abe8d55750dd0222d610 (diff)
downloadFreeBSD-src-542c08e70c6c417e74bc5ccd731c667196f474d5.zip
FreeBSD-src-542c08e70c6c417e74bc5ccd731c667196f474d5.tar.gz
First cut at bringing NEC PC98 original pccard bridge code back into
FreeBSD. This code doesn't work just yet, but does compile. We need to start indirecting via the cinfo pointers, rather than directly calling pcic_*. There may be other issues as well, but you gotta start somewhere. Obtained from: PAO3
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 67f756d..0b95444 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -54,6 +54,8 @@
*/
struct slot;
struct slot_ctrl {
+ void (*mapirq)(struct slot *, int);
+ /* Map irq */
int (*mapmem)(struct slot *, int);
/* Map memory */
int (*mapio)(struct slot *, int);
OpenPOWER on IntegriCloud