summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-25 05:25:43 +0000
committerimp <imp@FreeBSD.org>2001-05-25 05:25:43 +0000
commit3a70962792e0b697671b245f04f526e801ad9b7b (patch)
tree4f7617b04ee0fcf6d9e2f185c390aa4dc5c6618e /sys/pccard/pcicvar.h
parent3a5034ec484a94753f49b49d59eae519167d022c (diff)
downloadFreeBSD-src-3a70962792e0b697671b245f04f526e801ad9b7b.zip
FreeBSD-src-3a70962792e0b697671b245f04f526e801ad9b7b.tar.gz
Add intrack field to each slot. This can be used to acknowledge
interrupts on other buses. Right now it isn't used, but will be for the pci attachment. # Add copyright by me for this year since I've changed so much.
Diffstat (limited to 'sys/pccard/pcicvar.h')
-rw-r--r--sys/pccard/pcicvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index 57bbb1e..e11f486 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -35,6 +35,7 @@ struct pcic_slot {
struct pcic_softc *sc; /* Back pointer to softc */
u_char (*getb)(struct pcic_slot *, int);
void (*putb)(struct pcic_slot *, int, u_char);
+ void (*intrack)(struct pcic_slot *);
bus_space_tag_t bst;
bus_space_handle_t bsh;
};
OpenPOWER on IntegriCloud