mdg Posted February 12, 2007 Share Posted February 12, 2007 Searched high/low, and can't seem to get an answer...forgive me if I am a dunce and didn't see it I have a Bad Axe 2 and would like to set my SATA drive to AHCI. I do, and all is well, but when I go under System Profile it says Generic AHCI (null). I wonder if this creates performance inefficiencies? My MacBook Pro (C2D 2.33 Ghz) says ICH7-R, and I've seen other Hackintosh setups pictured here with ICH7-R in their System Profiler. So, how do I get this to work on mine? Is there a modification, or a Kext? Any advice/guidance would be appreaciated. BTW -- obviously I'm on 10.4.8 Thanks! /mdg Link to comment https://www.insanelymac.com/forum/topic/42147-ich7-r-question/ Share on other sites More sharing options...
DiaboliK Posted February 12, 2007 Share Posted February 12, 2007 here ya go: http://forum.insanelymac.com/index.php?showtopic=41137 Link to comment https://www.insanelymac.com/forum/topic/42147-ich7-r-question/#findComment-301323 Share on other sites More sharing options...
aberracus Posted February 21, 2007 Share Posted February 21, 2007 but thats the PPF our systems works perfectly who has the Package only we dont want it PPFed thanks Link to comment https://www.insanelymac.com/forum/topic/42147-ich7-r-question/#findComment-308290 Share on other sites More sharing options...
mdg Posted March 8, 2007 Author Share Posted March 8, 2007 but thats the PPF our systems works perfectly who has the Package only we dont want it PPFed thanks Help out some guys (well at least me). I know people have it because of seen screen shots. We just need the package or a kext, or something Buler, anyone, Buller? Thanks in advance. /mdg Link to comment https://www.insanelymac.com/forum/topic/42147-ich7-r-question/#findComment-319093 Share on other sites More sharing options...
NeSuKuN Posted March 8, 2007 Share Posted March 8, 2007 (edited) in /System/Library/Extensions/AppleAHCIPort.kext/Contents/Info.plist change: <key>ICH7MAHCI</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Chipset Name</key> ... </dict> with: <key>ICH7RAHCI</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Chipset Name</key> <string>ICH7-R AHCI</string> <key>IOClass</key> <string>AppleAHCI</string> <key>IOPCIPrimaryMatch</key> <string>0x27c58086 0x27c38086 0x27c18086 0x27c08086</string> <key>IOProbeScore</key> <integer>2000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>Vendor Name</key> <string>Intel</string> </dict> note that Hot-plug won't work neither in AHCI nor in RAID mode, at least in my mobo. Edited March 8, 2007 by NeSuKuN Link to comment https://www.insanelymac.com/forum/topic/42147-ich7-r-question/#findComment-319120 Share on other sites More sharing options...
Recommended Posts