summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-12 23:33:29 +0000
committermsmith <msmith@FreeBSD.org>2000-12-12 23:33:29 +0000
commit5275c89e7bbe1c0187157865333b85f83295055a (patch)
tree545a3e5467db6d7aab4d0c9d2738ba4d0ffea05d /sys/isa/isa_common.c
parenta0ae816020302eeb897ebfc7cef21e9bf8826c24 (diff)
downloadFreeBSD-src-5275c89e7bbe1c0187157865333b85f83295055a.zip
FreeBSD-src-5275c89e7bbe1c0187157865333b85f83295055a.tar.gz
It's possible for an ISA bus to be hung off an EISA bridge, so we need to
reflect that here.
Diffstat (limited to 'sys/isa/isa_common.c')
-rw-r--r--sys/isa/isa_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
index 9a761cf..ff0d94c 100644
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -1025,6 +1025,7 @@ static driver_t isa_driver = {
* ISA can be attached to a PCI-ISA bridge or directly to the nexus.
*/
DRIVER_MODULE(isa, isab, isa_driver, isa_devclass, 0, 0);
+DRIVER_MODULE(isa, eisab, isa_driver, isa_devclass, 0, 0);
#ifdef __i386__
DRIVER_MODULE(isa, nexus, isa_driver, isa_devclass, 0, 0);
#endif
OpenPOWER on IntegriCloud