Re: [PATCH 15/16] libata-link: update hotplug to handle PMP links

2007-07-10 Thread Tejun Heo
Jeff Garzik wrote: > Tejun Heo wrote: >> Update hotplug to handle PMP links. When PMP is attached, the PMP >> number corresponds to I of SCSI C:H:I:L. > > That doesn't sound right. 'I' == ID == SCSI concept of a target. 'I' > needs to be the end device, with 'L' (LUN) being normally zero, but >

Re: [PATCH 15/16] libata-link: update hotplug to handle PMP links

2007-07-10 Thread Jeff Garzik
Tejun Heo wrote: Update hotplug to handle PMP links. When PMP is attached, the PMP number corresponds to I of SCSI C:H:I:L. That doesn't sound right. 'I' == ID == SCSI concept of a target. 'I' needs to be the end device, with 'L' (LUN) being normally zero, but sometimes otherwise -- in the

[PATCH 15/16] libata-link: update hotplug to handle PMP links

2007-07-01 Thread Tejun Heo
Update hotplug to handle PMP links. When PMP is attached, the PMP number corresponds to I of SCSI C:H:I:L. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c |7 ++- drivers/ata/libata-scsi.c | 123 ++--- 2 files changed, 87 in