I have inherited a combination Memory/Network driver that is
being ported from NT4 to Win2K. The Memory/Network hardware is
on 1 PCI board with a PCI device ID of type NET.
Two seperate services need to be
defined in the .INF file, one for the memory driver and the other
for the NDIS miniport network driver. I am having trouble getting both
of the drivers loaded. I assume this can be accomplished in 1 .INF file
but I have not had any luck. I can load either driver seperately with
customed defined .INF files, but I am not both of them. If I
put two “AddService =” directives in the .INF file the chkinf routine
complains about the ServiceName needs to match the \ndi\service name
in the registry. There is an example of two AddService examples in the
Win2k DDK under section 2.4 “Installing Filter Drivers”. Is this what
I should be doing? Acting as if the NDIS miniport is a Filter Driver?
thanks
Ron Jolly
VMIC
xxxxx@vmic.com