should not probe devices of type SCSI_PROCESSOR

Justin T. Gibbs gibbs at scsiguy.com
Wed Dec 17 08:26:37 PST 2003


> Hi,
> 
> I tried 5.2-RC1 on a Lion server(ia64). It hung trying to send
> commands to a SCSI_PROCESSOR device. These are not disks and probably
> FreeBSD is trying to send it a read capacity command or something.

Doubtful.  The generic probe code will issue inquiry, test unit ready,
mode sense, and the VPD serial page inquiry command.  All devices,
regardless of type, should be able to handle these command.  "Handling"
also means properly responding to commands that are not supported.

FreeBSD has probed processor target devices ever since it grew a SCSI
layer.

Perhaps you should try updating the firmware on your backplane.

--
Justin



More information about the freebsd-scsi mailing list