home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d540 / sana.lha / SANA / etherstuff.txt next >
Text File  |  1991-08-27  |  1KB  |  39 lines

  1. $Id: etherstuff.txt,v 1.3 91/05/08 16:15:58 rsbx Exp $
  2.  
  3. Ethernet specific information for the SANA_II specification:
  4.  
  5. S2io_DataLength:
  6.  
  7.     In the case of 802.3 packets, this field is filled with the
  8.     length field from the DTL.
  9.  
  10.     Otherwise, it is the length of the packet data (same as
  11.     NetBuff.Count for non-raw reads).
  12.  
  13.  
  14. Address format:
  15.  
  16.     Ethernet addresses consist of 47 bits of address information and
  17.     a 1 bit multicast flag. The standard for expressing ethernet
  18.     addresses is as 6 bytes (octets) in the order in which the bytes
  19.     are transmitted with the low-order bits in a byte transmitted
  20.     first. The multicast flag bit is the least-significant bit of the
  21.     first byte.
  22.  
  23.     Ethernet addresses in a Sana2IOReq occupy the first 6 bytes of
  24.     an address field in transmission order with the low-order bits in
  25.     a byte transmitted first.
  26.  
  27.  
  28. Raw reads and writes:
  29.  
  30.     The data format for a raw read or write is:
  31.  
  32.         6 bytes of destination address,
  33.         6 bytes of source address,
  34.         2 bytes of type,
  35.         64 to 1500 bytes of data,
  36.         4 bytes CRC value covering all of the above.
  37.  
  38.     See Ethernet specifications for more information.
  39.