You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ns8390.h 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. /**************************************************************************
  2. ETHERBOOT - BOOTP/TFTP Bootstrap Program
  3. Author: Martin Renters
  4. Date: Jun/94
  5. **************************************************************************/
  6. #define VENDOR_NONE 0
  7. #define VENDOR_WD 1
  8. #define VENDOR_NOVELL 2
  9. #define VENDOR_3COM 3
  10. #define FLAG_PIO 0x01
  11. #define FLAG_16BIT 0x02
  12. #define FLAG_790 0x04
  13. #define MEM_8192 32
  14. #define MEM_16384 64
  15. #define MEM_32768 128
  16. #define ISA_MAX_ADDR 0x400
  17. /**************************************************************************
  18. Western Digital/SMC Board Definitions
  19. **************************************************************************/
  20. #define WD_LOW_BASE 0x200
  21. #define WD_HIGH_BASE 0x3e0
  22. #ifndef WD_DEFAULT_MEM
  23. #define WD_DEFAULT_MEM 0xD0000
  24. #endif
  25. #define WD_NIC_ADDR 0x10
  26. /**************************************************************************
  27. Western Digital/SMC ASIC Addresses
  28. **************************************************************************/
  29. #define WD_MSR 0x00
  30. #define WD_ICR 0x01
  31. #define WD_IAR 0x02
  32. #define WD_BIO 0x03
  33. #define WD_IRR 0x04
  34. #define WD_LAAR 0x05
  35. #define WD_IJR 0x06
  36. #define WD_GP2 0x07
  37. #define WD_LAR 0x08
  38. #define WD_BID 0x0E
  39. #define WD_ICR_16BIT 0x01
  40. #define WD_MSR_MENB 0x40
  41. #define WD_LAAR_L16EN 0x40
  42. #define WD_LAAR_M16EN 0x80
  43. #define WD_SOFTCONFIG 0x20
  44. /**************************************************************************
  45. Western Digital/SMC Board Types
  46. **************************************************************************/
  47. #define TYPE_WD8003S 0x02
  48. #define TYPE_WD8003E 0x03
  49. #define TYPE_WD8013EBT 0x05
  50. #define TYPE_WD8003W 0x24
  51. #define TYPE_WD8003EB 0x25
  52. #define TYPE_WD8013W 0x26
  53. #define TYPE_WD8013EP 0x27
  54. #define TYPE_WD8013WC 0x28
  55. #define TYPE_WD8013EPC 0x29
  56. #define TYPE_SMC8216T 0x2a
  57. #define TYPE_SMC8216C 0x2b
  58. #define TYPE_SMC8416T 0x00 /* Bogus entries: the 8416 generates the */
  59. #define TYPE_SMC8416C 0x00 /* the same codes as the 8216. */
  60. #define TYPE_SMC8013EBP 0x2c
  61. /**************************************************************************
  62. 3com 3c503 definitions
  63. **************************************************************************/
  64. #ifndef _3COM_BASE
  65. #define _3COM_BASE 0x300
  66. #endif
  67. #define _3COM_TX_PAGE_OFFSET_8BIT 0x20
  68. #define _3COM_TX_PAGE_OFFSET_16BIT 0x0
  69. #define _3COM_RX_PAGE_OFFSET_16BIT 0x20
  70. #define _3COM_ASIC_OFFSET 0x400
  71. #define _3COM_NIC_OFFSET 0x0
  72. #define _3COM_PSTR 0
  73. #define _3COM_PSPR 1
  74. #define _3COM_BCFR 3
  75. #define _3COM_BCFR_2E0 0x01
  76. #define _3COM_BCFR_2A0 0x02
  77. #define _3COM_BCFR_280 0x04
  78. #define _3COM_BCFR_250 0x08
  79. #define _3COM_BCFR_350 0x10
  80. #define _3COM_BCFR_330 0x20
  81. #define _3COM_BCFR_310 0x40
  82. #define _3COM_BCFR_300 0x80
  83. #define _3COM_PCFR 4
  84. #define _3COM_PCFR_PIO 0
  85. #define _3COM_PCFR_C8000 0x10
  86. #define _3COM_PCFR_CC000 0x20
  87. #define _3COM_PCFR_D8000 0x40
  88. #define _3COM_PCFR_DC000 0x80
  89. #define _3COM_CR 6
  90. #define _3COM_CR_RST 0x01 /* Reset GA and NIC */
  91. #define _3COM_CR_XSEL 0x02 /* Transceiver select. BNC=1(def) AUI=0 */
  92. #define _3COM_CR_EALO 0x04 /* window EA PROM 0-15 to I/O base */
  93. #define _3COM_CR_EAHI 0x08 /* window EA PROM 16-31 to I/O base */
  94. #define _3COM_CR_SHARE 0x10 /* select interrupt sharing option */
  95. #define _3COM_CR_DBSEL 0x20 /* Double buffer select */
  96. #define _3COM_CR_DDIR 0x40 /* DMA direction select */
  97. #define _3COM_CR_START 0x80 /* Start DMA controller */
  98. #define _3COM_GACFR 5
  99. #define _3COM_GACFR_MBS0 0x01
  100. #define _3COM_GACFR_MBS1 0x02
  101. #define _3COM_GACFR_MBS2 0x04
  102. #define _3COM_GACFR_RSEL 0x08 /* enable shared memory */
  103. #define _3COM_GACFR_TEST 0x10 /* for GA testing */
  104. #define _3COM_GACFR_OWS 0x20 /* select 0WS access to GA */
  105. #define _3COM_GACFR_TCM 0x40 /* Mask DMA interrupts */
  106. #define _3COM_GACFR_NIM 0x80 /* Mask NIC interrupts */
  107. #define _3COM_STREG 7
  108. #define _3COM_STREG_REV 0x07 /* GA revision */
  109. #define _3COM_STREG_DIP 0x08 /* DMA in progress */
  110. #define _3COM_STREG_DTC 0x10 /* DMA terminal count */
  111. #define _3COM_STREG_OFLW 0x20 /* Overflow */
  112. #define _3COM_STREG_UFLW 0x40 /* Underflow */
  113. #define _3COM_STREG_DPRDY 0x80 /* Data port ready */
  114. #define _3COM_IDCFR 8
  115. #define _3COM_IDCFR_DRQ0 0x01 /* DMA request 1 select */
  116. #define _3COM_IDCFR_DRQ1 0x02 /* DMA request 2 select */
  117. #define _3COM_IDCFR_DRQ2 0x04 /* DMA request 3 select */
  118. #define _3COM_IDCFR_UNUSED 0x08 /* not used */
  119. #define _3COM_IDCFR_IRQ2 0x10 /* Interrupt request 2 select */
  120. #define _3COM_IDCFR_IRQ3 0x20 /* Interrupt request 3 select */
  121. #define _3COM_IDCFR_IRQ4 0x40 /* Interrupt request 4 select */
  122. #define _3COM_IDCFR_IRQ5 0x80 /* Interrupt request 5 select */
  123. #define _3COM_IRQ2 2
  124. #define _3COM_IRQ3 3
  125. #define _3COM_IRQ4 4
  126. #define _3COM_IRQ5 5
  127. #define _3COM_DAMSB 9
  128. #define _3COM_DALSB 0x0a
  129. #define _3COM_VPTR2 0x0b
  130. #define _3COM_VPTR1 0x0c
  131. #define _3COM_VPTR0 0x0d
  132. #define _3COM_RFMSB 0x0e
  133. #define _3COM_RFLSB 0x0f
  134. /**************************************************************************
  135. NE1000/2000 definitions
  136. **************************************************************************/
  137. #define NE_ASIC_OFFSET 0x10
  138. #define NE_RESET 0x0F /* Used to reset card */
  139. #define NE_DATA 0x00 /* Used to read/write NIC mem */
  140. #define COMPEX_RL2000_TRIES 200
  141. /**************************************************************************
  142. 8390 Register Definitions
  143. **************************************************************************/
  144. #define D8390_P0_COMMAND 0x00
  145. #define D8390_P0_PSTART 0x01
  146. #define D8390_P0_PSTOP 0x02
  147. #define D8390_P0_BOUND 0x03
  148. #define D8390_P0_TSR 0x04
  149. #define D8390_P0_TPSR 0x04
  150. #define D8390_P0_TBCR0 0x05
  151. #define D8390_P0_TBCR1 0x06
  152. #define D8390_P0_ISR 0x07
  153. #define D8390_P0_RSAR0 0x08
  154. #define D8390_P0_RSAR1 0x09
  155. #define D8390_P0_RBCR0 0x0A
  156. #define D8390_P0_RBCR1 0x0B
  157. #define D8390_P0_RSR 0x0C
  158. #define D8390_P0_RCR 0x0C
  159. #define D8390_P0_TCR 0x0D
  160. #define D8390_P0_DCR 0x0E
  161. #define D8390_P0_IMR 0x0F
  162. #define D8390_P1_COMMAND 0x00
  163. #define D8390_P1_PAR0 0x01
  164. #define D8390_P1_PAR1 0x02
  165. #define D8390_P1_PAR2 0x03
  166. #define D8390_P1_PAR3 0x04
  167. #define D8390_P1_PAR4 0x05
  168. #define D8390_P1_PAR5 0x06
  169. #define D8390_P1_CURR 0x07
  170. #define D8390_P1_MAR0 0x08
  171. #define D8390_COMMAND_PS0 0x0 /* Page 0 select */
  172. #define D8390_COMMAND_PS1 0x40 /* Page 1 select */
  173. #define D8390_COMMAND_PS2 0x80 /* Page 2 select */
  174. #define D8390_COMMAND_RD2 0x20 /* Remote DMA control */
  175. #define D8390_COMMAND_RD1 0x10
  176. #define D8390_COMMAND_RD0 0x08
  177. #define D8390_COMMAND_TXP 0x04 /* transmit packet */
  178. #define D8390_COMMAND_STA 0x02 /* start */
  179. #define D8390_COMMAND_STP 0x01 /* stop */
  180. #define D8390_RCR_MON 0x20 /* monitor mode */
  181. #define D8390_DCR_FT1 0x40
  182. #define D8390_DCR_LS 0x08 /* Loopback select */
  183. #define D8390_DCR_WTS 0x01 /* Word transfer select */
  184. #define D8390_ISR_PRX 0x01 /* successful recv */
  185. #define D8390_ISR_PTX 0x02 /* successful xmit */
  186. #define D8390_ISR_RXE 0x04 /* receive error */
  187. #define D8390_ISR_TXE 0x08 /* transmit error */
  188. #define D8390_ISR_OVW 0x10 /* Overflow */
  189. #define D8390_ISR_CNT 0x20 /* Counter overflow */
  190. #define D8390_ISR_RDC 0x40 /* Remote DMA complete */
  191. #define D8390_ISR_RST 0x80 /* reset */
  192. #define D8390_RSTAT_PRX 0x01 /* successful recv */
  193. #define D8390_RSTAT_CRC 0x02 /* CRC error */
  194. #define D8390_RSTAT_FAE 0x04 /* Frame alignment error */
  195. #define D8390_RSTAT_OVER 0x08 /* FIFO overrun */
  196. #define D8390_TXBUF_SIZE 6
  197. #define D8390_RXBUF_END 32
  198. #define D8390_PAGE_SIZE 256
  199. struct ringbuffer {
  200. unsigned char status;
  201. unsigned char next;
  202. unsigned short len;
  203. };
  204. /*
  205. * Local variables:
  206. * c-basic-offset: 8
  207. * End:
  208. */