Unbreak EISA. The PCI-EISA bridge bus is named eisab', not
isab'.
This mistake seems to have been benign until very recently, probably until msmith's PCI code reshuffle which cleaned up a lot of things. Still, my AIC7770 doesn't work again, but it at least probes the EISA bus now.
This commit is contained in:
parent
cba738d96f
commit
bd95976572
@ -621,5 +621,5 @@ static driver_t eisa_driver = {
|
||||
1, /* no softc */
|
||||
};
|
||||
|
||||
DRIVER_MODULE(eisa, isab, eisa_driver, eisa_devclass, 0, 0);
|
||||
DRIVER_MODULE(eisa, eisab, eisa_driver, eisa_devclass, 0, 0);
|
||||
DRIVER_MODULE(eisa, nexus, eisa_driver, eisa_devclass, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user