Jump to content

Quick question regarding the editing of SATA controllers


Aznboy1993
 Share

2 posts in this topic

Recommended Posts

Hey,

 

I recently redid my Lion installation with the new [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] and installed the "AHCI_3rdParty_eSATA.kext" kernel extension. It fixed my drives as showing up properly as internal sata and external sata for each respective drive (before my internal SSD would show as an "External 120GB Solid State Drive"). But, now my SATA controllers aren't named properly and show up as "Unknown AHCI Standard Controller" for my Marvell and Intel controllers. I have fixed the Marvel one by inserting the code into "AHCI_3rdParty_eSATA.kext", but I don't know what entry to put for the Intel ones. This is what I have for the Marvell (and it works perfect):

 

		<key>Marvell 88SE9172</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.driver.AppleAHCIPort</string>
		<key>Chipset Name</key>
		<string>88SE9172</string>
		<key>IOClass</key>
		<string>AppleAHCI</string>
		<key>IOPCIClassMatch</key>
		<string>0x01060100&0xffffff00</string>
		<key>IOPCIPrimaryMatch</key>
		<string>0x91721B4B</string>
		<key>IOProbeScore</key>
		<integer>11000</integer>
		<key>IOProviderClass</key>
		<string>IOPCIDevice</string>
		<key>Vendor Name</key>
		<string>Marvell</string>
	</dict>

 

But IDK what to do with the Intel 6 Series one. Could you offer me some assistance? Thanks for the help!

Link to comment
Share on other sites

try these ( /E/E or /S/L/E ) Legacy AHCI kexts. Riskless. If your AHCI is not in, I am sure you can add your Ids into this and then also will show correctly.

Archiv.zip

 

for me it does this on Ich9M ( Intel pm45 ) :

 

post-156995-1315965230_thumb.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...