From: Arno K. <arn...@ya...> - 2005-10-21 12:40:38
|
Steven Picken schrieb: > I had thought I saw a mailing list topic about this, but apparently not. > > I've finally got myself a new machine to run Syllable again, but it's > using a Marvell Yukon chipset, which isn't supported yet in Syllable. > Is there a set of pointers that you could give me about porting > drivers over from Linux, and I'll take a shot at it. > > --Steven I think all syllable network drivers are ports of the linux drivers and so you should first look there. Most of them define the linux net_device structure in their source file. Many also use a file called "linuxcomp.h" which wraps some of the linux commands to syllable. The most complete one seems to be in the file in the dp83815 directory. Some of the functions can´t be wrapped correctly and you have to change the code manually, e.g. the timer and area functions. If you have more questions just post here again. Arno ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |