It's possible for an ISA bus to be hung off an EISA bridge, so we need to

reflect that here.
This commit is contained in:
msmith 2000-12-12 23:33:29 +00:00
parent a0ae816020
commit 5275c89e7b

View File

@ -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