Hi

I have been learning (read oney's and the 2000 book) I can see and scan the PCI buss BUT I just realized the card I have (scrammnet memory card) isnt PNP. So after much crying and hating myself for not catching that ... its a PCI card w/fiber optic connections to other scrammnet cards on its network ... how do I find out where the card is (which slot) and what its i/o address and interupts are??

I wasnt finding much on these specifics in legacy reading. Its abudant for the PNP. Any help appreciated

Signed
One guy who feels beat up and bruised badly by the WDM

Re: Legacy Driver - WTF is the card? by Alexander

Alexander
Mon Mar 01 09:00:14 CST 2004

All PCI cards *are* PNP. A driver may be a legacy one.

"Timber" <anonymous@discussions.microsoft.com> wrote in message
news:0D0C2835-BBBF-4E05-A311-53D59EFB9A4A@microsoft.com...
> Hi,
>
> I have been learning (read oney's and the 2000 book) I can see and scan
the PCI buss BUT I just realized the card I have (scrammnet memory card)
isnt PNP. So after much crying and hating myself for not catching that ...
its a PCI card w/fiber optic connections to other scrammnet cards on its
network ... how do I find out where the card is (which slot) and what its
i/o address and interupts are???
>
> I wasnt finding much on these specifics in legacy reading. Its abudant
for the PNP. Any help appreciated.
>
> Signed,
> One guy who feels beat up and bruised badly by the WDM.
>
>
>



Re: Legacy Driver - WTF is the card? by Don

Don
Mon Mar 01 09:14:51 CST 2004

Actually, all PCI card are PNP and the driver for them must also be PNP, try
a legacy driver on a PCI card just causes problems.

--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"Alexander Grigoriev" <alegr@earthlink.net> wrote in message
news:uxuGq35$DHA.2040@TK2MSFTNGP12.phx.gbl...
> All PCI cards *are* PNP. A driver may be a legacy one.
>
> "Timber" <anonymous@discussions.microsoft.com> wrote in message
> news:0D0C2835-BBBF-4E05-A311-53D59EFB9A4A@microsoft.com...
> > Hi,
> >
> > I have been learning (read oney's and the 2000 book) I can see and scan
> the PCI buss BUT I just realized the card I have (scrammnet memory card)
> isnt PNP. So after much crying and hating myself for not catching that
...
> its a PCI card w/fiber optic connections to other scrammnet cards on its
> network ... how do I find out where the card is (which slot) and what its
> i/o address and interupts are???
> >
> > I wasnt finding much on these specifics in legacy reading. Its abudant
> for the PNP. Any help appreciated.
> >
> > Signed,
> > One guy who feels beat up and bruised badly by the WDM.
> >
> >
> >
>
>



RE: Legacy Driver - WTF is the card? by anonymous

anonymous
Tue Mar 02 06:41:06 CST 2004

Very interesting. When I scan the PCI buss for the card (using vender ID Obtained from some utilities) I never find it. I guess I must be doing it wrong ... any suggestions? I have read the samples in the DDK for Windows 2k. I guess I will have to take a third look at the code.

Is there a place in the registry or the hive where the O/S scans the data from the PNP manager has a list of cards or anything on the PCI buss?

Re: Legacy Driver - WTF is the card? by Eliyas

Eliyas
Tue Mar 02 14:42:32 CST 2004

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx