Il giorno gio, 07-07-2005 alle 13:53 +0100, Christoph Hellwig ha
scritto:
> The adaptec drivers are a total mess and contain various regression vs whats
> in mainline. I'd suggest you report the problems you have with the latest
> mainline driver to this list in detail so it can be fixed.
It loo
Martin Drab found that he could get aacraid timeouts with high load on
his controller / disk drive combinations. After some experimentation
Mark Salyzyn has come up with a patch to reduce the default max_sectors
to something that will keep the controller from being overloaded and
will eliminate th
On Fri, 2005-07-08 at 10:36 -0700, Mark Haverkamp wrote:
> Martin Drab found that he could get aacraid timeouts with high load on
> his controller / disk drive combinations. After some experimentation
> Mark Salyzyn has come up with a patch to reduce the default max_sectors
> to something that wil
On Fri, 2005-07-08 at 13:41 -0400, Ryan Anderson wrote:
> On Fri, 2005-07-08 at 10:36 -0700, Mark Haverkamp wrote:
> > Martin Drab found that he could get aacraid timeouts with high load on
> > his controller / disk drive combinations. After some experimentation
> > Mark Salyzyn has come up with a
Yes containers will go offline, but this fix is for a recent change to
the driver; if it was 6 months ago, it was a totally different problem.
You probably can resolve your problems by making sure you have the
latest Firmware. I don't believe there are any changes in the driver in
the past 6 months
On Fri, 8 Jul 2005, Ryan Anderson wrote:
> On Fri, 2005-07-08 at 10:36 -0700, Mark Haverkamp wrote:
> > Martin Drab found that he could get aacraid timeouts with high load on
> > his controller / disk drive combinations. After some experimentation
> > Mark Salyzyn has come up with a patch to re
On Fri, 8 Jul 2005, Salyzyn, Mark wrote:
...
> Sadly, anything that goes wrong (including card, power supply, drives)
> can cause containers to go offline; it is a pretty generic symptom to a
> multitude of possible problems. Martin's initial problems were
> associated with using the WD JD drives
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Description: Replace schedule_timeout() with msleep() to guarantee the
task delays as expected.
Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
lpfc_scsi.c | 13 +
1 files changed, 5 insertions(+),
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Description: Replace schedule_timeout() with
msleep()/msleep_interruptible() as appropriate, to guarantee the task
delays as expected.
Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
qla_os.c | 25 +++-
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Description: Replace schedule_timeout() with msleep() to guarantee the
task delays as expected.
Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
osst.c |9 +++--
1 files changed, 3 insertions(+), 6 deleti
James,
Here's three small patches which fix-up several issues found since my
original patchset.
Should apply cleanly to a scsi-misc-2.6 tree with the previous patch
set applied.
Thanks,
Andrew Vasquez
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a messag
Add firmware version number to qla24xx_fw_version_str().
Original code was accidently trimmed during port.
Signed-off-by: Andrew Vasquez <[EMAIL PROTECTED]>
---
drivers/scsi/qla2xxx/qla_os.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
21fad7fa5cb535355f128fc0459a2de79f1975be
Cleanup FC remote port registration.
Due to the inherent behaviour (an immediate scan) of adding
a 'target'-role-capable rport via fc_remote_port_add(),
split the registration into two steps -- addition as
unknown-type role, then use fc_remote_port_rolchg() with
appropriate role (based on PLOGI/PR
Consolidate ISP24xx chip reset logic.
Consolidate near-duplicate RISC reset logic from
qla24xx_reset_chip() and qla24xx_chip_diag(). Also, after
initiating a soft-reset, insure the firmware has completed
all NVRAM accesses before continuing.
Signed-off-by: Andrew Vasquez <[EMAIL PROTECTED]>
---
14 matches
Mail list logo