Hello,
Christoph Hellwig wrote:
Markus, is this patch actually okay? I just talked to Andi about the
ioctl32 issues and he told me about this patch.
OK, i don't own a 64-bit system, so i couldn't test it out :-(
The only thing i would change is rename compat_i2o_cfg_ioctl() into
i2o_cfg_compat_io
Hello!
It seems to me that card initialization is broken in new driver
aacraid-1.1.5.2391.
The problem arises on Linux kernels 2.4.x, if the driver is compiled
into the kernel.
In that case kernel doesn't find root device to mount, if it locates on
a disk, connected to adaptec scsi controller.
(
A recent patch to linit.c:
error = pci_register_driver(&aac_pci_driver);
-if (error)
+if (error < 0)
return error;
Sincerely -- Mark Salyzyn
-Original Message-
From: Konstantin Khorenko [mailto:[EMAIL PROTECTED]
Sent: Friday, April 01, 2005 5:34
Grant Grundler wrote:
>>>You want everything moved back to the "queued" state or failed
>>>(flush pending IO so upper layers can retry if they want).
>>
>>Upper layer is the linux block device; my understanding is that it does
>>not retry, nor do the filesystems above that. Passing errors upwards
On Tue, Mar 29, 2005 at 02:11:20PM +0200, Paul Veldema wrote:
> Hello developers,
>
> For the last two months I've been strugling with a driver problem. Our
> company bought two Dell PowerEdge 2850's
> to try our production kernel version 2.6.8 (debian sarge) on since the
> 2650 are no longer so
>>proc/scsi/hba_name/host_number.
>
>This proc entry is made AFTER the device is registered with SCSI
mid-level
>driver (scsi_mod).
This proc entry is not related to a device. It's the entry that describes
the HBA, and it gets created as part of registering the HBA (host).
>after I add a SCSI
On Fri, 2005-04-01 at 14:01 +0900, Tejun Heo wrote:
> > Well, REQ_SPECIAL is the signal to the mid-layer that we've allocated
> > the resources necessary to process the command, so in practice it will
> > be turned on for every requeue request (because we set it when the
> > command is prepared),
>
On Thu, 2005-03-31 at 18:08 +0900, Tejun Heo wrote:
> When scsi_init_io() returns BLKPREP_DEFER or BLKPREP_KILL,
> it's supposed to free resources itself. This patch
> consolidates defer and kill handling into scsi_prep_fn().
> This fixes a queue stall bug which occurred wh
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:linux-scsi-
> [EMAIL PROTECTED] On Behalf Of Bryan Henderson
> Sent: Friday, April 01, 2005 12:47 PM
> To: Rajat Jain, Noida
> Cc: linux-scsi@vger.kernel.org; Rajat Jain, Noida
> Subject: RE: How to find which (physical) SCSI HBA corr
Greetings all,
http://www.kernel.org/pub/linux/kernel/people/nab/iscsi-initiator-core/iscsi-initiator-core-1.6.2.0-rc1-2.6.12-rc1.patch.bz2
A few minor fixes in this release, with the main feature addition being
support for persistent connection/session parameters as defined within
/etc/sysconfi
Greetings all,
http://www.kernel.org/pub/linux/utils/storage/iscsi/iscsi-initiator-core-tools-2.3.tar.bz2
A few minor fixes related to the scripts have been commmited since v2.2.
The most important addition is v1.0 of the HOWTO that is include in the
top directory of this tarball, as well as manu
On Fri, 2005-04-01 at 09:47 -0800, Bryan Henderson wrote:
> If you and Linux could identify the host in common terms, you wouldn't
> have to do this. But the question is open as to in what terms you
> personally identify the host to which you attached the device. Is it the
> controller to the
Greetings, James.
On Fri, Apr 01, 2005 at 12:09:48PM -0600, James Bottomley wrote:
> On Fri, 2005-04-01 at 14:01 +0900, Tejun Heo wrote:
> > > Well, REQ_SPECIAL is the signal to the mid-layer that we've allocated
> > > the resources necessary to process the command, so in practice it will
> > > b
Greetings, James. :-)
On Fri, Apr 01, 2005 at 12:23:37PM -0600, James Bottomley wrote:
> On Thu, 2005-03-31 at 18:08 +0900, Tejun Heo wrote:
> > When scsi_init_io() returns BLKPREP_DEFER or BLKPREP_KILL,
> > it's supposed to free resources itself. This patch
> > consolidates defer an
Hello, Eric.
Hello, James.
I've been working on new SCSI state model and was checking on
scsi_device_online() users. As the state model is going to change, I
need to audit device state usages in lldd's and I'm having difficult
time understanding why scsi_device_online() is used in mptscsih.
15 matches
Mail list logo