Re: [PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-03-29 Thread Randy Dunlap
On Thu, 29 Mar 2007 11:28:36 -0500 Robert Jennings wrote: > Fixed the kernel-doc comment for ibmvscsi_slave_configure. Thanks to > Randy Dunlap for catching that. Sorry, there's still a minor nit below. > Adding a slave_configure function for the driver. Now the disks can be > restarted by the

Re: [PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-03-29 Thread Robert Jennings
Fixed the kernel-doc comment for ibmvscsi_slave_configure. Thanks to Randy Dunlap for catching that. Adding a slave_configure function for the driver. Now the disks can be restarted by the scsi mid-layer when the are disconnected and reconnected. Signed-off-by: "Robert Jennings" <[EMAIL PROTECTE

Re: [PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-03-28 Thread Randy Dunlap
On Wed, 28 Mar 2007 12:47:04 -0500 Robert Jennings wrote: > Adding a slave_configure function for the driver. Now the disks can be > restarted by the scsi mid-layer when the are disconnected and reconnected. > > Signed-off-by: "Robert Jennings" <[EMAIL PROTECTED]> > Signed-off-by: "Santiago Leon"

[PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-03-28 Thread Robert Jennings
Adding a slave_configure function for the driver. Now the disks can be restarted by the scsi mid-layer when the are disconnected and reconnected. Signed-off-by: "Robert Jennings" <[EMAIL PROTECTED]> Signed-off-by: "Santiago Leon" <[EMAIL PROTECTED]> --- drivers/scsi/ibmvscsi/ibmvscsi.c | 18 ++

Re: [PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-02-12 Thread Santiago Leon
Robert Jennings wrote: Adding a slave_configure function for the driver. Now the disks can be restarted by the scsi mid-layer when the are disconnected and reconnected. Signed-off-by: Santiago Leon <[EMAIL PROTECTED]> Signed-off-by: "Robert Jennings" <[EMAIL PROTECTED]> - To unsubscribe fr

[PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-02-09 Thread Robert Jennings
Adding a slave_configure function for the driver. Now the disks can be restarted by the scsi mid-layer when the are disconnected and reconnected. Signed-off-by: "Robert Jennings" <[EMAIL PROTECTED]> --- drivers/scsi/ibmvscsi/ibmvscsi.c | 18 ++ 1 file changed, 18 insertions(+)