Remove defines for netisr bits which are not used anymore. 

Index: sys/net/netisr.h
===================================================================
RCS file: /cvs/src/sys/net/netisr.h,v
retrieving revision 1.52
diff -u -p -r1.52 netisr.h
--- sys/net/netisr.h    4 Aug 2020 09:32:05 -0000       1.52
+++ sys/net/netisr.h    5 Aug 2020 21:07:41 -0000
@@ -41,12 +41,8 @@
  * interrupt used for scheduling the network code to calls
  * on the lowest level routine of each protocol.
  */
-#define        NETISR_IP       2               /* same as AF_INET */
-#define        NETISR_TX       3               /* for if_snd processing */
 #define        NETISR_PFSYNC   5               /* for pfsync "immediate" tx */
 #define        NETISR_ARP      18              /* same as AF_LINK */
-#define        NETISR_IPV6     24              /* same as AF_INET6 */
-#define        NETISR_ISDN     26              /* same as AF_E164 */
 #define        NETISR_PPP      28              /* for PPP processing */
 #define        NETISR_BRIDGE   29              /* for bridge processing */
 #define        NETISR_PPPOE    30              /* for pppoe processing */

Reply via email to