Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 00:54:28 GMT
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        freebsd-scsi@FreeBSD.org
Subject:   Re: kern/172575: [mfi] ioctl CAMGETPASSTHRU fails with mfi driver
Message-ID:  <201210120054.q9C0sSlf022070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/172575; it has been noted by GNATS.

From: Sergey Kandaurov <pluknet@gmail.com>
To: bug-followup@FreeBSD.org, john.klug@unisys.com
Cc:  
Subject: Re: kern/172575: [mfi] ioctl CAMGETPASSTHRU fails with mfi driver
Date: Thu, 11 Oct 2012 18:41:39 +0400

 Well, you probably want to kldload mfip to get SCSI passthough?
 
 # kldload mfip
 
 mfip0: <SCSI Passthrough Bus> on mfi0
 ses0 at mfi0 bus 0 scbus0 target 21 lun 0
 ses0: <IBM-ESXS SAS EXP BP 602A> Fixed Enclosure Services SCSI-4 device
 ses0: 150.000MB/s transfers
 ses0: SCSI-3 SES Device
 
 # camcontrol inquiry /dev/ses0
 pass12: <IBM-ESXS SAS EXP BP 602A> Fixed Enclosure Services SCSI-4 device
 pass12: 150.000MB/s transfers
 
 # camcontrol devlist /dev/ses0
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 9 lun 0 (pass0)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 10 lun 0 (pass1)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 11 lun 0 (pass2)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 12 lun 0 (pass3)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 13 lun 0 (pass4)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 14 lun 0 (pass5)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 15 lun 0 (pass6)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 16 lun 0 (pass7)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 17 lun 0 (pass8)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 18 lun 0 (pass9)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 19 lun 0 (pass10)
 <IBM-ESXS MBF2300RC SB28>          at scbus0 target 20 lun 0 (pass11)
 <IBM-ESXS SAS EXP BP 602A>         at scbus0 target 21 lun 0 (pass12,ses0)
 
 # camcontrol inquiry /dev/pass8
 pass8: <IBM-ESXS MBF2300RC SB28> Fixed Uninstalled SCSI-6 device
 pass8: Serial Number EB71XXXX
 pass8: 150.000MB/s transfers
 
 
 -- 
 wbr,
 pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210120054.q9C0sSlf022070>