rakesh rakesh wrote:
> 
> Hi list,
> My qlogic /proc/scsi/scsi contains a
>  Host: scsi1 Channel: 00 Id: 08 Lun: 00
>  Vendor: xxx      Model: GEM359-SES           Rev: 2
>  Type:Enclosure    ANSI SCSI revision:04
> 
>  Host: scsi1 Channel: 01 Id: 08 Lun: 00
>  Vendor: xxx      Model: GEM359-SES           Rev: 2
>   Type:Enclosure    ANSI SCSI revision:04
> 
>  but I don`t see that mapped to anything in /dev
> 
> Is Linux currently unable to fully support SES capable
> SCSI   boxes?

Rakesh,
With scsi type "enclosure" (0xd) it will only appear
as a sg device. The allocation of sg device (i.e. to
sg0, sg1, etc) should be in the same order as you
see them in 'cat /proc/scsi/scsi'. 

My SPC-2 draft has several device types 
(e.g. "simplified direct access device" == 0xe) that
the SCSI subsystem doesn't know about, so perhaps
the scsi_device_types array of strings might be 
extended.

Doug Gilbert
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to