www.pudn.com > 2410winceCE_l80t64.rar > cs8900a.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