burst mode support in PCI device driver

Hello all,

What API calls i have to use in driver code so as to support burst write as
well as burst read ?
Do i have set some parameters in BIOS ?

My target device is memory mapped card. So while assigning resources , i.e
using MmMapIoSpace function , what type of memory i have to give ? that
means cache or noncache ?

Help me out …

Regards,
Anil

Intell does not support burst reads, you will need a controller who will
master the bus. So look at a hardware decision otherwise simple memory reads
(MR) occur.

Regards,
Max

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Anil
Sent: Friday, July 12, 2002 2:23 PM
To: NT Developers Interest List
Subject: [ntdev] burst mode support in PCI device driver

Hello all,

What API calls i have to use in driver code so as to support burst write as
well as burst read ?
Do i have set some parameters in BIOS ?

My target device is memory mapped card. So while assigning resources , i.e
using MmMapIoSpace function , what type of memory i have to give ? that
means cache or noncache ?

Help me out ...

Regards,
Anil

You are currently subscribed to ntdev as: xxxxx@acronis.com
To unsubscribe send a blank email to %%email.unsub%%