add IPX support.
authormickey <mickey@openbsd.org>
Tue, 30 Apr 1996 21:54:40 +0000 (21:54 +0000)
committermickey <mickey@openbsd.org>
Tue, 30 Apr 1996 21:54:40 +0000 (21:54 +0000)
from now IPX fully attached to the system, but only for i386.
other platforms need the same additions.

sys/arch/i386/isa/icu.s

index b6ffcd1..452d54e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: icu.s,v 1.3 1996/04/30 21:54:40 mickey Exp $  */
 /*     $NetBSD: icu.s,v 1.45 1996/01/07 03:59:34 mycroft Exp $ */
 
 /*-
@@ -151,6 +152,9 @@ IDTVEC(softnet)
 #ifdef IMP
        DONET(NETISR_IMP, _impintr)
 #endif
+#ifdef IPX
+       DONET(NETISR_IPX, _ipxintr)
+#endif
 #ifdef NS
        DONET(NETISR_NS, _nsintr)
 #endif