Re: [Etherboot-developers] Etherboot has eepro100.c for 82559....?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Eric W B. <ebi...@ln...> - 2002-08-28 20:04:45
|
"atul srivastava" <atu...@re...> writes: > Yah .. i found a missing call to virt_to_bus for passing the address of txfd > ..but even after adding that my status is same. > > just few momemts back i noticed i am using a 82559 card > while etherboot eepro100 drives only 82557 card. > > i know about few change in char config_cmd [22] and in TxFD and RxFD structure > has taken plave between 82557 and 82559 cards. > > anywy does any body know it any vrsion of etherboot has the scaled down version > of Donald Becker's 82559 driver. > > if yes pls. let me know.. On a slighty seperate subject would you be interested in working on a full port to MIPS? Hmm. Are you running little endian MIPS? It just occured to me that if you are big endian there might be some endian problems in the driver. I have been working the codebase in the general direction of portability with 5.1.2rc3. The driver API is portable, and non-portable drivers should show up on x86 for the most part. The core codebase still needs porting. On my wishlist I have x86-64, Itanium, and Alpha, but I don't know if I will get to any of them. Eric |