From: Doug Ledford <dledford@redhat.com>
To: dtonks <dtonks@bellatlantic.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.31 SCSI problem w/solution
Date: Thu, 29 Aug 2002 00:17:43 -0400 [thread overview]
Message-ID: <20020829001743.D31167@redhat.com> (raw)
In-Reply-To: <3D6D9D56.2090806@bellatlantic.net>; from dtonks@bellatlantic.net on Thu, Aug 29, 2002 at 12:04:38AM -0400
On Thu, Aug 29, 2002 at 12:04:38AM -0400, dtonks wrote:
> Hi,
> When trying to compile module for sym53c416 I received an error
> 'address not in structure'. I traced this to - asm-i386/scatterlist.h.
> It is missing - char * address - at the beginning of the structure. I
> copied scatterlist.h from 2.4.18 and it compiled fine.
Please don't call this a solution. The char * address item is no longer
valid, so adding it back to the header won't make the driver work, it just
makes it compile and then write garbage all over your disks the first time
you try to use it.
--
Doug Ledford <dledford@redhat.com> 919-754-3700 x44233
Red Hat, Inc.
1801 Varsity Dr.
Raleigh, NC 27606
prev parent reply other threads:[~2002-08-29 4:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-29 4:04 2.5.31 SCSI problem w/solution dtonks
2002-08-29 4:17 ` Doug Ledford [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=20020829001743.D31167@redhat.com \
--to=dledford@redhat.com \
--cc=dtonks@bellatlantic.net \
--cc=linux-kernel@vger.kernel.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 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.