Re: Einarc - unified hardware RAID management

2007-11-25 Thread Rolf Eike Beer
Mikhail Yakshin wrote: Sadly, I don't have access to any possible controller at the market and it only supports a limited number of current hardware controllers (Areca, older LSI, newer LSI, Adaptec). I'd like to ask several things: 1. Are there any existing implementations of such thing

Re: [PATCH] zfcp: add some internal zfcp adapter statistics

2007-11-25 Thread James Bottomley
On Wed, 2007-10-31 at 11:33 +0100, Swen Schillig wrote: From: Swen Schillig [EMAIL PROTECTED] add some statistics provided by the zFCP adapter to the sysfs The new zFCP adapter statistics provide a variety of information about the virtual adapter (subchannel). In order to collect this

[GIT PATCH] SCSI bug fixes for 2.6.24-rc3

2007-11-25 Thread James Bottomley
This is a bit of a rash of bug fixes. The qla1280 is actually a bug fix (in spite of the title---it's actually correcting an existing problem with the qla1280 implementation of accessors that broke the current driver). The patch is available here:

Re: Einarc - unified hardware RAID management

2007-11-25 Thread Mikhail Yakshin
Rolf Eike Beer wrote: Sadly, I don't have access to any possible controller at the market and it only supports a limited number of current hardware controllers (Areca, older LSI, newer LSI, Adaptec). I'd like to ask several things: 1. Are there any existing implementations of such thing I've

Re: 2.6.24-rc3-mm1: I/O error, system hangs

2007-11-25 Thread Laurent Riffard
Le 25.11.2007 08:37, James Bottomley a écrit : On Sat, 2007-11-24 at 23:59 +0100, Laurent Riffard wrote: Le 24.11.2007 14:26, James Bottomley a écrit : OK, could you post dmesgs again, please. I actually tested this with an aic79xx card, and for me it does cause Domain Validation to succeed

[2.6 patch] scsi/qla2xxx/qla_os.c section fix

2007-11-25 Thread Adrian Bunk
qla2x00_remove_one() mustn't be __devexit since it's called from qla2xxx_pci_error_detected(). This patch fixes the following section mismatch: -- snip -- ... WARNING: vmlinux.o(.text+0x2a4462): Section mismatch: reference to .exit.text:qla2x00_remove_one (between

[PATCH 2/2] ide-scsi: use print_hex_dump from linux/kernel.h

2007-11-25 Thread Denis Cheng
these utilities implemented in lib/hexdump.c are more handy, please use this. Cc: Randy Dunlap [EMAIL PROTECTED] Signed-off-by: Denis Cheng [EMAIL PROTECTED] --- there are still much other private hexdump implementations in the source, which reinvent the wheel, we can find them through: $ grep

Re: 2.6.24-rc3-mm1: I/O error, system hangs

2007-11-25 Thread Hannes Reinecke
On Sat, Nov 24, 2007 at 07:44:13PM +0200, James Bottomley wrote: Probing intermittent failures in Domain Validation, even with the fixes applied leads me to the conclusion that there are further problems with this commit: commit fc5eb4facedbd6d7117905e775cee1975f894e79 Author: Hannes