summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic/aic_isa.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-01-14 23:42:36 +0000
committerimp <imp@FreeBSD.org>2000-01-14 23:42:36 +0000
commit7ec55590c7fa986a303d9df69c0892b390d10f63 (patch)
tree271f23d20aa0692278f064e30e0dcb114f960251 /sys/dev/aic/aic_isa.c
parentca5b31783682c84574148cdb9c211cebbb006c11 (diff)
downloadFreeBSD-src-7ec55590c7fa986a303d9df69c0892b390d10f63.zip
FreeBSD-src-7ec55590c7fa986a303d9df69c0892b390d10f63.tar.gz
Add support to aic for pccard attachments. Reports from testers have
been so positive that I'm going to go ahead and commit this now rather than do another round of patches. My Adaptec 1460D works great with these changes.
Diffstat (limited to 'sys/dev/aic/aic_isa.c')
-rw-r--r--sys/dev/aic/aic_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c
index 3e0c838..c7eb093 100644
--- a/sys/dev/aic/aic_isa.c
+++ b/sys/dev/aic/aic_isa.c
@@ -223,6 +223,6 @@ static driver_t aic_isa_driver = {
aic_isa_methods, sizeof(struct aic_isa_softc),
};
-static devclass_t aic_devclass;
+extern devclass_t aic_devclass;
DRIVER_MODULE(aic, isa, aic_isa_driver, aic_devclass, 0, 0);
OpenPOWER on IntegriCloud