Jump to content
5 posts in this topic

Recommended Posts

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

  • 2 weeks later...
  • 2 weeks later...
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 B)

 

Buler, anyone, Buller?

 

Thanks in advance.

 

/mdg

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 by NeSuKuN
×
×
  • Create New...