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

📄 readme

📁 The Davicom DM9008A NDIS CE miniport device driver is used to be the network component of the Micr
💻
字号:
     Davicom DM9008A WinCE.net Driver v1.0.0 Release Note    The Davicom DM9008A NDIS CE miniport device driver is used to be the network component of the Microsoft WinCE.net enables hardwarecontaining Davicom's fast ethernet controller 'DM9008A'.    This file describes the procedures of the driver installation. Note thatthis is not written for end-users.CONTENTS:    Readme.txt      -   This file    dm9k8.msi		-	The binary release file1. Installation	Run the dm9k8.msi to install the binary release. 	The package	contains the following files.		$(_winceroot)\public\common\oak\lib\x86\debug\dm9k8.def	$(_winceroot)\public\common\oak\lib\x86\debug\dm9k8.lib	$(_winceroot)\public\common\oak\lib\x86\debug\dm9k8.pdb	$(_winceroot)\public\common\oak\lib\x86\retail\dm9k8.def	$(_winceroot)\public\common\oak\lib\x86\retail\dm9k8.lib	$(_winceroot)\public\common\oak\lib\x86\retail\dm9k8.pdb	$(_winceroot)\public\common\oak\files\dm9008a\config.bi_	$(_winceroot)\public\common\oak\files\dm9008a\project.bi_	$(_winceroot)\public\common\oak\files\dm9008a\project.re_	2. Platform Configuration2.1 Add 'dm9k8' target to the root makefile.	Open the file $(_winceroot)\public\common\cesysgen\makefile	Append 'dm9k8' to all 'dc21x4' rules or dependencies.	2.2 Modify your cesysgen.bat, to add 'dm9k8' to CE_MODULES	<e.g.>	$(_winceroot)\public\<your project>\wince400\cepc\oak\misc\cesysgen.bat		set CE_MODULES=dm9k8 %CE_MODULES%	2.3 Modify your project.bib for module definition	<e.g.>	MODULES	dm9k8.dll       $(_FLATRELEASEDIR)\dm9k8.dll              NK  SH3. Driver Configuration3.1	In the file project.reg, add the following registry values.	<e.g.>	         [HKEY_LOCAL_MACHINE\Comm\DM9CE]             "DisplayName"="DM9008A Fast Ethernet Adapter"             "Group"="NDIS"             "ImagePath"="dm9k8.dll"         [HKEY_LOCAL_MACHINE\Comm\DM9CE\Linkage]             "Route"=multi_sz:"DM9CE1"         [HKEY_LOCAL_MACHINE\Comm\DM9CE1]             "DisplayName"="DM9008A Fast Ethernet Adapter"             "Group"="NDIS"             "ImagePath"="dm9k8.dll"         [HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]             "Bind"="dm9pci1"         [HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]			 "BusNumber"=dword:0			 "BusType"=dword:1             "XmitBuffer"=dword:A             "RecvBuffer"=dword:20         [HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms\TcpIp]             "EnableDHCP"=dword:0             "UseZeroBroadcast"=dword:0             "DefaultGateway"="x.x.x.x."             "IpAddress"="x.x.x.x."             "Subnetmask"="x.x.x.x"             "DNS"="x.x.x.x"             "WINS"="x.x.x.x"3.2 TCP/IP configurations3.2.1 EnableDHCP	Set 1 for DHCP enable, 0 for disable.	3.2.2 UseZeroBroadcast	Set 1 for use zero broadcast, 0 for not.	3.2.3 DefaultGateway	Specify your gateway address in x.x.x.x format.	3.2.4 IpAddress	Specify your IP address in x.x.x.x format.	3.2.5 Subnetmask	Specify your subnet mask in x.x.x.x format.	3.2.6 DNS	Specify your domain name server's address in x.x.x.x format.	3.2.7 WINS	Specify your WINS server's address in x.x.x.x format.	------------------------------------------------------------------------------All trademarks or brand names mentioned are trademarks and registered trademarksof their respective companies.

⌨️ 快捷键说明

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