Re: [Etherboot-developers] Q: TODO list for 5.2
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@et...> - 2003-07-11 14:16:08
|
>The cvs includes my tlan attempt that is able to poll correctly and >transmit once. I suspect that a review of the documentation would point >out the issue. I was not able to get past the autonegotiation stage on my OC2336 even though the lights on the hub seem to indicate the hub is happy with the speed. You have some recursive calls in TLan_FinishAutoNeg, those can't be right. You don't need ISA support in the driver, it's a PCI only card. I've reduced the number of Rx and Tx buffers and checked the changes in. |