mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
93480bce7c
commit
5aea03b06b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue