Re: [PATCH 4/9] scsi_dh: add skeleton for SCSI Device Handlers

2008-02-04 Thread Chandra Seetharaman
On Fri, 2008-02-01 at 13:53 -0600, Mike Christie wrote: > Chandra Seetharaman wrote: > > * mainly associated with tapes and returned SUCCESS. > > Index: linux-2.6.24-rc8/drivers/scsi/scsi_sysfs.c > > === > > --- linux-2.6.24-rc8.o

Re: [PATCH 4/9] scsi_dh: add skeleton for SCSI Device Handlers

2008-02-01 Thread Mike Anderson
Mike Christie <[EMAIL PROTECTED]> wrote: > Chandra Seetharaman wrote: >> * mainly associated with tapes and returned SUCCESS. >> Index: linux-2.6.24-rc8/drivers/scsi/scsi_sysfs.c >> === >> --- linux-2.6.24-rc8.orig/drivers/scsi/s

Re: [PATCH 4/9] scsi_dh: add skeleton for SCSI Device Handlers

2008-02-01 Thread Mike Christie
Chandra Seetharaman wrote: * mainly associated with tapes and returned SUCCESS. Index: linux-2.6.24-rc8/drivers/scsi/scsi_sysfs.c === --- linux-2.6.24-rc8.orig/drivers/scsi/scsi_sysfs.c +++ linux-2.6.24-rc8/drivers/scsi/scsi

[PATCH 4/9] scsi_dh: add skeleton for SCSI Device Handlers

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: add skeleton for SCSI Device Handlers From: Mike Anderson <[EMAIL PROTECTED]> Add base support to the SCSI subsystem for SCSI device handlers. Signed-off-by: Mike Anderson <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig