Help - Search - Members - Calendar
Full Version: RocketRaid array shows as External
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > SATA/IDE Controllers
Vasto
I installed Snow Leopard, but now my RocketRaid 2300 is displaying the array as external. Anyone know how to force detect hard drives as internal? (There is no eject button for the array)
derpuma
I edited HighpointIOP.kext!

Cahnge to this for all ports of your card:
CODE
<string>HPTIOPControllerClient</string>
            <key>Physical Interconnect Location</key>
            <string>Internal</string>


Mine is a RR3520 with 2 miniSAS Ports.

CODE
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>HighPointIOP</string>
    <key>CFBundleGetInfoString</key>
    <string>Version: 2.0.3, Copyright (c) 2009 HighPoint Technologies, Inc.</string>
    <key>CFBundleIdentifier</key>
    <string>com.highpoint-tech.kext.HighPointIOP</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>HighPointIOP</string>
    <key>CFBundlePackageType</key>
    <string>KEXT</string>
    <key>CFBundleShortVersionString</key>
    <string>2.0.3</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>2.0.3</string>
    <key>IOKitPersonalities</key>
    <dict>
        <key>IntelIOP</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.highpoint-tech.kext.HighPointIOP</string>
            <key>IOClass</key>
            <string>HPTIntelIOPController</string>
            <key>IOKitDebug</key>
            <integer>0</integer>
            <key>IOMatchCategory</key>
            <string>IOService</string>
            <key>IOPCIPrimaryMatch</key>
            <string>0x32201103 0x33201103 0x34101103 0x35101103 0x35111103 0x35201103 0x35211103 0x35221103 0x35301103 0x35401103 0x35601103 0x42101103 0x42111103 0x43101103 0x43111103 0x43201103 0x43211103 0x43221103 0x44001103</string>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>IOResourceMatch</key>
            <string>IOKit</string>
            <key>IOUserClientClass</key>
            <string>HPTIOPControllerClient</string>
            <key>Physical Interconnect Location</key>
            <string>Internal</string>
        </dict>
        <key>MarvellIOP</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.highpoint-tech.kext.HighPointIOP</string>
            <key>IOClass</key>
            <string>HPTMVIOPController</string>
            <key>IOKitDebug</key>
            <integer>0</integer>
            <key>IOMatchCategory</key>
            <string>IOService</string>
            <key>IOPCIPrimaryMatch</key>
            <string>0x31201103 0x31221103</string>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>IOResourceMatch</key>
            <string>IOKit</string>
            <key>IOUserClientClass</key>
            <string>HPTIOPControllerClient</string>
            <key>Physical Interconnect Location</key>
            <string>Internal</string>
        </dict>
    </dict>
    <key>OSBundleLibraries</key>
    <dict>
        <key>com.apple.iokit.IOPCIFamily</key>
        <string>2.5</string>
        <key>com.apple.iokit.IOSCSIParallelFamily</key>
        <string>2.0</string>
        <key>com.apple.kpi.iokit</key>
        <string>10.0.0d1</string>
        <key>com.apple.kpi.libkern</key>
        <string>10.0.0d1</string>
        <key>com.apple.kpi.mach</key>
        <string>10.0.0d1</string>
    </dict>
    <key>OSBundleRequired</key>
    <string>Local-Root</string>
</dict>
</plist>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.