Thanks for the file. I found the reg entries needed for using the atapi.dll block driver to use IDE drive.
http://msdn.microsoft.com/library/de...ockdrivers.asp
The part we are interested in is here
ATAPI Block Device Driver Registry Keys
The ATAPI.dll file is a block driver that replaces the ATAdisk.dll driver and allows for support of both ATA as well as ATAPI functionality. This is from increased support for IDE and PCMCIA. The increase in IDE and PCMCIA support allows for greater compatibility with low-level device functionality such as DVD encryption and CD-ROM audio playback. For the ATAPI driver to function correctly, you must make an addition to the Platform.reg file.
The following registry key example shows the registry key to add to the Platform.ref file if the ATAPI device is located on the primary controller:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Atapi00]
"Dll"="ATAPI.DLL"
"Prefix"="XXX"
"Ioctl"=dword:4
"DeviceId"=dword:2
"IOBaseAddress"=dword:1F0
"Interrupt"=dword:0E
"FSD"="fatfs.dll"
The following registry key example shows the registry key to add to the Platform.reg file if the ATAPI device is located on the secondary controller:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Atapi00]
"Dll"="ATAPI.DLL"
"Prefix"="XXX"
"Ioctl"=dword:4
"DeviceId"=dword:2"
"IOBaseAddress"=dword:170
"Interrupt"=dword:0F
"FSD"="fatfs.dll"
Still waiting for my microdrive to arrive. If someone wants to try it let me know.
1. You need to copy one of the atapi.dll to the \windows folder on Axim.
2. Figure out the registry path for Microdrive using PHM Device Manager.
3. Create that registry key in HKEY_LOCAL_MACHINE\Drivers area
4. Add the above listed registry entries in the new key
I will help install if someone wants to try it.