--- /usr/src/sys/i386/isa/isa_compat.h Thu Jan 25 12:13:52 2001 +++ isa_compat.h Fri Aug 3 10:59:35 2001 @@ -31,6 +31,7 @@ #include "ar.h" #include "cx.h" #include "el.h" +#include "ie.h" #include "le.h" #include "lnc.h" #include "rdp.h" @@ -82,6 +83,7 @@ extern struct isa_driver ardriver; extern struct isa_driver cxdriver; extern struct isa_driver eldriver; +extern struct isa_driver iedriver; extern struct isa_driver ledriver; extern struct isa_driver lncdriver; extern struct isa_driver rdpdriver; @@ -201,6 +203,9 @@ /* NET */ +#if NIE > 0 + { INTR_TYPE_NET, &iedriver }, +#endif #if NLE > 0 { INTR_TYPE_NET, &ledriver }, #endif