Subject: NETISR_PPP?
To: None <tech-kern@NetBSD.ORG>
From: Gordon W. Ross <gwr@mc.com>
List: tech-kern
Date: 07/05/1995 11:44:23
> From: "Gordon W. Ross" <gwr>
> Date: Wed, 5 Jul 95 11:11:38 EDT
> 
> Just curious:  Why does PPP need its own netisr?

Oh.  This was answered in mail I had not yet read...

------
Date: Tue, 4 Jul 1995 22:32:31 -0400
From: "Christian E. Hopps" <chopps@water.emich.edu>
To: port-masters@netbsd.org
Subject: netisr.h

I recently added a NETISR_PPP to my copy of netisr.h (before Paul
added it to the tree).  I was unsure of what bit to use becuase of
the comments on the other allocated bits (i.e. /* same as AF_INET */).
I did a find/grep on all kernel sources and I see no connection between
the NETISR_ and AF_ stuff.  Can we just nuke those comments
and make the allocation of bits more logical (like 1,2,3,4...)?

Chris.

P.S. It looks like Paul may have been equally unsure of this odd connection
as he used 26 for his bit which is AF_MAX.