Re: [PATCH] libsas: add host SMP processing

2007-12-29 Thread James Bottomley
On Sat, 2007-12-29 at 14:24 +0900, FUJITA Tomonori wrote: From: James Bottomley [EMAIL PROTECTED] --- a/drivers/scsi/libsas/sas_expander.c +++ b/drivers/scsi/libsas/sas_expander.c @@ -1896,11 +1896,9 @@ int sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy, }

Re: [PATCH] libsas: add host SMP processing

2007-12-29 Thread FUJITA Tomonori
On Sat, 29 Dec 2007 09:44:32 -0600 James Bottomley [EMAIL PROTECTED] wrote: On Sat, 2007-12-29 at 14:24 +0900, FUJITA Tomonori wrote: From: James Bottomley [EMAIL PROTECTED] --- a/drivers/scsi/libsas/sas_expander.c +++ b/drivers/scsi/libsas/sas_expander.c @@ -1896,11 +1896,9 @@ int

Re: [PATCH] libsas: add host SMP processing

2007-12-29 Thread James Bottomley
On Sun, 2007-12-30 at 01:06 +0900, FUJITA Tomonori wrote: On Sat, 29 Dec 2007 09:44:32 -0600 James Bottomley [EMAIL PROTECTED] wrote: On Sat, 2007-12-29 at 14:24 +0900, FUJITA Tomonori wrote: From: James Bottomley [EMAIL PROTECTED] --- a/drivers/scsi/libsas/sas_expander.c +++

Re: [PATCH] libsas: add host SMP processing

2007-12-29 Thread FUJITA Tomonori
From: James Bottomley [EMAIL PROTECTED] Subject: Re: [PATCH] libsas: add host SMP processing Date: Sat, 29 Dec 2007 10:59:53 -0600 On Sun, 2007-12-30 at 01:06 +0900, FUJITA Tomonori wrote: On Sat, 29 Dec 2007 09:44:32 -0600 James Bottomley [EMAIL PROTECTED] wrote: On Sat, 2007-12-29

[PATCH] libsas: add host SMP processing

2007-12-28 Thread James Bottomley
This patch allows the sas host device to accept SMP commands. This brings the libsas attached hosts on to a par with the firmware based ones like mptsas. James diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig index c01a40d..18f33cd 100644 --- a/drivers/scsi/libsas/Kconfig

Re: [PATCH] libsas: add host SMP processing

2007-12-28 Thread FUJITA Tomonori
From: James Bottomley [EMAIL PROTECTED] Subject: [PATCH] libsas: add host SMP processing Date: Fri, 28 Dec 2007 17:36:38 -0600 This patch allows the sas host device to accept SMP commands. This brings the libsas attached hosts on to a par with the firmware based ones like mptsas. James