Re: [PATCH RESEND] SCSI not showing tray status correctly

2007-10-27 Thread Maarten Bressers
> This patch is too simplistic. ide-cd.c:ide_cdrom_drive_status() looks > to be a reasonable implementation. However, the worry is that > GET_EVENT_NOTIFICATION is a MMC command; devices not conforming to MMC > won't support it. In theory, they should just return ILLEGAL_REQUEST, > but USB devic

Re: [PATCH 15/15] Add Documentation/DocBook/scsi_midlayer.tmpl and add to Makefile.

2007-10-27 Thread Rob Landley
On Saturday 27 October 2007 8:24:24 am James Bottomley wrote: > On Fri, 2007-10-26 at 23:05 -0700, Randy Dunlap wrote: > > On Fri, 26 Oct 2007 23:18:00 -0500 Rob Landley wrote: > > > From: Rob Landley <[EMAIL PROTECTED]> > > > > > > Add Documentation/DocBook/scsi_midlayer.tmpl and add to Makefile.

[PATCH 9/9] lpfc 8.2.3 : Change version number to 8.2.3

2007-10-27 Thread James Smart
Change version number to 8.2.3 Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h --- a/drivers/scsi/lpfc/lpfc_version.h 2007-08-18 10:49:08.0 -0400 +++ b/drivers/scsi/lpfc/lpfc_version.h 2007-10-27 13:21:37.0

[PATCH 8/9] lpfc 8.2.3 : Temperature handling fix

2007-10-27 Thread James Smart
Temperature handling fix - return proper error code indicator for applications Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c --- a/drivers/scsi/lpfc/lpfc_attr.c 2007-10-27 13:11:06.0 -0400 +++ b/drivers/scsi/

[PATCH 7/9] lpfc 8.2.3 : Internal loopback fixes

2007-10-27 Thread James Smart
Internal loopback fixes: - Use HBQs rather than Q_RING_BUFF - Correct HBQs continuation entries - Update CT handler to SLI3 iocbs Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h --- a/drivers/scsi/lpfc/lpfc_crtn.h 2007

[PATCH 5/9] lpfc 8.2.3 : FC Discovery Fixes

2007-10-27 Thread James Smart
FC Discovery Fixes: - Fix up lpfc_drop_node() vs lpfc_nlp_not_used() usage - Clear ADISC flag when unregistering RPI and REMOVE ndlps if in recovery. - Fix usage of UNUSED list and ndlps - Fix PLOGI race conditions - Reset link if NameServer PLOGI errors occur - Synchronize GID_FT queries with PLO

[PATCH 6/9] lpfc 8.2.3 : Miscellaneous Small Fixes - part 2

2007-10-27 Thread James Smart
Miscellaneous Small Fixes - part 2 - Fix ndlp left in PLOGI state after link up - Fix cannot rcv unsol ELS frames after running HBA resets for a few minutes - Fix HBQ buffer_count implemention - Fix RPI leak - Fix crash while deleting vports while HBA is reset - Revert the FCP Fbits offset back t

[PATCH 4/9] lpfc 8.2.3 : Miscellaneous Small Fixes - part 1

2007-10-27 Thread James Smart
Miscellaneous Small Fixes - part 1 - Fix typo kmzlloc -> kzalloc - Fix discovery ndlp use after free panic - Fix link event causing flood of 0108 messages - Relieve some mbox congestion on link up with 100 vports - Fix broken vport parameters - Prevent lock recursion in logo_reglogin_issue - Split

[PATCH 3/9] lpfc 8.2.3 : Remove flawed MBX_STOP_IOCB logic

2007-10-27 Thread James Smart
Remove flawed MBX_STOP_IOCB logic Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c --- a/drivers/scsi/lpfc/lpfc_els.c 2007-08-18 10:49:08.0 -0400 +++ b/drivers/scsi/lpfc/lpfc_els.c 2007-10-27 10:38:49.00

[PATCH 2/9] lpfc 8.2.3 : NPIV bug fixes

2007-10-27 Thread James Smart
NPIV bug fixes: - Remove vport params on physical hba when npiv is disabled - Implement new DA_ID CT command to remove vport information from the switch after delete. Some switches didn't clean this up unless the physical link dropped. Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -u

[PATCH 1/9] lpfc 8.2.3 : Added support for ASICs that report temperature

2007-10-27 Thread James Smart
Added support for ASICs that report temperature. Temperature notices are reported as events and logged. Temperature can be read via sysfs. Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c --- a/drivers/scsi/lpfc/lpfc_attr.

[PATCH 0/9] lpfc 8.2.3 : lpfc 8.2.3 patches

2007-10-27 Thread James Smart
This set of patches updates the lpfc driver to revision 8.2.3. All are bug fixes targeted for 2.6.25 - Added support for ASICs that report temperature. - NPIV bug fixes: - Remove flawed MBX_STOP_IOCB logic - Miscellaneous Small Fixes - part 1 - FC Discovery Fixes: - Miscellaneous Small Fixes - pa

Re: slow after upgrade to CentOS 5 (RHEL5)

2007-10-27 Thread James Bottomley
On Wed, 2007-10-24 at 18:04 -0700, Anthony Ewell wrote: > Hi All, > > If you all would not mind a post from the general > public Linux user, after doing a complete disk wipe > of CentOS 4 and installing CentOS5, my system is preceived > to be 3 times slower. > > To troubleshooting this,

Re: [PATCH 15/15] Add Documentation/DocBook/scsi_midlayer.tmpl and add to Makefile.

2007-10-27 Thread James Bottomley
On Fri, 2007-10-26 at 23:05 -0700, Randy Dunlap wrote: > On Fri, 26 Oct 2007 23:18:00 -0500 Rob Landley wrote: > > > From: Rob Landley <[EMAIL PROTECTED]> > > > > Add Documentation/DocBook/scsi_midlayer.tmpl and add to Makefile. > > > I have comments for all 15 patches here. > > a. You should

[PATCH] MegaRAID SAS: Convert aen_mutex to the mutex API

2007-10-27 Thread Matthias Kaehlcke
MegaRAID SAS: Convert aen_mutex to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- index e3c5c52..3ad379f 100644 --- a/drivers/scsi/megaraid/megaraid_sas.c +++ b/drivers/scsi/megaraid/megaraid_sas.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #