1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

EISA can (or will) be a child of the i386 nexus on non-PCI systems.

This commit is contained in:
Peter Wemm 1999-04-19 07:58:34 +00:00
parent ab898e2ec9
commit e51d99dc81
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45807
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: eisaconf.c,v 1.38 1999/04/18 15:50:33 peter Exp $
* $Id: eisaconf.c,v 1.39 1999/04/19 06:57:33 peter Exp $
*/
#include "opt_eisa.h"
@ -818,3 +818,4 @@ static driver_t eisa_driver = {
};
DRIVER_MODULE(eisa, isab, eisa_driver, eisa_devclass, 0, 0);
DRIVER_MODULE(eisa, nexus, eisa_driver, eisa_devclass, 0, 0);

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: eisaconf.c,v 1.38 1999/04/18 15:50:33 peter Exp $
* $Id: eisaconf.c,v 1.39 1999/04/19 06:57:33 peter Exp $
*/
#include "opt_eisa.h"
@ -818,3 +818,4 @@ static driver_t eisa_driver = {
};
DRIVER_MODULE(eisa, isab, eisa_driver, eisa_devclass, 0, 0);
DRIVER_MODULE(eisa, nexus, eisa_driver, eisa_devclass, 0, 0);