Hi !

I'm working on a driver for the Am79C973 Ethernet controller that we use
on our board. (The Linux PCNet driver needs to be adapted a little bit
for ARM and for this chip, but I'm beginning with a driver for Russel's BIOS).

I'm having a problem with both our board and the EBSA285 with the AMD
evaluation board (so it doesn't look like a HW problem).

Basically, what happens is that apparently, the Ethernet chip incorrectly
reads datas from memory. For example, the initialisation block seems to
be read ok (eth address is correct) except for the _last_ long word (the
Tx ring address): the chip seems to read twice the Rx ring address.
(After initialisation, when I read both ring base addresses via CSR
registers, it looks like the chip used the same address for both Rx and
Tx ring).

Also, ethernet frames sent by the controller seems to be partially
garbled. For ex, if the packet begins with 10 10 10 10 10 10 (hex source
address), on another machine using iptraf, I see those packets coming
with an address of 10 10 ff ff 10 10.

Any clue about what's going on ? I think I have tried almost all possible
configuration options of this ethernet chip, is it possible that there is
some incompatibility between this chip and the 285 ?

-- 
           E-Mail: <mailto:[EMAIL PROTECTED]>
BenH.      Web   : <http://calvaweb.calvacom.fr/bh40/>


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to