summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_epvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-10-25 02:52:16 +0000
committerimp <imp@FreeBSD.org>1999-10-25 02:52:16 +0000
commit6c561ab3d9f5cdf6fd61a7b1bb92e1dc16daa007 (patch)
tree02a42531c938d60c5a8767e1babb2353f93f4d88 /sys/dev/ep/if_epvar.h
parent94464bc92e6cd7219d883aa93a90b0bd79414853 (diff)
downloadFreeBSD-src-6c561ab3d9f5cdf6fd61a7b1bb92e1dc16daa007.zip
FreeBSD-src-6c561ab3d9f5cdf6fd61a7b1bb92e1dc16daa007.tar.gz
Add newbus attachment for pccard driver. Heavily tested by me, and
I'm committing this from a laptop running this driver. Have only one devclass for all ep devices (at least for pccard and eisa) so unit numbering is sane. Might not work with both isa and non-isa devices on the same system until ep is updated (Matt has some patches in the pipeline which should resolve this, he wanted me to commit this so he can resolve any conflicts against cvs rather than my patches). Reviewed by: Matt Dodd <mdodd@freebsd.org>
Diffstat (limited to 'sys/dev/ep/if_epvar.h')
-rw-r--r--sys/dev/ep/if_epvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h
index 4ad224f..f11c3f7 100644
--- a/sys/dev/ep/if_epvar.h
+++ b/sys/dev/ep/if_epvar.h
@@ -35,6 +35,8 @@ struct ep_softc {
u_char ep_connector; /* Configured connector. */
int stat; /* some flags */
int gone; /* adapter is not present (for PCCARD) */
+ struct resource *irq; /* IRQ resource */
+ void *ih; /* Interrupt handle cookie */
#define F_RX_FIRST 0x1
#define F_PROMISC 0x8
OpenPOWER on IntegriCloud