QUOTE(bertdd @ May 6 2007, 01:23 PM)

Since I was not able to get the SATA-Controller (mcp55) reading or writing anything using the NForce4-Driver (
link), PATA was the fallback option. Using 10.4.8 JaS DVD, PATA is supported out of the box, but it uses a non-optimized default driver.
So PATA works, but it is
- Limited to 128 GB (Larger HDDs are recognized as 128GB ones)
To fix these issues, ...
- Place the edited AppleNForceATA.kext in /System/Library/Extensions
- Open a terminal
- Type sudo -s to gain root
- Type chown -R root:wheel /System/Library/Extensions/AppleNForceATA.kext to change the owner to root
- Type rm -rf /System/Library/Extensions.* to remove cached extensions
- Type kextcache -k /System/Library/Extensions to rebuild the extension's cache
- Reboot
Now you should be able to use larger PATA-Disks than 128GB with the best possible speed, SATA is switched off (since it is not yes working for the KN9 Ultra). Thanks to bikedude880 and medevil for the driver!
Is this a modified version of what is available from the link from the Berlios site? Did you actually rewrite it so as to "switch off" the SATA controllers?
If so this is exactly what I need so I won't have to unplug my SATA drive when booting OS X.
Thanks!!