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:
joerg 2001-02-09 16:33:53 +00:00
parent cba738d96f
commit bd95976572

View File

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