Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 1998 10:18:26 -0400 (EDT)
From:      "Larry S. Lile" <lile@stdio.com>
To:        George Morgan <George_Morgan@BayNetworks.COM>
Cc:        freebsd-tokenring@FreeBSD.ORG
Subject:   Re: LLC Spec. Outline (monospaced view)
Message-ID:  <Pine.SUN.3.91.980416101059.11836A-100000@heathers2.stdio.com>
In-Reply-To: <19980416140308.AAA22843@gmorgan-pc.corpwest.baynetworks.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 16 Apr 1998, George Morgan wrote:

> 
> > Actually the stuff we're using now for IP and IPX is Ethernet_II.  A bit
> > different (in the sense that its fairly simple in nature.
> 
> I'll have to look up some info on Ethernet_II...
> 
> > I think we want something like the following:
> > 
> > ether_input() -
> > 		\
> > 		+--- 802_3_input() -----
> > 		|			\
> > 		|		  	+--- 802_2_input()
> > 		|			|
> > 		|			+--- IPX_input()
> > 		|			|
> > 		|			+--- IP_input()
> > 		|			|
> > 		|			(etc)
> > 		|
> > 		+--- Ethernet_II_input() -------
> > 						\
> > 						+--- IP_input()
> > 						|
> > 						+--- IPX_input()
> > 						|
> > 						(etc)
> > 				
> > 
> > (I think)
> 
> Well, you know more about the current networking than I do.  If we really want 
> to do this like a software engineering project, then we should probably define 
> what procedures, functions and the like that we will need.  Then define the 
> interface for each and divide up the work.  This way we can each make our own 
> code (commented fairly well, hopefully) and then put all the pieces together 
> when they are done. If I ever understand the way everything currently works 
> then I would be happy to work on documenting it (and our additions)
> 
> > Our new setup should involve no more than another CASE in the
> > ether_input() routine.
> > 
> > The ARP code is going to need some work though.
> 
> I kind of imagined that... :)

Okay so what are we going to do for a source repository?  And speaking
of which how the %&#*@ do get the netccit stuff out of the Attic and
onto my development box? (using cvsup)

Larry
lile@stdio.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-tokenring" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.980416101059.11836A-100000>