I have a PCI fuctional driver for a card. Now I want the card inserted into a
PCMCIA slot using PCMCIA-PCI bridge. Can I use the same driver in this
situation or shud I alter the functional driver?

Thanks,
Karthick K.

Re: Is PCI driver itself is enough if I use a PCMCIA-PCI bridge by Eliyas

Eliyas
Thu Jan 13 00:42:35 CST 2005

You should be able to use the driver as is.

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



"Karthick" <Karthick@discussions.microsoft.com> wrote in message
news:944852DF-124A-48AD-B20A-01C442D8A4BC@microsoft.com...
>I have a PCI fuctional driver for a card. Now I want the card inserted into
>a
> PCMCIA slot using PCMCIA-PCI bridge. Can I use the same driver in this
> situation or shud I alter the functional driver?
>
> Thanks,
> Karthick K.