This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / net / netisr.h
index 9d08467..1870961 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)netisr.h      7.8 (Berkeley) 5/7/91
  * SUCH DAMAGE.
  *
  *     from: @(#)netisr.h      7.8 (Berkeley) 5/7/91
- *     $Id: netisr.h,v 1.2 1993/10/16 17:43:27 rgrimes Exp $
+ *     $Id: netisr.h,v 1.4 1993/11/13 02:25:37 davidg Exp $
  */
 
 #ifndef _NET_NETISR_H_
  */
 
 #ifndef _NET_NETISR_H_
@@ -60,7 +60,8 @@
 #define        NETISR_IMP      3               /* same as AF_IMPLINK */
 #define        NETISR_NS       6               /* same as AF_NS */
 #define        NETISR_ISO      7               /* same as AF_ISO */
 #define        NETISR_IMP      3               /* same as AF_IMPLINK */
 #define        NETISR_NS       6               /* same as AF_NS */
 #define        NETISR_ISO      7               /* same as AF_ISO */
-#define        NETISR_CCITT    10              /* same as AF_CCITT */
+#define NETISR_X25     9               /* hope nobody wants AF_DATAKIT */
+#define        NETISR_HDLC     10              /* same as AF_CCITT */
 
 #define        schednetisr(anisr)      { netisr |= 1<<(anisr); setsoftnet(); }
 
 
 #define        schednetisr(anisr)      { netisr |= 1<<(anisr); setsoftnet(); }
 
 
 #undef schednetisr
 #define        schednetisr(anisr)      {\
 
 #undef schednetisr
 #define        schednetisr(anisr)      {\
-       if(netisr == 0) { \
-               softem++; \
-       } \
        netisr |= 1<<(anisr); \
 }
        netisr |= 1<<(anisr); \
 }
-#ifndef LOCORE
-#ifdef KERNEL
-extern int     softem; 
-#endif
-#endif
 #endif /* i386 */
 
 #ifndef LOCORE
 #endif /* i386 */
 
 #ifndef LOCORE