Hi All,
I have a Scsi Miniport driver and i have some ioctl interface that
my driver exports. I also have some applications that uses this interface to
do RAID management. Everything works fine till i switch to PAE mode.
Under PAE mode:
1> My driver looks for a signature filled by application and it does not
find it.
2> It fails the IOCTL.
3> All applications stops working.
My scsi Miniport driver tells the Port driver that it is capable of 32-Bit
addresses by setting ConfigInfo->Dma32BitAddresses = TRUE.
Also it makes the alignment mask as 3.
Looks to me like a alignment problem but i do not know What am i missing
here??
Any help is highly appreciated.
Thanks,
Ajitabh