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

📄 platform.reg

📁 Intel 82559网卡驱动
💻 REG
字号:


;
; Registry configuration for GD82559ER adapter.  These Registry entries must
; be included in the master PLATFORM.REG (or one of the other Registry source
; files) in the WinCE image.
;


; GD82559ER Registry configuration, if enabled
IF CEPC_GD82559ER_PCI

; Generic adapter configuration/description
[HKEY_LOCAL_MACHINE\Comm\E100CE]
   "DisplayName"="GD82559ER-based Ethernet Driver"
   "Group"="NDIS"
   "ImagePath"="e100ce.dll"

[HKEY_LOCAL_MACHINE\Comm\E100CE\Linkage]
   "Route"=multi_sz:"E100CE1"


; Specific configuration for an adapter instance
[HKEY_LOCAL_MACHINE\Comm\E100CE1]
   "DisplayName"="GD82559ER-based Ethernet Driver"
   "Group"="NDIS"
   "ImagePath"="e100ce.dll"

[HKEY_LOCAL_MACHINE\Comm\E100CE1\Parms]
   ; Assume PCI bus 0
   "BusNumber"=dword:0
   "BusType"=dword:5
   "BusTypeLocal"=dword:5

   ; Shared packet buffer storage, must match reserved memory range
   "CE_PhysAddr"=dword:801DC000

   ; Other adapter-specific Registry parameters may be inserted here


; Settings for DHCP, if enabled
IF DHCP
[HKEY_LOCAL_MACHINE\Comm\E100CE1\Parms\TcpIp]
   "EnableDHCP"=dword:1
   ; This should be MULTI_SZ
   "DefaultGateway"=""
   ; Use zero for broadcast address? (or 255.255.255.255)
   "UseZeroBroadcast"=dword:0
   ; This should be MULTI_SZ, the IP address list
   "IpAddress"="0.0.0.0"
   ; This should be MULTI_SZ, the subnet masks for the above IP addresses
   "Subnetmask"="0.0.0.0"
ENDIF


; Settings for static IP configuration, if enabled
IF STATIC_IP
[HKEY_LOCAL_MACHINE\Comm\E100CE1\Parms\TcpIp]
   "EnableDHCP"=dword:0
   ; This should be MULTI_SZ
   "DefaultGateway"="1.2.3.0"
   ; Use zero for broadcast address? (or 255.255.255.255)
   "UseZeroBroadcast"=dword:0
   ; This should be MULTI_SZ, the IP address list
   "IpAddress"="1.2.3.4"
   ; This should be MULTI_SZ, the subnet masks for the above IP addresses
   "Subnetmask"="255.0.0.0"
ENDIF


; Link between adapter and protocol stack
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
   ; This should be MULTI_SZ
   ; This is the list of llip drivers to load
    "Bind"=multi_sz:"e100ce1"
ENDIF


; Disable the standard network stacks, if NDISTEST is enabled
IF NDISTEST
[HKEY_LOCAL_MACHINE\Comm\AFD]
   "Stacks"=""
ENDIF


; GD82559ER Registry configuration ends



⌨️ 快捷键说明

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