skdrv1st.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:7k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /******************************************************************************
  2.  *
  3.  * Name: skdrv1st.h
  4.  * Project: GEnesis, PCI Gigabit Ethernet Adapter
  5.  * Version: $Revision: 1.9.2.1 $
  6.  * Date: $Date: 2001/03/12 16:50:59 $
  7.  * Purpose: First header file for driver and all other modules
  8.  *
  9.  ******************************************************************************/
  10. /******************************************************************************
  11.  *
  12.  * (C)Copyright 1998-2001 SysKonnect,
  13.  * a business unit of Schneider & Koch & Co. Datensysteme GmbH.
  14.  *
  15.  * This program is free software; you can redistribute it and/or modify
  16.  * it under the terms of the GNU General Public License as published by
  17.  * the Free Software Foundation; either version 2 of the License, or
  18.  * (at your option) any later version.
  19.  *
  20.  * The information in this file is provided "AS IS" without warranty.
  21.  *
  22.  ******************************************************************************/
  23. /******************************************************************************
  24.  *
  25.  * History:
  26.  *
  27.  * $Log: skdrv1st.h,v $
  28.  * Revision 1.9.2.1  2001/03/12 16:50:59  mlindner
  29.  * chg: kernel 2.4 adaption
  30.  *
  31.  * Revision 1.9  2001/01/22 14:16:04  mlindner
  32.  * added ProcFs functionality
  33.  * Dual Net functionality integrated
  34.  * Rlmt networks added
  35.  *
  36.  * Revision 1.8  2000/02/21 12:19:18  cgoos
  37.  * Added default for SK_DEBUG_CHKMOD/_CHKCAT
  38.  *
  39.  * Revision 1.7  1999/11/22 13:50:00  cgoos
  40.  * Changed license header to GPL.
  41.  * Added overwrite for several functions.
  42.  * Removed linux 2.0.x definitions.
  43.  * Removed PCI vendor ID definition (now in kernel).
  44.  *
  45.  * Revision 1.6  1999/07/27 08:03:33  cgoos
  46.  * Changed SK_IN/OUT macros to readX/writeX instead of memory
  47.  * accesses (necessary for ALPHA).
  48.  *
  49.  * Revision 1.5  1999/07/23 12:10:21  cgoos
  50.  * Removed SK_RLMT_SLOW_LOOKAHEAD define.
  51.  *
  52.  * Revision 1.4  1999/07/14 12:31:13  cgoos
  53.  * Added SK_RLMT_SLOW_LOOKAHEAD define.
  54.  *
  55.  * Revision 1.3  1999/04/07 10:12:54  cgoos
  56.  * Added check for KERNEL and OPTIMIZATION defines.
  57.  *
  58.  * Revision 1.2  1999/03/01 08:51:47  cgoos
  59.  * Fixed pcibios_read/write definitions.
  60.  *
  61.  * Revision 1.1  1999/02/16 07:40:49  cgoos
  62.  * First version.
  63.  *
  64.  *
  65.  *
  66.  ******************************************************************************/
  67. /******************************************************************************
  68.  *
  69.  * Description:
  70.  *
  71.  * This is the first include file of the driver, which includes all
  72.  * neccessary system header files and some of the GEnesis header files.
  73.  * It also defines some basic items.
  74.  *
  75.  * Include File Hierarchy:
  76.  *
  77.  * see skge.c
  78.  *
  79.  ******************************************************************************/
  80. #ifndef __INC_SKDRV1ST_H
  81. #define __INC_SKDRV1ST_H
  82. typedef struct s_AC SK_AC;
  83. /* override some default functions with optimized linux functions */
  84. #define SK_PNMI_STORE_U16(p,v) memcpy((char*)(p),(char*)&(v),2)
  85. #define SK_PNMI_STORE_U32(p,v) memcpy((char*)(p),(char*)&(v),4)
  86. #define SK_PNMI_STORE_U64(p,v) memcpy((char*)(p),(char*)&(v),8)
  87. #define SK_PNMI_READ_U16(p,v) memcpy((char*)&(v),(char*)(p),2)
  88. #define SK_PNMI_READ_U32(p,v) memcpy((char*)&(v),(char*)(p),2)
  89. #define SK_PNMI_READ_U64(p,v) memcpy((char*)&(v),(char*)(p),2)
  90. #define SkCsCalculateChecksum(p,l) ((~ip_compute_csum(p, l)) & 0xffff)
  91. #define SK_ADDR_EQUAL(a1,a2) (!memcmp(a1,a2,6))
  92. #if !defined(__OPTIMIZE__)  ||  !defined(__KERNEL__)
  93. #warning  You must compile this file with the correct options!
  94. #warning  See the last lines of the source file.
  95. #error You must compile this driver with "-O".
  96. #endif
  97. #include <linux/version.h>
  98. #include <linux/types.h>
  99. #include <linux/kernel.h>
  100. #include <linux/string.h>
  101. #include <linux/errno.h>
  102. #include <linux/ioport.h>
  103. #include <linux/slab.h>
  104. #include <linux/interrupt.h>
  105. #include <linux/pci.h>
  106. #include <asm/byteorder.h>
  107. #include <asm/bitops.h>
  108. #include <asm/io.h>
  109. #include <linux/netdevice.h>
  110. #include <linux/etherdevice.h>
  111. #include <linux/skbuff.h>
  112. #include <linux/init.h>
  113. #include <asm/uaccess.h>
  114. #include <net/checksum.h>
  115. #include "h/sktypes.h"
  116. #include "h/skerror.h"
  117. #include "h/skdebug.h"
  118. #include "h/lm80.h"
  119. #include "h/xmac_ii.h"
  120. #ifdef __LITTLE_ENDIAN
  121. #define SK_LITTLE_ENDIAN
  122. #else
  123. #define SK_BIG_ENDIAN
  124. #endif
  125. /* we use gethrtime(), return unit: nanoseconds */
  126. #define SK_TICKS_PER_SEC HZ
  127. #define SK_MEM_MAPPED_IO
  128. // #define SK_RLMT_SLOW_LOOKAHEAD
  129. #define SK_MAX_MACS 2
  130. #define SK_MAX_NETS 2
  131. #define SK_IOC char*
  132. typedef struct s_DrvRlmtMbuf SK_MBUF;
  133. #define SK_CONST64 INT64_C
  134. #define SK_CONSTU64 UINT64_C
  135. #define SK_MEMCPY(dest,src,size) memcpy(dest,src,size)
  136. #define SK_MEMCMP(s1,s2,size) memcmp(s1,s2,size)
  137. #define SK_MEMSET(dest,val,size) memset(dest,val,size)
  138. #define SK_STRLEN(pStr) strlen((char*)pStr)
  139. #define SK_STRNCPY(pDest,pSrc,size) strncpy((char*)pDest,(char*)pSrc,size)
  140. #define SK_STRCMP(pStr1,pStr2) strcmp((char*)pStr1,(char*)pStr2)
  141. /* macros to access the adapter */
  142. #define SK_OUT8(b,a,v) writeb(v, (b+a))
  143. #define SK_OUT16(b,a,v) writew(v, (b+a))
  144. #define SK_OUT32(b,a,v) writel(v, (b+a))
  145. #define SK_IN8(b,a,pv) (*(pv) = readb(b+a))
  146. #define SK_IN16(b,a,pv) (*(pv) = readw(b+a))
  147. #define SK_IN32(b,a,pv) (*(pv) = readl(b+a))
  148. #define int8_t char
  149. #define int16_t short
  150. #define int32_t long
  151. #define int64_t long long
  152. #define uint8_t u_char
  153. #define uint16_t u_short
  154. #define uint32_t u_long
  155. #define uint64_t unsigned long long
  156. #define t_scalar_t int
  157. #define t_uscalar_t unsigned int
  158. #define uintptr_t unsigned long
  159. #define __CONCAT__(A,B) A##B
  160. #define INT32_C(a) __CONCAT__(a,L)
  161. #define INT64_C(a) __CONCAT__(a,LL)
  162. #define UINT32_C(a) __CONCAT__(a,UL)
  163. #define UINT64_C(a) __CONCAT__(a,ULL)
  164. #ifdef DEBUG
  165. #define SK_DBG_PRINTF printk
  166. #ifndef SK_DEBUG_CHKMOD
  167. #define SK_DEBUG_CHKMOD 0
  168. #endif
  169. #ifndef SK_DEBUG_CHKCAT
  170. #define SK_DEBUG_CHKCAT 0
  171. #endif
  172. /* those come from the makefile */
  173. #define SK_DBG_CHKMOD(pAC) (SK_DEBUG_CHKMOD)
  174. #define SK_DBG_CHKCAT(pAC) (SK_DEBUG_CHKCAT)
  175. extern void SkDbgPrintf(const char *format,...);
  176. #define SK_DBGMOD_DRV 0x00010000
  177. /**** possible driver debug categories ********************************/
  178. #define SK_DBGCAT_DRV_ENTRY 0x00010000
  179. #define SK_DBGCAT_DRV_SAP 0x00020000
  180. #define SK_DBGCAT_DRV_MCA 0x00040000
  181. #define SK_DBGCAT_DRV_TX_PROGRESS 0x00080000
  182. #define SK_DBGCAT_DRV_RX_PROGRESS 0x00100000
  183. #define SK_DBGCAT_DRV_PROGRESS 0x00200000
  184. #define SK_DBGCAT_DRV_MSG 0x00400000
  185. #define SK_DBGCAT_DRV_PROM 0x00800000
  186. #define SK_DBGCAT_DRV_TX_FRAME 0x01000000
  187. #define SK_DBGCAT_DRV_ERROR 0x02000000
  188. #define SK_DBGCAT_DRV_INT_SRC 0x04000000
  189. #define SK_DBGCAT_DRV_EVENT 0x08000000
  190. #endif /* DEBUG */
  191. #define SK_ERR_LOG SkErrorLog
  192. extern void SkErrorLog(SK_AC*, int, int, char*);
  193. #endif /* __INC_SKDRV1ST_H */