From f0c096dd0e30793f4737559519a0663f191a169e Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 30 Apr 1996 21:54:41 +0000 Subject: add IPX support. from now IPX fully attached to the system, but only for i386. other platforms need the same additions. --- sys/arch/i386/isa/icu.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys') 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 -- cgit v1.2.3