ya my problem is the same..
could you please give the step by step guide..
i am totally noob..in this arena..
For people having panics caused by AppleIntelPIIXATA.kext on Snow Leopard (e.g. on Intel BadAxe or BadAxe2 mobo) this kext may provide a solution. AppleIntelPIIXATA loading on a system with the secondary PCI IDE channel disabled seems to trigger a bug in IOATAFamily causing a NULL pointer dereference. I have patched the source of IOATAFamily from Snow Leopard to avoid the bug and recompiled it.
If you are having panics looking like
this, try replacing your IOATAFamily.kext with the attached one, and let me know if it fixes the panic. I have gotten access to my PATA drives on a BadAxe 1 board using this kext.
Note that this is not the IOATAFamily from 10.5.8 as described
here, it is compiled from patched Snow Leopard source code. The source is available from Apple
here and the small patch I used is also attached to this post. The AppleIntelPIIXATA.kext is also included in the PlugIns folder of the attached kext, but it is unmodified.
Edit: replaced the suspect .tar.gz with a .zip file