All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Guennadi Liakhovetski <gl@dsa-ac.de>
Cc: Christoph Hellwig <hch@infradead.org>,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	linux-kernel@vger.kernel.org, garloff@suse.de,
	matthias.andree@gmx.de
Subject: Re: [PATCH] Re: AMD 53c974 SCSI driver in 2.6
Date: Fri, 31 Oct 2003 13:09:35 +0000	[thread overview]
Message-ID: <20031031130935.D4556@flint.arm.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.33.0310311254530.5914-100000@pcgl.dsa-ac.de>; from gl@dsa-ac.de on Fri, Oct 31, 2003 at 01:19:56PM +0100

On Fri, Oct 31, 2003 at 01:19:56PM +0100, Guennadi Liakhovetski wrote:
> > Oh.  What driver did you find this construct in?
> 
> grep... (maybe not all of them are real hits, but, most of them do
> certainly look very much like what I've done). BTW, I also saw arrays of
> cards in some drvers, which also doesn't correspond to your suggestions:
> 
> drivers/scsi/arm/scsi.h-41-		SCp->ptr = (char *)
> drivers/scsi/arm/scsi.h:42:			 (page_address(SCp->buffer->page) +
> drivers/scsi/arm/scsi.h-43-			  SCp->buffer->offset);
> --
> drivers/scsi/arm/scsi.h-79-		SCpnt->SCp.ptr = (char *)
> drivers/scsi/arm/scsi.h:80:			 (page_address(SCpnt->SCp.buffer->page) +
> drivers/scsi/arm/scsi.h-81-			  SCpnt->SCp.buffer->offset);

The drivers which use this will never be used on highmem-capable machines.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

  reply	other threads:[~2003-10-31 13:09 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-25 21:42 AMD 53c974 SCSI driver in 2.6 Guennadi Liakhovetski
2003-10-26 19:49 ` Guennadi Liakhovetski
2003-10-26 19:49   ` Guennadi Liakhovetski
2003-10-30 22:12   ` [PATCH] " Guennadi Liakhovetski
2003-10-30 23:52     ` Kurt Garloff
2003-10-31  9:47       ` Christoph Hellwig
2003-10-31  9:59         ` Kurt Garloff
2003-10-31 10:06           ` Christoph Hellwig
2003-10-31  9:46     ` Christoph Hellwig
2003-10-31 11:25       ` Guennadi Liakhovetski
2003-10-31 11:46         ` Christoph Hellwig
2003-10-31 12:19           ` Guennadi Liakhovetski
2003-10-31 13:09             ` Russell King [this message]
2003-11-02 19:22           ` Guennadi Liakhovetski
2003-11-02 19:22             ` Guennadi Liakhovetski
2003-11-03  9:14             ` Christoph Hellwig
2003-11-15 21:48               ` Guennadi Liakhovetski
2003-11-17  0:03                 ` Guennadi Liakhovetski
2003-11-17 21:41                   ` Randy.Dunlap
2003-11-17 22:42                     ` Guennadi Liakhovetski
2003-11-17 23:14                       ` Randy.Dunlap
2003-11-17 23:28                         ` Kurt Garloff
2003-11-17 23:31                           ` Randy.Dunlap
2003-11-18  0:04                           ` Guennadi Liakhovetski
     [not found]                         ` <Pine.LNX.4.44.0311180049250.2258-200000@poirot.grange>
2003-11-18  9:28                           ` Kurt Garloff
2003-11-18 10:22                             ` Guennadi Liakhovetski
2003-11-18 23:07                             ` Guennadi Liakhovetski
2003-11-19 15:34                               ` Kurt Garloff
2003-11-20 11:37                                 ` Guennadi Liakhovetski
2003-11-20 22:57                                   ` TMSCSIM [2.6] (was: Re: [PATCH] Re: AMD 53c974 SCSI driver in 2.6) Guennadi Liakhovetski
2003-11-22 23:23                                     ` Guennadi Liakhovetski
2003-11-22 23:27                                     ` Guennadi Liakhovetski
2003-11-23 20:26                                       ` TMSCSIM [2.6] Matthias Andree
2003-11-23 20:53                                         ` Guennadi Liakhovetski
2003-11-23 23:29                                         ` Kurt Garloff
2003-11-24  7:47                                       ` TMSCSIM [2.6] (was: Re: [PATCH] Re: AMD 53c974 SCSI driver in 2.6) Christoph Hellwig
2003-11-24 20:18                                         ` Guennadi Liakhovetski
  -- strict thread matches above, loose matches on Subject: below --
2003-12-11  9:01 [PATCH] Re: AMD 53c974 SCSI driver in 2.6 Tomas Martisius
2003-12-11 11:12 ` Christoph Hellwig
2003-12-11 20:10   ` Guennadi Liakhovetski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031031130935.D4556@flint.arm.linux.org.uk \
    --to=rmk+lkml@arm.linux.org.uk \
    --cc=g.liakhovetski@gmx.de \
    --cc=garloff@suse.de \
    --cc=gl@dsa-ac.de \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthias.andree@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.