Subject: ethercard support
To: None <macbsd-development@netbsd.org>
From: jeff schindall <jeff@apl.washington.edu>
List: macbsd-development
Date: 10/28/1994 14:23:30
Well, I'm not able to get the driver working yet, but did notice something
quite interesting and hope one of you can help me out.

Data is received and transmitted from/to the cards memory buffer using
bcopy(). This  appears to work flawlessly for incomming packets.  However,
for outgoing packets, the last two bytes often aren't copied properly. All
the other pairs are fine!


Example last 2bytes of a transmit:

  src       dest
 2b 61      2b 2b

How can we fix this?

I've tried re-copying the last byte and 2bytes after a bcopy with no luck.



=======================
jeff@apl.washington.edu