View Single Post
 
Old 02-18-2008, 10:26 PM
iero iero is offline
Jaguar
 
Join Date: Feb 2008
Posts: 66
@ryoken

I've found in ./System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/Info.plist :

Code:
               <key>AppleLSIFusionSAS</key>
                <dict>
                        <key>CFBundleIdentifier</key>
                        <string>com.apple.driver.AppleLSIFusionMPT</string>
                        <key>IOClass</key>
                        <string>AppleLSIFusionSAS</string>
                        <key>IONameMatch</key>
                        <array>
                                <string>LSILogic,sas</string>
                                <string>pci1000,50</string>
                                <string>pci1000,56</string>
                                <string>pci1000,58</string>
                        </array>

Here are some infos about this chipset found with a linux livecd. we can deduce the ChisetID : 0x2704

Quote:
ioc0:
ProductID = 0x2704 (LSISAS1068E)
FWVersion = 0x01102100
MsgVersion = 0x0105
FirstWhoInit = 0x00
EventState = 0x01
CurrentHostMfaHighAddr = 0x00000000
CurrentSenseBufferHighAddr = 0x00000000
MaxChainDepth = 0x60 frames
MinBlockSize = 0x20 bytes
RequestFrames @ 0xdfa02800 (Dma @ 0x1fa02800)
{CurReqSz=128} x {CurReqDepth=267} = 34176 bytes ^= 0x9000
{MaxReqSz=128} {MaxReqDepth=511}
Frames @ 0xdfa00000 (Dma @ 0x1fa00000)
{CurRepSz=80} x {CurRepDepth=128} = 10240 bytes ^= 0x2880
{MaxRepSz=0} {MaxRepDepth=511}
MaxDevices = 112
MaxBuses = 1
PortNumber = 1 (of 1)
WWN = 500605B00026A780
How can I find the value "pci1xxxx" - or do I need to add in the plist file ?

Thanks, iero.
Reply With Quote