Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Carsten Langgaard <carstenl@mips.com>
To: Mike Nugent <mips@illuminatus.org>
Cc: linux-mips@linux-mips.org
Subject: Re: scatterlist.h
Date: Tue, 01 Oct 2002 11:05:06 +0200	[thread overview]
Message-ID: <3D996542.A66BDA70@mips.com> (raw)
In-Reply-To: 1033462118.13267.97.camel@templar

Try to check out the latest sources, I believe this has been fixed already.

/Carsten




Mike Nugent wrote:

> Next problem  ( I know you all love my by now :)
>
> in drivers/scsi/scsi_merge.c
>
> scsi_merge.c:939: structure has no member named `page'
>
> line 939: sgpnt[count - 1].page = NULL;
>
> (struct scatterlist *sgpnt;  included from scsi.h, which includes
> asm/scatterlist.h)
>
> struct scatterlist {
>     char *  address;    /* Location data is to be transferred to */
>     unsigned int length;
>
>     __u32 dvma_address;
> };
>
> Yes!  It's right!  No member page!
>
> >From 2.4.16:
>
> struct scatterlist {
>         char * address;         /* Location data is to be transferred to */
>         struct page * page;     /* Location for highmem page, if any */
>         unsigned int length;
>         __u32 dvma_address;
> };
>
> I suggest we put that variable back into the structure.
>
> There's more to come, but it's almost 2 am and it's bedtime.  I'll send
> the next one out tomorrow if no one writes me back to tell me I'm
> nuts/not using the right code/can't reproduce the error/etc.
>
> --
> Mike Nugent
> Programmer/Author
> mike@illuminatus.org
> "I believe the use of noise to make music will increase until we reach a
> music produced through the aid of electrical instruments which will make
> available for musical purposes any and all sounds that can be heard."
>  -- composer John Cage, 1937

--
_    _ ____  ___   Carsten Langgaard   Mailto:carstenl@mips.com
|\  /|||___)(___   MIPS Denmark        Direct: +45 4486 5527
| \/ |||    ____)  Lautrupvang 4B      Switch: +45 4486 5555
  TECHNOLOGIES     2750 Ballerup       Fax...: +45 4486 5556
                   Denmark             http://www.mips.com

      parent reply	other threads:[~2002-10-01  9:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01  8:48 scatterlist.h Mike Nugent
2002-10-01  8:48 ` scatterlist.h Mike Nugent
2002-10-01  9:05 ` Carsten Langgaard [this message]

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=3D996542.A66BDA70@mips.com \
    --to=carstenl@mips.com \
    --cc=linux-mips@linux-mips.org \
    --cc=mips@illuminatus.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox