Jump to content
1 post in this topic

Recommended Posts

I recently downloaded the AppleIOATAFamily.kext and installed it. It did not work...and i am not seeing my sata drives still. This is the source code. Where do i need to add my vendor id and device code?

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>IOATAFamily</string>

<key>CFBundleGetInfoString</key>

<string>ATA Controller Family</string>

<key>CFBundleIdentifier</key>

<string>com.apple.iokit.IOATAFamily</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>IOATAFamily</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleShortVersionString</key>

<string>1.6.0</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>1.6.0f2</string>

<key>IOKitPersonalities</key>

<dict/>

<key>OSBundleCompatibleVersion</key>

<string>1.0b1</string>

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.kernel.iokit</key>

<string>1.0b1</string>

<key>com.apple.kernel.libkern</key>

<string>1.0b1</string>

</dict>

<key>OSBundleRequired</key>

<string>Local-Root</string>

</dict>

</plist>

Link to comment
https://www.insanelymac.com/forum/topic/66569-editing-sata-kexts/
Share on other sites

×
×
  • Create New...