summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 16:24:44 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-05-11 16:24:44 +0000
commit96fd9216bba0389cc30f3202e1f66a741afdb776 (patch)
tree0e812c26a804813385063e3e09198e3a9f38da29
parent3fa326624c606b88483eb9ca9cc2c0cca024fe45 (diff)
Revert to 1.8, the corruption prob I had was local, and cvs did
not notice it, thus I thought it was in the repos
-rw-r--r--sys/arch/vax/vax/intvec.s31
1 files changed, 2 insertions, 29 deletions
diff --git a/sys/arch/vax/vax/intvec.s b/sys/arch/vax/vax/intvec.s
index 1c3a82c3782..71bda9563ba 100644
--- a/sys/arch/vax/vax/intvec.s
+++ b/sys/arch/vax/vax/intvec.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: intvec.s,v 1.10 1998/05/11 15:55:17 niklas Exp $ */
+/* $OpenBSD: intvec.s,v 1.11 1998/05/11 16:24:43 niklas Exp $ */
/* $NetBSD: intvec.s,v 1.23 1997/07/28 21:48:35 ragge Exp $ */
/*
@@ -72,9 +72,6 @@ ENTRY(stray/**/vecnr) ; \
popr $0x3f ; \
rei
-#define PUSHR pushr $0x3f
-#define POPR popr $0x3f
-
#define KSTACK 0
#define ISTACK 1
#define INTVEC(label,stack) \
@@ -322,31 +319,7 @@ ENTRY(rxcs); /* console interrupt from some other processor */
STRAY(0,A8)
STRAY(0,AC)
-ENTRY(netint)
- PUSHR
-#ifdef INET
-#if NARP > 0
- bbcc $NETISR_ARP,_netisr,1f; calls $0,_arpintr; 1:
-#endif
- bbcc $NETISR_IP,_netisr,1f; calls $0,_ipintr; 1:
-#endif
-#ifdef NETATALK
- bbcc $NETISR_ATALK,_netisr,1f; calls $0,_atintr; 1:
-#endif
-#ifdef NS
- bbcc $NETISR_NS,_netisr,1f; calls $0,_nsintr; 1:
-#endif
-#ifdef ISO
- bbcc $NETISR_ISO,_netisr,1f; calls $0,_clnlintr; 1:
-#endif
-#ifdef CCITT
- bbcc $NETISR_CCITT,_netisr,1f; calls $0,_ccittintr; 1:
-#endif
-#if NPPP > 0
- bbcc $NETISR_PPP,_netisr,1f; calls $0,_pppintr; 1:
-#endif
- POPR
- rei
+ FASTINTR(netint,netintr) #network packet interrupt
STRAY(0,B4)
STRAY(0,B8)