Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LEGACY_DRIVER question

2 views
Skip to first unread message

qwert

unread,
May 23, 2008, 6:31:00 AM5/23/08
to
I have a legacy driver.
In few systems I see my driver entry in Non plug and play section in device
manager.
But few systems doesnt have my driver in plug and play section.
In registry also i dont see Root\LEGACY_MYDRIVER\0000 entry in enum section
of my driver.
ie, HKLMcurrentcontrolset\services\mydriver\enum\
I believe that if only this entry is present in the registry I can see the
driver in non plug and play section in device manager.
who puts this entry in registry.
I see my driver appears in only few systems.
where can I check???

Pavel A.

unread,
May 23, 2008, 5:50:17 PM5/23/08
to
"qwert" <qw...@discussions.microsoft.com> wrote in message
news:391D1FC4-490E-47D6...@microsoft.com...

Perhaps the enum entry is added only if the driver has been started.
So if you don't see the registry entry, this driver won't be in dev.
manager as well.

Regards,
--PA

qwert

unread,
May 28, 2008, 3:35:01 AM5/28/08
to
I dont see my driver in device manager's non plug and play section if
Root\LEGACY_MYDRIVER\0000 is not present in the registry entry of my driver.
Again even if I start my driver that entry doesnt appear in registry and I
dont see it in my device manager.

Pavel A.

unread,
May 29, 2008, 10:00:41 AM5/29/08
to

Then, does the driver actually start? does it create some device?
--PA

"qwert" <qw...@discussions.microsoft.com> wrote in message

news:8E863C54-F82B-43D1...@microsoft.com...

qwert

unread,
Jun 12, 2008, 7:58:00 AM6/12/08
to
The driver is started and I am sure of that.
another observation is that in longhorn machine I see
Root\ISCSIPRT\0000 in the enum key of my driver.
again I dont see my driver in non plug and play section in longhorn machines
also.
general questions :
1.who creates the enum key and the values inside that key.
2.when does this key actually gets created.
3.why do I see Root\LEGACY_MYDRIVER\0000 entry only in certian machines.
4.what does ISCSIPRT Root\ISCSIPRT\0000 mean.
might be the questions are silly but I am helpless.
any link that explains this might also help me.
Thanks in advance
0 new messages