阅读:1397回复:1
!!!讨论到底:DDK中的网卡例程 e100bex
讨论关于此驱动的一切问题,希望高手们参与! 问:
1. 此目录下文件的功能及作用,为什么要有很多子目录,子目录下又是什么? Files Description ----------- ----------------------- E100BEX.htm 说明文件 Net557ex.inf .inf例程 e100.rc The resource file for the code sample e100.mof The WMI mof file for the code sample precomp.h Precompile header mp.h Miniport generic portion header file mp_cmn.h Common definitions for the miniport and kd extension dll mp_dbg.h 调试相关的宏定义与结构定义 p_def.h NIC specific definitions mp_nic.h Function prototypes for mp_nic.c, mp_init.c and mp_req.c mp_dbg.c 与调试相关的代码 mp_init.c Miniport初始化相关 mp_main.c DriverEntry及供NDIS调用的miniport函数集 mp_nic.c Miniport send/receive routines mp_req.c Miniport OID 相关的函数 offload.h Task offloading related data structures and function prototypes offload.c Task offloading related functions e100_557.h Hardware definitions and structures for Intel 82557 controllers e100_def.h Other hardware specific definitions, e100_wmi.h included in this file e100_equ.h Hardware specific constant definitions e100_sup.h Hardware specific function prototypes and inline functions eeprom.c Routines to access EEPROM information physet.c Routines to detect and set up the physical layer routines.c Miscellaneous utility functions sources.inc The sources include file makefile.inc Used to generate e100_wmi.h from e100.bmf which is compiled from e100.mof 50\\sources Sources file to build NDIS 5.0 compliant driver 51\\sources Sources file to build NDIS 5.1 compliant driver kd\\e100kd.c The C file for the KD extension DLL (e100kd.dll) kd\\e100kd.def The definition file for the KD extension DLL kd\\e100kd.h The header file for the KD extension DLL kd\\e100kd.rc The resource file for the KD extension DLL [编辑 - 12/26/03 by superjet] [编辑 - 12/31/03 by superjet] |
|
沙发#
发布于:2004-02-25 11:57
51和51分别是NDIS5.0和5.1相关的代码
看2kDDK带的吧,哪个是初始版本,比较简单 |
|