Re: WARNING : kernel 2.6.11.7 (others) kills megaraid 4e/Si dead

2005-07-06 Thread Chris Wright
* Jussi Hamalainen ([EMAIL PROTECTED]) wrote: On Tue, 5 Jul 2005, Chris Wright wrote: Any news on this matter? I hvr a PE1850 waiting for kernel upgrade, but I'm afraid to do so now... I can't break my box with tests since it's in active use... For now I'm running a 2.6.8.1 based kernel

Re: aio-stress regressions in 2.6.12 narrowed down to AIC7xxx

2005-07-06 Thread Suparna Bhattacharya
OK, I think I have narrowed it down to aic7xxx driver, because when I specify CONFIG_SCSI_AIC7XXX_OLD, it does not regress. The regression occurs from 2.6.11 to 2.6.12 (from 17MB/s it goes down to 11MB/s) The regression is still there in 2.6.13-rc1 + the speed fix patch(discussed in the

kernels 2.6.11 and 2.6.12 hanging with ata_piix on poweredge 800

2005-07-06 Thread Rafael
Hi, I recently upgraded the from kernel 2.6.10 to 2.6.11 and 2.6.12 but my poweredge 800 machine hangs when trying to boot after kernel compilation/installation. I was running FC3. Now I tried FC4 (kernel 2.6.11) and the installation doesnt even starts haging when trying to load ata_piix

Re: [PATCH] IBM VSCSI Client: sending client info to server

2005-07-06 Thread Linda Xie
Anton Blanchard wrote: Hi, The attached patch fixes the problem in IBM VSCSI Client where the client doesn't send the information which is expected by the server. ... + printk(KERN_INFO rpa_vscsi: SPR_VERSION: %s\n, SRP_VERSION); Just a small thing, should the

[PATCH 0/17] qla2xxx: Add ISP24xx support.

2005-07-06 Thread Andrew Vasquez
James, What follows is a series of patches (against the latest scsi-misc-2.6 git tree) to add support for a new familiy of 4Gb ISP chips. The firmware images to support these new ISPs will reside on the boards themselves and therefore not require a large firmware-blob be compiled into the

[PATCH 14/17] qla2xxx: Firmware updates.

2005-07-06 Thread Andrew Vasquez
Firmware updates. Resync with latest 21xx firmware -- 1.19.25. Resync with latest 22xx firmware -- 2.02.08. Resync with latest 23xx/63xx firmware -- 3.03.15. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] This patch is too large for an inline patch, please download the bzip'd patch

[PATCH 15/17] qla2xxx: Update copyright banner.

2005-07-06 Thread Andrew Vasquez
Update copyright banner. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/ql2100.c |2 +- drivers/scsi/qla2xxx/ql2200.c |2 +- drivers/scsi/qla2xxx/ql2300.c |2 +- drivers/scsi/qla2xxx/ql2322.c |2 +- drivers/scsi/qla2xxx/ql6312.c

[PATCH 16/17] qla2xxx: Correct maximum supported lun and target-id definitions.

2005-07-06 Thread Andrew Vasquez
Correct maximum supported lun and target-id definitions. The driver uses command-IOCBs which support a maximum lun value of 0x -- correct #define to reflect the change. Also, remove superfluous MAX_TARGET definition. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] ---

[PATCH 8/17] qla2xxx: Add ISP24xx IOCB manipulation routines.

2005-07-06 Thread Andrew Vasquez
Add ISP24xx IOCB manipulation routines. Add appropriate glue-code for ISP24xx support while manipulting IOCB packets. Add an ISP24xx specific 'start_scsi' routine due to command-type-7 layout changes. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/qla_gbl.h|1

[PATCH 13/17] qla2xxx: Code scrubbing.

2005-07-06 Thread Andrew Vasquez
Code scrubbing. - Remove trailing whitespace from driver files. - Remove unused #defines and inlines. - Standardize on C comments (// - /* */) Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/qla_dbg.c | 130 ++-

[PATCH 1/17] qla2xxx: Factor-out ISP specific functions to method-based call tables.

2005-07-06 Thread Andrew Vasquez
Factor-out ISP specific functions to method-based call tables. In anticipation of ISP24xx/ISP25xx support, factor-out ISP specific functions into a method-based call table. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/qla_attr.c |5 -

[PATCH 6/17] qla2xxx: Add MBX command routines for ISP24xx support.

2005-07-06 Thread Andrew Vasquez
Add MBX command routines for ISP24xx support. Generalize several routines [qla2x00_load_ram_ext(), qla2x00_execute_fw(), qla2x00_verify_checksum()] to handle larger addressing space. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/qla_def.h |3

Re: [PATCH] drivers/scsi/st.c: add reference count and related fixes

2005-07-06 Thread Brian King
Dailey, Nate wrote: These patches (against a 2.6.9 kernel, Redhat AS 4) for st add a reference count, and fix a few bugs I hit during testing (administrative removes and cable pulls with IO in progress). The primary change is adding a kref to the Scsi_Tape structure, to avoid an oops when