Hi all,
Is it possible to use slave mode DMA with 16 bit Pc Card, and if so, is
it effective, or are there better ways?
Thanks in advance
Guy

RE: PC Card and slve mode DMA by pavel_a

pavel_a
Thu Aug 04 10:02:06 CDT 2005

"Guy G." wrote:
> Hi all,
> Is it possible to use slave mode DMA with 16 bit Pc Card, and if so, is
> it effective, or are there better ways?
> Thanks in advance
> Guy

Yes it is possible, but not on the modern Windows platform.

--PA


Re: PC Card and slve mode DMA by Guy

Guy
Thu Aug 04 11:45:32 CDT 2005


Pavel A. wrote:
> "Guy G." wrote:
> > Hi all,
> > Is it possible to use slave mode DMA with 16 bit Pc Card, and if so, is
> > it effective, or are there better ways?
> > Thanks in advance
> > Guy
>
> Yes it is possible, but not on the modern Windows platform.
>
> --PA

I wish to write it for windows xp.
Is that OK?
If not, what are my options?
Thanks
Guy


Re: PC Card and slve mode DMA by Don

Don
Thu Aug 04 11:49:04 CDT 2005

Do the transfer yourself using the processor, this will be faster than the
slave DMA.


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



"Guy G." <guyg277@yahoo.com> wrote in message
news:1123173932.631914.145970@g44g2000cwa.googlegroups.com...
>
> Pavel A. wrote:
>> "Guy G." wrote:
>> > Hi all,
>> > Is it possible to use slave mode DMA with 16 bit Pc Card, and if so, is
>> > it effective, or are there better ways?
>> > Thanks in advance
>> > Guy
>>
>> Yes it is possible, but not on the modern Windows platform.
>>
>> --PA
>
> I wish to write it for windows xp.
> Is that OK?
> If not, what are my options?
> Thanks
> Guy
>



Re: PC Card and slve mode DMA by Guy

Guy
Sun Aug 07 08:14:03 CDT 2005

Thanks a lot.
Guy