Re: Fix up qla2xxx configuration bogosity

2005-07-27 Thread Andrew Vasquez
Linus, In looking through your latest git-pull and update of the Kconfig quirks in qla2xxx: Fix up qla2xxx configuration bogosity http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82;hp=e4ff4d7f9d85a2bc714307eb911361718

Re: Incorrect driver getting loaded for Qlogic FC-HBA

2005-07-27 Thread Andrew Vasquez
On Wed, 27 Jul 2005, Rajat Jain wrote: > On 7/27/05, Andrew Vasquez <[EMAIL PROTECTED]> wrote: > > > > A similar problem was noted with RHEL4, it seems the modules.pcimap > > and pci.ids file were correct, but the pcitable file contained entries > > for all ql[ae]23xx based HBAs to load qla2300.k

Re: [PATCH] Revert accidental Makefile change

2005-07-27 Thread Andrew Vasquez
On Wed, 27 Jul 2005, Pavel Roskin wrote: > In the current git kernel, the qla2xxx.ko module is build and installed, > although I have never requested it and I don't have any modules enabled. > > I found the corresponding entry in the git log (commit > fca297037127e524e8f61b3fc1c7a1886e5d757b), an

[PATCH] Revert accidental Makefile change

2005-07-27 Thread Pavel Roskin
Hello! In the current git kernel, the qla2xxx.ko module is build and installed, although I have never requested it and I don't have any modules enabled. I found the corresponding entry in the git log (commit fca297037127e524e8f61b3fc1c7a1886e5d757b), and it looks like that the change in drivers/s

Request to add EMC Invista to the v2.4.x SCSI Blacklist...

2005-07-27 Thread conway, heather
Hi, I'd like to request that the enclosed patch to scsi_scan.c be considered for inclusion in the v2.4.x kernel. This would add support for sparse LUNs and large LUNs for the EMC Invista product. Thanks for your consideration. Heather <> scsi_scan_invista.patch Description: Binary data

Request to add EMC Invista to the v2.6.x SCSI Blacklist...

2005-07-27 Thread conway, heather
Hi, I'd like to request that the enclosed patch to scsi_devinfo.c be considered for inclusion in the v2.6.x kernel. This would add support for sparse LUNs and large LUNs for the EMC Invista product. Thanks for your consideration. Heather <> scsi_devinfo_invista.patch Description: Binary data

Re: lpfc: System freezing if fiber is broken

2005-07-27 Thread Bodo Stroesser
Mike Anderson wrote: Bodo Stroesser [EMAIL PROTECTED] wrote: Hi James, disrupting a working FC connection makes my i386 SMP server (2.6.12.2) freeze just one or two seconds after this. I'm normally using lpfc_nodev_tmo = 1. When I change this to the default value of 35, the system stalls about

Re: Updated Patch for ServeRAID V7.12.02

2005-07-27 Thread Jack Hammer
Randy, 1.) Install Thunderbird extension "Edit Config Files 1.3". 2.) Add these two lines in user.js : pref("mailnews.send_plaintext_flowed", false);// RFC 2646 pref("mailnews.display.disable_format_flowed_support", true); 3.) Set "Wrap plain text messages at 0 characters" under "Op

exporting TCQ functionality to the kernel in SYMBIOS/NCR 53C8XX driver

2005-07-27 Thread Philipp Reisner
Hi Matthew, Does this patch makes sense to you ? Could you consider this for inclusion into mainline ? best regards, Philipp -- : Dipl-Ing Philipp Reisner Tel +43-1-8178292-50 : : LINBIT Information Technologies GmbH Fax +43-1-8178292-82 : : Schönbrunnerstr 244, 11

Re: [PATCH] drivers/scsi/st.c: add command and sense history

2005-07-27 Thread Kai Makisara
The following comments are based on looking at the patch, not testing it. The tape devices do not provide much information about problems via the normal API: mostly it just tells that something went wrong. The driver prints the sense data to the kernel log but this information may not be accessibl