[HKEY_LOCAL_MACHINE\Comm\DM9CE\Linkage]
"Route"=multi_sz:"DM9CE1"
[HKEY_LOCAL_MACHINE\Comm\DM9CE1]
"DisplayName"="DM9000 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9000.dll"
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
"Bind"="dm9ce1"
; BusType: 1 for ISA, 5 for PCI
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]
"BusNumber"=dword:0
"BusType"=dword:1
"XmitBuffer"=dword:A
"RecvBuffer"=dword:20
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms\TcpIp]
"EnableDHCP"=dword:0
"UseZeroBroadcast"=dword:0
"DefaultGateway"="172.22.5.62"
"IpAddress"="172.22.5.154"
"Subnetmask"="255.255.255.0"
"DNS"="202.14.101.253"
"WINS"="202.14.101.252"
Thanks for your help.
jackal
I would recommend that you set the "SysIntr" value here instead of the IRQ.
On a CEPC, the SysIntr is normally the IRQ+0x10. So, if your DM9CE adapter
was using IRQ 5 you would set:
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]
"SysIntr"=dword:15
If the SysIntr value is not set then NDIS attempts to map the IRQ value to a
SysIntr, but that can lead to issues that are best avoided if possible...
(that's been discussed in the past in this newsgroup).
--
Jeff Kelley
Windows CE Networking
This posting is provided "AS IS" with no warranties, and confers no rights.
"jackal Huang" <jackal...@hotmail.com> wrote in message
news:042d01c2d7ef$1aeb2990$a601...@phx.gbl...