summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-30 21:54:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-30 21:54:41 +0000
commitf0c096dd0e30793f4737559519a0663f191a169e (patch)
tree9363ee138f123cfc7e599696d8e31ac8330c2859 /sys/arch
parent2970beb1023ae5257022a51b55191c07ba8ce58b (diff)
add IPX support.
from now IPX fully attached to the system, but only for i386. other platforms need the same additions.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/isa/icu.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/i386/isa/icu.s b/sys/arch/i386/isa/icu.s
index b6ffcd13c79..452d54e8eca 100644
--- a/sys/arch/i386/isa/icu.s
+++ b/sys/arch/i386/isa/icu.s
@@ -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