ni52.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:10k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * Intel i82586 Ethernet definitions
  3.  *
  4.  * This is an extension to the Linux operating system, and is covered by the
  5.  * same GNU General Public License that covers that work.
  6.  *
  7.  * copyrights (c) 1994 by Michael Hipp (hippm@informatik.uni-tuebingen.de)
  8.  *
  9.  * I have done a look in the following sources:
  10.  *   crynwr-packet-driver by Russ Nelson
  11.  *   Garret A. Wollman's i82586-driver for BSD
  12.  */
  13.  
  14. #define NI52_RESET     0  /* writing to this address, resets the i82586 */
  15. #define NI52_ATTENTION 1  /* channel attention, kick the 586 */
  16. #define NI52_TENA      3  /* 2-5 possibly wrong, Xmit enable */
  17. #define NI52_TDIS      2  /* Xmit disable */
  18. #define NI52_INTENA    5  /* Interrupt enable */
  19. #define NI52_INTDIS    4  /* Interrupt disable */
  20. #define NI52_MAGIC1    6  /* dunno exact function */
  21. #define NI52_MAGIC2    7  /* dunno exact function */
  22. #define NI52_MAGICVAL1 0x00  /* magic-values for ni5210 card */
  23. #define NI52_MAGICVAL2 0x55
  24. /*
  25.  * where to find the System Configuration Pointer (SCP)
  26.  */
  27. #define SCP_DEFAULT_ADDRESS 0xfffff4
  28. /*
  29.  * System Configuration Pointer Struct
  30.  */
  31. struct scp_struct
  32. {
  33.   unsigned short zero_dum0; /* has to be zero */
  34.   unsigned char  sysbus; /* 0=16Bit,1=8Bit */
  35.   unsigned char  zero_dum1; /* has to be zero for 586 */
  36.   unsigned short zero_dum2;
  37.   unsigned short zero_dum3;
  38.   char          *iscp; /* pointer to the iscp-block */
  39. };
  40. /*
  41.  * Intermediate System Configuration Pointer (ISCP)
  42.  */
  43. struct iscp_struct
  44. {
  45.   unsigned char  busy;          /* 586 clears after successful init */
  46.   unsigned char  zero_dummy;    /* has to be zero */
  47.   unsigned short scb_offset;    /* pointeroffset to the scb_base */
  48.   char          *scb_base;      /* base-address of all 16-bit offsets */
  49. };
  50. /*
  51.  * System Control Block (SCB)
  52.  */
  53. struct scb_struct
  54. {
  55.   unsigned char rus;
  56.   unsigned char cus;
  57.   unsigned char cmd_ruc;           /* command word: RU part */
  58.   unsigned char cmd_cuc;           /* command word: CU part & ACK */
  59.   unsigned short cbl_offset;    /* pointeroffset, command block list */
  60.   unsigned short rfa_offset;    /* pointeroffset, receive frame area */
  61.   unsigned short crc_errs;      /* CRC-Error counter */
  62.   unsigned short aln_errs;      /* alignmenterror counter */
  63.   unsigned short rsc_errs;      /* Resourceerror counter */
  64.   unsigned short ovrn_errs;     /* OVerrunerror counter */
  65. };
  66. /*
  67.  * possible command values for the command word
  68.  */
  69. #define RUC_MASK 0x0070 /* mask for RU commands */
  70. #define RUC_NOP 0x0000 /* NOP-command */
  71. #define RUC_START 0x0010 /* start RU */
  72. #define RUC_RESUME 0x0020 /* resume RU after suspend */
  73. #define RUC_SUSPEND 0x0030 /* suspend RU */
  74. #define RUC_ABORT 0x0040 /* abort receiver operation immediately */
  75. #define CUC_MASK        0x07  /* mask for CU command */
  76. #define CUC_NOP         0x00  /* NOP-command */
  77. #define CUC_START       0x01  /* start execution of 1. cmd on the CBL */
  78. #define CUC_RESUME      0x02  /* resume after suspend */
  79. #define CUC_SUSPEND     0x03  /* Suspend CU */
  80. #define CUC_ABORT       0x04  /* abort command operation immediately */
  81. #define ACK_MASK        0xf0  /* mask for ACK command */
  82. #define ACK_CX          0x80  /* acknowledges STAT_CX */
  83. #define ACK_FR          0x40  /* ack. STAT_FR */
  84. #define ACK_CNA         0x20  /* ack. STAT_CNA */
  85. #define ACK_RNR         0x10  /* ack. STAT_RNR */
  86. /*
  87.  * possible status values for the status word
  88.  */
  89. #define STAT_MASK       0xf0  /* mask for cause of interrupt */
  90. #define STAT_CX         0x80  /* CU finished cmd with its I bit set */
  91. #define STAT_FR         0x40  /* RU finished receiving a frame */
  92. #define STAT_CNA        0x20  /* CU left active state */
  93. #define STAT_RNR        0x10  /* RU left ready state */
  94. #define CU_STATUS       0x7   /* CU status, 0=idle */
  95. #define CU_SUSPEND      0x1   /* CU is suspended */
  96. #define CU_ACTIVE       0x2   /* CU is active */
  97. #define RU_STATUS 0x70 /* RU status, 0=idle */
  98. #define RU_SUSPEND 0x10 /* RU suspended */
  99. #define RU_NOSPACE 0x20 /* RU no resources */
  100. #define RU_READY 0x40 /* RU is ready */
  101. /*
  102.  * Receive Frame Descriptor (RFD)
  103.  */
  104. struct rfd_struct
  105. {
  106.   unsigned char  stat_low; /* status word */
  107.   unsigned char  stat_high; /* status word */
  108.   unsigned char  rfd_sf; /* 82596 mode only */
  109.   unsigned char  last; /* Bit15,Last Frame on List / Bit14,suspend */
  110.   unsigned short next; /* linkoffset to next RFD */
  111.   unsigned short rbd_offset; /* pointeroffset to RBD-buffer */
  112.   unsigned char  dest[6]; /* ethernet-address, destination */
  113.   unsigned char  source[6]; /* ethernet-address, source */
  114.   unsigned short length; /* 802.3 frame-length */
  115.   unsigned short zero_dummy; /* dummy */
  116. };
  117. #define RFD_LAST     0x80 /* last: last rfd in the list */
  118. #define RFD_SUSP     0x40 /* last: suspend RU after  */
  119. #define RFD_COMPL    0x80
  120. #define RFD_OK       0x20
  121. #define RFD_BUSY     0x40
  122. #define RFD_ERR_LEN  0x10     /* Length error (if enabled length-checking */
  123. #define RFD_ERR_CRC  0x08     /* CRC error */
  124. #define RFD_ERR_ALGN 0x04     /* Alignment error */
  125. #define RFD_ERR_RNR  0x02     /* status: receiver out of resources */
  126. #define RFD_ERR_OVR  0x01     /* DMA Overrun! */
  127. #define RFD_ERR_FTS  0x0080 /* Frame to short */
  128. #define RFD_ERR_NEOP 0x0040 /* No EOP flag (for bitstuffing only) */
  129. #define RFD_ERR_TRUN 0x0020 /* (82596 only/SF mode) indicates truncated frame */
  130. #define RFD_MATCHADD 0x0002     /* status: Destinationaddress !matches IA (only 82596) */
  131. #define RFD_COLLDET  0x0001 /* Detected collision during reception */
  132. /*
  133.  * Receive Buffer Descriptor (RBD)
  134.  */
  135. struct rbd_struct 
  136. {
  137.   unsigned short status; /* status word,number of used bytes in buff */
  138.   unsigned short next; /* pointeroffset to next RBD */
  139.   char          *buffer; /* receive buffer address pointer */
  140.   unsigned short size; /* size of this buffer */
  141.   unsigned short zero_dummy;    /* dummy */
  142. };
  143. #define RBD_LAST 0x8000 /* last buffer */
  144. #define RBD_USED 0x4000 /* this buffer has data */
  145. #define RBD_MASK 0x3fff /* size-mask for length */
  146. /*
  147.  * Statusvalues for Commands/RFD
  148.  */
  149. #define STAT_COMPL   0x8000 /* status: frame/command is complete */
  150. #define STAT_BUSY    0x4000 /* status: frame/command is busy */
  151. #define STAT_OK      0x2000 /* status: frame/command is ok */
  152. /*
  153.  * Action-Commands
  154.  */
  155. #define CMD_NOP 0x0000 /* NOP */
  156. #define CMD_IASETUP 0x0001 /* initial address setup command */
  157. #define CMD_CONFIGURE 0x0002 /* configure command */
  158. #define CMD_MCSETUP 0x0003 /* MC setup command */
  159. #define CMD_XMIT 0x0004 /* transmit command */
  160. #define CMD_TDR 0x0005 /* time domain reflectometer (TDR) command */
  161. #define CMD_DUMP 0x0006 /* dump command */
  162. #define CMD_DIAGNOSE 0x0007 /* diagnose command */
  163. /*
  164.  * Action command bits
  165.  */
  166. #define CMD_LAST 0x8000 /* indicates last command in the CBL */
  167. #define CMD_SUSPEND 0x4000 /* suspend CU after this CB */
  168. #define CMD_INT 0x2000 /* generate interrupt after execution */
  169. /*
  170.  * NOP - command
  171.  */
  172. struct nop_cmd_struct
  173. {
  174.   unsigned short cmd_status; /* status of this command */
  175.   unsigned short cmd_cmd;       /* the command itself (+bits) */
  176.   unsigned short cmd_link;      /* offsetpointer to next command */
  177. };
  178. /*
  179.  * IA Setup command
  180.  */
  181. struct iasetup_cmd_struct 
  182. {
  183.   unsigned short cmd_status;
  184.   unsigned short cmd_cmd;
  185.   unsigned short cmd_link;
  186.   unsigned char  iaddr[6];
  187. };
  188. /*
  189.  * Configure command 
  190.  */
  191. struct configure_cmd_struct
  192. {
  193.   unsigned short cmd_status;
  194.   unsigned short cmd_cmd;
  195.   unsigned short cmd_link;
  196.   unsigned char  byte_cnt;   /* size of the config-cmd */
  197.   unsigned char  fifo;       /* fifo/recv monitor */
  198.   unsigned char  sav_bf;     /* save bad frames (bit7=1)*/
  199.   unsigned char  adr_len;    /* adr_len(0-2),al_loc(3),pream(4-5),loopbak(6-7)*/
  200.   unsigned char  priority;   /* lin_prio(0-2),exp_prio(4-6),bof_metd(7) */
  201.   unsigned char  ifs;        /* inter frame spacing */
  202.   unsigned char  time_low;   /* slot time low */
  203.   unsigned char  time_high;  /* slot time high(0-2) and max. retries(4-7) */
  204.   unsigned char  promisc;    /* promisc-mode(0) , et al (1-7) */
  205.   unsigned char  carr_coll;  /* carrier(0-3)/collision(4-7) stuff */
  206.   unsigned char  fram_len;   /* minimal frame len */
  207.   unsigned char  dummy;      /* dummy */
  208. };
  209. /*
  210.  * Multicast Setup command 
  211.  */
  212. struct mcsetup_cmd_struct 
  213. {
  214.   unsigned short cmd_status;
  215.   unsigned short cmd_cmd;
  216.   unsigned short cmd_link;
  217.   unsigned short mc_cnt; /* number of bytes in the MC-List */
  218.   unsigned char  mc_list[0][6];   /* pointer to 6 bytes entries */
  219. };
  220. /*
  221.  * DUMP command
  222.  */
  223. struct dump_cmd_struct
  224. {
  225.   unsigned short cmd_status;
  226.   unsigned short cmd_cmd;
  227.   unsigned short cmd_link;
  228.   unsigned short dump_offset;    /* pointeroffset to DUMP space */
  229. };
  230. /*
  231.  * transmit command 
  232.  */
  233. struct transmit_cmd_struct 
  234. {
  235.   unsigned short cmd_status;
  236.   unsigned short cmd_cmd;
  237.   unsigned short cmd_link;
  238.   unsigned short tbd_offset; /* pointeroffset to TBD */
  239.   unsigned char  dest[6];       /* destination address of the frame */
  240.   unsigned short length; /* user defined: 802.3 length / Ether type */
  241. };
  242. #define TCMD_ERRMASK     0x0fa0
  243. #define TCMD_MAXCOLLMASK 0x000f
  244. #define TCMD_MAXCOLL     0x0020
  245. #define TCMD_HEARTBEAT   0x0040
  246. #define TCMD_DEFERRED    0x0080
  247. #define TCMD_UNDERRUN    0x0100
  248. #define TCMD_LOSTCTS     0x0200
  249. #define TCMD_NOCARRIER   0x0400
  250. #define TCMD_LATECOLL    0x0800
  251. struct tdr_cmd_struct
  252. {
  253.   unsigned short cmd_status;
  254.   unsigned short cmd_cmd;
  255.   unsigned short cmd_link;
  256.   unsigned short status;
  257. };
  258. #define TDR_LNK_OK 0x8000 /* No link problem identified */
  259. #define TDR_XCVR_PRB 0x4000 /* indicates a transceiver problem */
  260. #define TDR_ET_OPN 0x2000 /* open, no correct termination */
  261. #define TDR_ET_SRT 0x1000 /* TDR detected a short circuit */
  262. #define TDR_TIMEMASK 0x07ff /* mask for the time field */
  263. /*
  264.  * Transmit Buffer Descriptor (TBD)
  265.  */
  266. struct tbd_struct
  267. {
  268.   unsigned short size; /* size + EOF-Flag(15) */
  269.   unsigned short next;          /* pointeroffset to next TBD */
  270.   char          *buffer;        /* pointer to buffer */
  271. };
  272. #define TBD_LAST 0x8000         /* EOF-Flag, indicates last buffer in list */