artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e68135
)
add IPX support.
author
mickey
<mickey@openbsd.org>
Tue, 30 Apr 1996 21:54:40 +0000
(21:54 +0000)
committer
mickey
<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
patch
|
blob
|
history
diff --git
a/sys/arch/i386/isa/icu.s
b/sys/arch/i386/isa/icu.s
index
b6ffcd1
..
452d54e
100644
(file)
--- 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