From e51d99dc8133572904616e819eb85ba4aa8ccbb3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 19 Apr 1999 07:58:34 +0000 Subject: EISA can (or will) be a child of the i386 nexus on non-PCI systems. --- sys/dev/eisa/eisaconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/eisa') diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 5585d63e418fe..285ca1106462f 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -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); -- cgit v1.2.3