RE: [Etherboot-developers] Q: TODO list for 5.2
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2003-07-14 01:07:13
|
> 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. The Linux driver does some strange things in the auto-negotiation. I will review my changes. I may be able to get my hands on another tlan car to test with also. > 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. Yeah, I left it in because the Linux driver mentioned ISA versions. Obviously it should have been taken out. I am not sure whether the Tx buffer can be set to 1. The card requires the forward pointer of the ring to point to the next buffer. If it sees a zero it ends the channel. (Which could be Ok, I have tried to make it do that to no avail.) If you point the forward pointer to itself it keeps transmitting the same thing... Thanks Tim --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.497 / Virus Database: 296 - Release Date: 7/4/2003 |