sdio8385.reg

来自「此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有」· REG 代码 · 共 74 行

REG
74
字号
    ; registry keys for the Streams portion of the driver[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Custom\MANF-02DF-CARDID-9103-FUNC-1]   "Dll"="SDIO8385.dll"     ; use the "streams" interface portion to load the NDIS portion   "Prefix"="NDL"       ; a dd instance key for each instance that can be added       ; "InstanceX" = "<Miniport Name>:<Miniport Instance>"   "Instance0"="SDIO8385:SDIO83851"       ; registry keys for the NDIS driver[HKEY_LOCAL_MACHINE\Comm\SDIO8385]   "DisplayName"="Marvell SDIO8385 Wireless Card"   "Group"="NDIS"   "ImagePath"="SDIO8385.dll"[HKEY_LOCAL_MACHINE\Comm\SDIO8385\Linkage]   "Route"=multi_sz:"SDIO83851"    ; instance 1 information[HKEY_LOCAL_MACHINE\Comm\SDIO83851]   "DisplayName"="Marvell SDIO8385 Wireless Card"   "Group"="NDIS"   "ImagePath"="SDIO8385.dll"	    ; instance 1 parameters[HKEY_LOCAL_MACHINE\Comm\SDIO83851\Parms]   "BusNumber"=dword:0   "BusType"=dword:0    ; TCPIP linkage to instance 1 adapter[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]    "Bind"=multi_sz:"ppp","SDIO83851"       ; setup card parameters[HKEY_LOCAL_MACHINE\Comm\SDIO83851\Parms]   "PowerMode"=dword:0   "ExtendedScan"=dword:1   "FragThsd"=dword:2346   "RTSThsd"=dword:2346       ; following is for BT co-existence testing   "BTMode"=dword:0   "BTAntennaConfig"=dword:0   "BTFrequencyConfig"=dword:0   "BTWLANTxPriorityLo"=dword:0   "BTWLANTxPriorityHi"=dword:0   "BTWLANRxPriorityLo"=dword:0   "BTWLANRxPriorityHi"=dword:0       ; adhoc starter default channel   "AdhocDefaultChannel"=dword:6       ; adhoc starter WiFi test datarate modify or not    "AdhocWiFiDataRate"=dword:0       ; 4Bit mode   "SetSD4BIT"=dword:0       ; Set the value of SdioIstThread   "SdioIstThread"=dword:150        ; Set the value of AvoidScanTime after connected   "AvoidScanTime"=dword:10000        ; Set NEW_RSSI parameters   "ulRSSIThresholdTimer"=dword:5000   "RSSI_Range"=dword:10    ; default TCPIP settings for this instance[HKEY_LOCAL_MACHINE\Comm\SDIO83851\Parms\TcpIp]   "EnableDHCP"=dword:1       ; This should be MULTI_SZ   "DefaultGateway"=""       ; Use zero for broadcast address? (or 255.255.255.255)   "UseZeroBroadcast"=dword:0       ; Thus 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"="255.255.255.0"  

⌨️ 快捷键说明

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