Hi,
// Platform NT/Win2k
Can you pls give additional pointers to information, using which we
can make our IDE driver get loaded only for the IDE device(HDD) we want to
control …say connected as Primary Slave. The normal atapi.sys shall handle
all the remaining possible IDE combinations ie the Primary Master, Secondary
Master\Slave. How to do this?
Will the AtdiskPrimaryClaimed\AtdiskSecondaryClaimed flags inside
PORT_CONFIGURATION_INFORMATION struct, be of help?
Thanks in Advance
balan
-----Original Message-----
From: Raja [mailto:xxxxx@hotmail.com]
Subject: Re: IDE Driver ?
Yes you can.
----- Original Message -----
Subject: RE: IDE Driver ?
Hi ,
Thanks for the information about Win2k atapi sample. We were
thinking that the sample may come in the future releases of Win2k DDK.I have a small doubt: Can we select our driver only for the device we want
to control. ie if thre are multiple IDE HDDs and if only one of them is
ours…We would like the normal atapi driver to handle the standard IDE
HDDs (both removable(like IOmega ) + fixed (like Quantum fireball EX6)) …
…and our custom atapi driver to control only the specific IDE HDD we
have… is this possible???Thanks
balan