RE: [2.6 patch] scsi/megaraid.c: __devexit annotation

2007-12-28 Thread Patro, Sumant
Ack. Regards, Sumant -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 2:24 PM To: DL-MegaRAID Linux; [EMAIL PROTECTED] Cc: linux-scsi@vger.kernel.org; [EMAIL PROTECTED] Subject: [2.6 patch] scsi/megaraid.c: __devexit annotation

[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

Adaptec 2410SA, aacraid, managment

2007-12-28 Thread Giacomo Di Ciocco
Hello subscribers, theres any utility to query/manage controller status/features ? I'm using this card for a Raid 10 array made of four 300GB sata disks, on a debian sarge with kernel 2.6.19.1-grsec. It runs on a dual opteron Tyan GT24 transport and operates principally as mail and web server.

[PATCH 10/12] scsi : Use mutex instead of semaphore in driver core

2007-12-28 Thread Dave Young
Signed-off-by: Dave Young [EMAIL PROTECTED] --- drivers/scsi/hosts.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -upr linux/drivers/scsi/hosts.c linux.new/drivers/scsi/hosts.c --- linux/drivers/scsi/hosts.c 2007-12-28 10:45:46.0 +0800 +++

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