summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_eisa.c
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_ep_eisa.c
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_ep_eisa.c')
-rw-r--r--sys/dev/ep/if_ep_eisa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c
index f9a58f0..42ae2b6 100644
--- a/sys/dev/ep/if_ep_eisa.c
+++ b/sys/dev/ep/if_ep_eisa.c
@@ -304,7 +304,7 @@ static driver_t ep_eisa_driver = {
1, /* unused */
};
-static devclass_t ep_devclass;
+extern devclass_t ep_devclass;
DRIVER_MODULE(ep, eisa, ep_eisa_driver, ep_devclass, 0, 0);
OpenPOWER on IntegriCloud