wenboli
驱动牛犊
驱动牛犊
  • 注册日期2002-12-05
  • 最后登录2002-12-17
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1501回复:0

在CEPC下如何加载ISA NE2000网卡驱动?

楼主#
更多 发布于:2002-12-17 10:08
我在CEPC下插了两块网卡,一块用来download/debug的已经在bootloader下驱动起来了,但是wince下的那块总是加不到\\active子键下,请问大侠如何更改注册表,我是这么改的,不知对不对?

//platform.reg

IF CEPC_NE2000_ISA
; These are the registry settings for using the Linksys ISA NE2000 ethernet
; adapter on a CEPC. \"BusType=1\" => ISA, InterruptNumber and IoBaseAddress
; a Linksys setup utility.
; These setting will conflict with those for PCMCIA NE2000 in that multiply
; instanced comm settings are not yet supported (i.e. NE20001, NE20002 ...)
[HKEY_LOCAL_MACHINE\\Comm\\NE2000]
   \"DisplayName\"=LOC_DISPLAYNAME_COMM_NE2000
   \"Group\"=\"NDIS\"
   \"ImagePath\"=\"ne2000.dll\"

[HKEY_LOCAL_MACHINE\\Comm\\NE2000\\Linkage]
   \"Route\"=multi_sz:\"NE20001\"

[HKEY_LOCAL_MACHINE\\Comm\\NE20001]
   \"DisplayName\"=LOC_DISPLAYNAME_COMM_NE20001
   \"Group\"=\"NDIS\"
   \"ImagePath\"=\"ne2000.dll\"

[HKEY_LOCAL_MACHINE\\Comm\\NE20001\\Parms]
   \"BusNumber\"=dword:0
   \"BusType\"=dword:1
   \"InterruptNumber\"=dword:03
   \"IoBaseAddress\"=dword:0300
   \"Transceiver\"=dword:3
   \"CardType\"=dword:0

[HKEY_LOCAL_MACHINE\\Comm\\NE20001\\Parms\\TcpIp]
   \"EnableDHCP\"=dword:0
   ; This should be MULTI_SZ
   \"DefaultGateway\"=\"192.168.0.1\"
   ; Use zero for broadcast address? (or 255.255.255.255)
   \"UseZeroBroadcast\"=dword:0
   ; Thus should be MULTI_SZ, the IP address list
   \"IpAddress\"=\"192.168.0.186\"
   ; This should be MULTI_SZ, the subnet masks for the above IP addresses
   \"Subnetmask\"=\"255.255.255.0\"

[HKEY_LOCAL_MACHINE\\Comm\\Tcpip\\Linkage]
   ; This should be MULTI_SZ
   ; This is the list of llip drivers to load
    \"Bind\"=multi_sz:\"ppp\",\"ne20001\"
ENDIF

最新喜欢:

okincnokincn
游客

返回顶部