Hi All,
I have a ScsiMiniport driver. I also have a requirement to write a SMB
client driver and this driver will talk to SMBclass.sys. The following are
two assumptions that i am making:
1> I will not be able to talk to I2C client driver from my Scsi Miniport
driver. I am assuming this because the SCSI miniport is tightly coupled to
SCSI port driver and is not permitted to use any other APIs apart from those
provided by SCSI port driver.
2> I am assuming that my I2C client driver will not be able to send any
IOCONTROLS to my ScsiMiniport driver. ( I am not sure about this)
Are my assumptions correct or am i missing something here???
Any help is highly appreciated.
Thanks in advance,
Ajitabh