Inf file Information

Hi ,

I’m presently testing my Miniport Driver which is configure to communicate
with a card containing a chip Intel 82562. The problem with that is
everytime i load the
driver only the driverEntry is called. I know that the DriverEntry return
with Success.
My question is :

I took the inf File from the sample e100b and i modified the line below ,

%E100B.DeviceDesc% = E100B.ndi, pci\ven_8086&dev_1229

Do i need to change something else to link to another device ?

I’ve change with that line %E100B.DeviceDesc% = E100B.ndi,
pci\ven_8086&dev_1039 which is for the controller Intel 82562

My MiniportInitialize function is never called.