⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smsc9118.def

📁 wince 6.0下SMSC9118 100M网卡驱动
💻 DEF
字号:
;/*****************************************************************************
;   
;	Copyright (c) 2004-2005 SMSC. All rights reserved.
;
;	Use of this source code is subject to the terms of the SMSC Software
;	License Agreement (SLA) under which you licensed this software product.	 
;	If you did not accept the terms of the SLA, you are not authorized to use
;	this source code. 
;
;	This code and information is provided as is without warranty of any kind,
;	either expressed or implied, including but not limited to the implied
;	warranties of merchantability and/or fitness for a particular purpose.
;	 
;	File name   : smsc9118.def
;	Description : smsc9118 DEF
;
;
;	History	    :
;		03-16-05 WH			First Release
;		08-12-05 MDG		ver 1.01 
;			- add LED1 inversion, add PHY work around
;		11-07-05 WH			ver 1.02
;			- Fixed middle buffer handling bug
;			  (Driver didn't handle middle buffers correctly if it is less than 
;               4bytes size)
;			- workaround for Multicast bug
;			- Workaround for MAC RXEN bug
;		11-17-05 WH			ver 1.03
;			- 1.02 didn't have 1.01 patches
;			- 1.03 is 1.02 + 1.01
;		03-23-05 WH			ver 1.06
;			- Put the variable to avoid PHY_WORKAROUND for External PHY
;			- Change product name to 9118x->9218, 9115x->9215
;		07-26-06 WH, MDG, NL		ver 1.07
;			- Add RXE and TXE interrupt handlers
;			- Workaround Code for direct GPIO connection from 9118 family 
;			  Interrupt (Level Interrupt -> Edge Interrupt)
;			- Change GPT interrupt interval to 200mSec from 50mSec
;			- clean up un-used SH3 code
;		08-25-06  WH, MDG, NL       ver 1.08
;		    - Fixed RXE and TXE interrupt handlers bug
;		    - support for direct and nondirect Interrupt
;		02-15-07   NL               ver 1.09
;		    - First version of WinCE 6.0 driver
;		    - Removed Support for LAN9112
;		    - Added AutoMdix as modifiable parameter in the Registry
;		    - Fixed DMA Xmit Bug
;		04-17-07   NL               ver 1.10
;	            - Added Support LAN9211 Chip
;		    - Changed Register Name ENDIAN to WORD_SWAP According to the Menual
;		    - Merged CE6.0 & 5.0 Drivers Together
;
;*****************************************************************************/

; DESCRIPTION     'NDIS Miniport Driver for SMSC LAN9118 Ethernet Chip'

LIBRARY         SMSC9118

EXPORTS         DriverEntry

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -