Re: [Etherboot-developers] currticks function
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Markus G. <ma...@gu...> - 2002-07-02 15:51:25
|
Ken Yap wrote: > Hmm, I don't have a data sheet to double check this. Maybe Markus > Gutschke, who wrote the driver, can comment. I left all the manuals for this chip in Germany, so I can't check on what these flags should be set to. Recent Linux kernel sources seem to agree with you, though. So, this might very well be a bug in etherboot. Ken, you should probably change this value to 0xC0 so that it is the same as the one used by the Linux kernel. I guess, the reason why we got away with the old value is that it was probably interpreted as starting to transmit the packet after the first 381 bytes. As long as we delivered the remaining bytes fast enough (or as long as transmitted packets were small) this would still work. Both assumptions are probably true for most of the data that etherboot sends. Markus -- Markus Gutschke 3637 Fillmore Street #106 San Francisco, CA 94123-1600 +1-415-567-8449 ma...@gu... |