From: Michael S. <st...@in...> - 2004-01-22 22:43:29
|
On 22.01.2004, at 19:05, Joshua Drew wrote: > On Jan 22, 2004, at 12:23 PM, Michael Steil wrote: >> Now that we're so far, and tmbinc's build is even more advanced, we >> will need a network driver *very* soon. So if anyone is interested, >> please have a look at GCLIB (at SourceForge.net) and implement a >> Linux 2.6.x driver. :-) > > I'm interested in giving this a shot. So, I took a look at > http://gclib.sourceforge.net/doc/, and the only mention of the > broadband adaptor I see is at: > > http://gclib.sourceforge.net/doc/GC__EXI_8h.html#a30 > > The slashdot story is what sparked my interest in this project - that > is to say, I'm not terribly familiar with any of this yet. What part, > specifically, of GCLIB needs to be ported? All code can be seen in the CVS: http://sourceforge.net/cvs/?group_id=91681 http://cvs.sourceforge.net/viewcvs.py/gclib/ (web interface) GC_BBA.c ( http://cvs.sourceforge.net/viewcvs.py/gclib/GCLIBCVS/GC_BBA.c? rev=1.1&view=auto ) has all BBA code. It also includes (TCP)/IP code, which is not needed for Linux. We just need a network device driver. The network device sits on top top the EXI bus, so it makes sense to coordinate your effort with hubb, who is doing the EXI driver. Michael |