Hi,
I want to implement ATAPI driver for our IDE controller in WinCE 4.2.
I read the atapi.def file, find some definitions, such as :
PCMCIADetectATA
GenericConfig
PromiseConfig
AliConfig
CreatePromise
CreatePCMCIA
CreateGeneric
CreateAli
I can not think I need to implement such all functions, but I can not make sure it.
My questions:
1. Which functions should I implement? I only need to implement GenericConfig, and
CreateGeneric ?
2. What difference between these functions?
Regards
-Weijie