add IMP internal software interrupt, delete ND
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 3 Aug 1985 09:09:54 +0000 (01:09 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 3 Aug 1985 09:09:54 +0000 (01:09 -0800)
SCCS-vsn: sys/net/netisr.h 6.3

usr/src/sys/net/netisr.h

index c63a24a..43f7591 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)netisr.h    6.2 (Berkeley) %G%
+ *     @(#)netisr.h    6.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -26,8 +26,8 @@
  */
 #define        NETISR_RAW      0               /* same as AF_UNSPEC */
 #define        NETISR_IP       2               /* same as AF_INET */
  */
 #define        NETISR_RAW      0               /* same as AF_UNSPEC */
 #define        NETISR_IP       2               /* same as AF_INET */
+#define        NETISR_IMP      3               /* same as AF_IMPLINK */
 #define        NETISR_NS       6               /* same as AF_NS */
 #define        NETISR_NS       6               /* same as AF_NS */
-#define        NETISR_ND       7               /* network disk protocol */
 
 #define        schednetisr(anisr)      { netisr |= 1<<(anisr); setsoftnet(); }
 
 
 #define        schednetisr(anisr)      { netisr |= 1<<(anisr); setsoftnet(); }