On Wed, 13 Apr 2005, Christoph Hellwig wrote:
> > + struct page *page;
> > + unsigned long offset;
> > +
> > + page = virt_to_page(cmd->request_buffer);
> > + offset = ((unsigned long)cmd->request_buffer & ~PAGE_MASK);
> > + req_dma = pci_map
On Wed, 13 Apr 2005, Christoph Hellwig wrote:
> On Wed, Apr 13, 2005 at 01:50:07PM -0700, Andrew Vasquez wrote:
> > Update version.
>
> Btw, Documentation/scsi/qla2xxx.revision.notes hasn't been updated for
> ages. Either scrap it or give it some love, I don't mind too much which
> of these yo
On Fri, 2005-04-15 at 10:11 -0600, Moore, Eric Dean wrote:
> Thus I think its safe to say, we can remove the
> scsi_device_online from mptscsih_flush_running_cmds.
> Right??
Yes, as long as you now tear down all the outstanding commands while the
error handler is executing, you should be safe fro
On Friday, April 15, 2005 8:30 AM, James Bottomley wrote:
>
> On Fri, 2005-04-15 at 19:13 +0900, Masao Fukuchi wrote:
> > The sequence is:
> > 1.Host issues SCSI command to fusion MPT driver.
> > 2.Mid layer detects command timeout and then performs
> > error recovery sequence.
> > But the
This patch contains the following cleanups:
- make some needlessly global functions static
- remove one more kernel 2.2 #ifdef
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
This patch was already sent on:
- 28 Feb 2005
drivers/scsi/gdth.c | 24
drivers/scsi/gdth
On Fri, 2005-04-15 at 19:13 +0900, Masao Fukuchi wrote:
> The sequence is:
> 1.Host issues SCSI command to fusion MPT driver.
> 2.Mid layer detects command timeout and then performs
> error recovery sequence.
> But the sequence fails and it causes device offline.
> (fusion MPT driver still
On Fri, 2005-04-15 at 13:25 +0200, Pavel Machek wrote:
> Okay, so du -s is:
>
> [EMAIL PROTECTED]:~# du -sh /tmp/delme.git/
> 109M/tmp/delme.git/
>
> Not as bad as I expected, but still quite a lot of data for few
> changes.
Erm, but that's why it's an rsync archive. You're supposed to have
You can not remove the entries in sys_info.h (osMajorVersion & friends),
this communicates information to the application via the ioctls and the
structure shape is important. Change the code to zero the values, leave
osType set to OS_LINUX.
Sincerely -- Mark Salyzyn
-Original Message-
Fr
Hi!
> > This is a small set of bugfixes for 2.6.12-rc2 ... you asked me to try
> > git, so I did (I actually updated my bk backport script simply to export
> > from a BK tree to a git tree). For the time being, I plan to keep the
> > scsi changes in BK, but I'll export them for you to try merging
Hi!
> This is a small set of bugfixes for 2.6.12-rc2 ... you asked me to try
> git, so I did (I actually updated my bk backport script simply to export
> from a BK tree to a git tree). For the time being, I plan to keep the
> scsi changes in BK, but I'll export them for you to try merging
>
> Th
Hi Eric.
The problem was caused by calling pci_unmap_sg()
after device offline.
The sequence is:
1.Host issues SCSI command to fusion MPT driver.
2.Mid layer detects command timeout and then performs
error recovery sequence.
But the sequence fails and it causes device offline.
(fusion M
11 matches
Mail list logo