cs8900_sc24a0.reg

来自「S3C24A0的完整BSP包,对开发此芯片的开发者很有用.」· REG 代码 · 共 52 行

REG
52
字号
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
; This file is to be included in platform.reg if required.
;

[HKEY_LOCAL_MACHINE\Drivers\CS8900]
   "Dll"="ndis.dll"
   "Prefix"="NDS"
   "Miniport"="CS8900"

[HKEY_LOCAL_MACHINE\Comm\CS8900]
   "DisplayName"="CS8900"
   "Group"="NDIS"
   "ImagePath"="CS8900.dll"

[HKEY_LOCAL_MACHINE\Comm\CS8900\Linkage]
   "Route"=multi_sz:"CS89001"

[HKEY_LOCAL_MACHINE\Comm\CS89001]
   "DisplayName"="CS8900"
   "Group"="NDIS"
   "ImagePath"="CS8900.dll"

[HKEY_LOCAL_MACHINE\Comm\CS89001\Parms]
   "BusNumber"=dword:0
   "BusType"=dword:0
   "InterruptNumber"=dword:24  ;IRQ_ETHER==0x24 ==36 DEC
   "IoBaseAddress"=dword:A7000300
   "Transceiver"=dword:3
   "CardType"=dword:1

[HKEY_LOCAL_MACHINE\Comm\CS89001\Parms\TcpIp]
   "EnableDHCP"=dword:0
   "DefaultGateway"="107.108.73.1"
   "LLInterface"=""
   "UseZeroBroadcast"=dword:0
   "IpAddress"="10.2.2.19"
   "Subnetmask"="255.255.0.0"
   "DNS"="107.108.3.17"

[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
   "Bind"="CS89001"
;============= End of CS8900 =================

⌨️ 快捷键说明

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