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

📄 cs8900a.reg

📁 cs8900A.rar是一个基于WinCE5.x下开发的芯片驱动程序。
💻 REG
字号:

;==== VNT GETCE5B Driver Registry =====
; @CESYSGEN IF COREDLL_FULL_CRT
IF BSP_CIRRUS_CS8900A

[HKEY_LOCAL_MACHINE\Comm\CS8900A]
   "DisplayName"="CS8900A Ethernet Driver"
   "Group"="NDIS"
   "ImagePath"="cs8900a.dll"

[HKEY_LOCAL_MACHINE\Comm\CS8900A\Linkage]
   "Route"=multi_sz:"CS8900A1"

[HKEY_LOCAL_MACHINE\Comm\CS8900A1]
   "DisplayName"="CS8900A Ethernet Driver"
   "Group"="NDIS"
   "ImagePath"="cs8900a.dll"

[HKEY_LOCAL_MACHINE\Comm\CS8900A1\Parms]
   ; BusNumber=0 and BusType=1 are proper for ix86 ISA bus.
   ; Change the entries depend on your hardware.
   ; Do NOT delete BusNumber or BusType, otherwise ends4isa.dll won't be loaded.
   "BusNumber"=dword:0
   "BusType"=dword:1
   ;This assumes the adapter will use IRQ 10.
   ;On CEPC this will be SYSINTR_FIRMWARE + IRQ     
   "InterruptNumber"=dword:0a
   "Sysintr"=dword:1a	
   ; DuplexMode: 0:AutoDetect; 1:HalfDuplex; 2:FullDuplex.
   "DuplexMode"=dword:1
   ; The Ethernet Physical Address. For example,
   ; Ethernet Address 00:24:20:10:bf:03 is MACAddress1=0024,
   ; MACAddress2=2010,and MACAddress3=bf03.
   ; MACAddress=0000:0000:0000 means to read it from EEPROM.
   "MACAddress1"=dword:0000
   "MACAddress2"=dword:0000
   "MACAddress3"=dword:0000

[HKEY_LOCAL_MACHINE\Comm\CS8900A1\Parms\TcpIp]
   "EnableDHCP"=dword:1
   "DefaultGateway"=""
   "UseZeroBroadcast"=dword:0
   "IpAddress"=""
   "Subnetmask"=""
   "DNS"=""
   "WINS"=""

ENDIF BSP_CIRRUS_CS8900A
; @CESYSGEN ENDIF

⌨️ 快捷键说明

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