diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/isa/isa_common.c | 1 |
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 |